找到约 12 条结果

文章 Go语言结构体(struct)详解:定义、使用与JSON编码

...5.472636, 354.4734} locations := []location{ {name: "Bradbury Landing", lat: -4.5859, long: 137.4417}, {name: "Columbia Memorial Station", lat: -14.5684, long: 175.472636}, {name: "Challenger Memorial Station", lat: -1.9462, long: 354.4734}, } fmt.Println(lats, longs,...

文章 Arbitrum桥:2025年快速安全桥接指南

...托管钱包 [支持](https://newsroom.aboutrobinhood.com/robinhood-wallet-and-arbitrum) Arbitrum 上的 swaps,为零售用户带来了低成本、无缝的交易,并突显了 Arbitrum 日益增长的主流吸引力。 - **机构创新:** Tether [选择 Arbitrum](https://cointelegraph.com/new...

文章 湄公河测试网公告

...及已实现的规范,请参见 [此处](https://notes.ethereum.org/@ethpandaops/pectra-devnet-4)。 Mekong 旨在成为钱包开发者试验 UX 更改和 Staker 增强对即将到来的更改的信心的场所。该测试网将是短期的,并且具有 [Pectra](javascript:void(0)) 的所有预...

文章 Eth2 进展更新 (截至2022/2/25)

...要推荐 Danny Ryan 在 EthDenver 的演讲“[Ethereum Proof of Stake and Our Solar Punk Future](https://www.youtube.com/watch?v=8N10a1EBhBc)” 值得一看。 Preston Van Loon 简明扼要地解释了为什么以太坊 2.0 这个概念事有意义的❤️ ## 信标链 上周发生...

文章 每周以太坊进展 2020/05/10

...ning-a-hyperledger-besu-node-on-the-ethereum-mainnet-benefits-requirements-and-setup/) * Nethermind 客户端 [v1.18.30](https://github.com/NethermindEth/nethermind/releases/tag/1.8.30):使用 Beam sync,几分钟之内就能查询区块链数据并跟踪交易 * [区块见证数据入门读本...

文章 什么是比特币默克尔化抽象语法树?

...ttps://blockstream.com/2015/08/24/treesignatures.html#h.mxbj7rz0xoe5)”、Andrew Poelstra 的 [“无脚本式脚本”](https://diyhpl.us/wiki/transcripts/mit-bitcoin-expo-2017/mimblewimble-and-scriptless-scripts/),还用 Thaddeus Dryja 的 [“Discreet Log Contracts”](https://adiabat.github.i...

文章 零和比特币

...类比 [**货币的功能**](https://medium.com/@breedlove22/money-bitcoin-and-time-part-1-of-3-b4f6bb036c04):零是“价值储存手段”,更高数量级的数字可以在其上扩展;这就是为什么我们总是更喜欢在我们的银行账户或比特币余额的末尾看到另一个...

文章 以太坊重要扩容方案: Optimistic Rollup现状报告(上)

.../making-sense-of-ethereums-layer-2-scaling-solutions-state-channels-plasma-and-truebit-22cb40dcc2f4) 以了解当时的思维方式)。 加密货币协议有其内在的经济属性,可以激励区块生产者及时地、广泛地共享区块(除非是自私挖矿等边缘情况 [selfish-mi...

文章 Monitor - OpenZeppelin 文档

...数的所有交易,不应指定交易条件。 | - 条件可以使用 **AND**、**OR**、**NOT** 和 **()** - 条件可以使用 **==**、****、**>=**、** 50000000000 and gasUsed > 20000 ``` #### 自定义过滤器 自定义过滤器支持用于过滤交易的自定义代码。如果指定...

问题 在网上抄的代码,在部署时提示Gas estimation errored with the following message (see below). The transaction execution will likely fail. Do you want to force sending? Internal JSON-RPC error. { "code": -32000, "message": "execution reverted" }

...ance with this method brings the risk * that someone may use both the old and the new allowance by unfortunate * transaction ordering. One possible solution to mitigate this race * condition is to first reduce the spender's allowance to 0 and set the * desired value afterwards: * https://github...

文章 什么是 “闪电网络 offer(BOLT12)”?

...提下实现 [LNURL](https://thebitcoinmanual.com/articles/what-is-ln-url-and-how-does-it-work/) 提供的部分功能。BOLT12 offer 可以编码触达某个节点、请求闪电网络发票所需的数据,要么是节点 id,要么是一条[盲化路径](https://github.com/lightning/bolts/blo...

文章 Rust 结构体与属性式和自定义派生宏

![Rust attribute and custom-derive macros](https://img.learnblockchain.cn/2025/02/27/935a00_a473f79694fc407290ce620204641d3c~mv2.jpg) Rust 中的类似属性和自定义派生宏用于在编译时以某种方式修改一段 Rust 代码,通常是为了增加功能。 要理解 Rust 中的类...