找到约 13 条结果

文章 Web3钱包终极指南:外部拥有账户与智能合约钱包

...的传统交易有些不同,因为它还包含额外的字段 paymasterAndData 和 signature。 #### **UserOp mempool** UserOp mempool 是替代池,用于拥有尚未处理和捆绑的 UserOperation 队列。它充当一个等待室,并帮助 bundler 跟踪待处理的 UserOperation。 ...

文章 以太坊 - 无限花园的新篇章

...是无限的**([游戏](https://archive.org/details/james-p-carse-finite-and-infinite-games))。这个愿景——无限花园——就是从这种认识中诞生的。今天,以太坊作为各种声音的拼贴画而蓬勃发展:核心开发者和研究人员改进协议,L2 团队实现...

文章 Web3 入门的未来:为什么每个应用程序都需要钱包基础设施

... ![](https://img.learnblockchain.cn/2025/07/04/mework_Navigate_Rollups_L1s_and_L2s_5ae4713c9d.png) 我们正处于 [嵌入式钱包](https://www.dynamic.xyz/features/embedded-wallets) 爆炸性增长阶段的开端。智能钱包已经可以为从社交平台到 DeFi 协议的所有事物提供支...

文章 Web3加速器Account abstraction

...rOperation的节点(区块 builder),创建一个有效的EntryPoint.handleOps() 交易,并在他有效之前添加到区块;实现的途径可以两种形式,一种为Bundler自己是区块builder,另外一种是bundler使用区块构建基础设施,比如mev-boost或者 PBS (propose...

文章 探索、比较并获取见解:你的Berachain NFT指南

...| Berachain | ETH | 12/21 | 570 | 18,9877 | 39,8 | | 4247 | 272 | | [The Band Bears](https://opensea.io/collection/the-band-bears) | Berachain | ETH | 04/22 | 1162 | 10,31 | 44,0 | | 4711 | 512 | | [Bit Bears by Berachain](https://opensea.io/collection/berachain-bit-bears) | Berachain | ETH | 08/2...

文章 dYdX (DYDX):dYdX 加密架构、经济学和治理

...-book.asp)、[撮合引擎](https://academy.binance.com/en/articles/understanding-matching-engines-in-trading)和[共识机制](https://ethereum.org/en/developers/docs/consensus-mechanisms/)。 dYdX Chain 的技术架构由三个主要组件组成。 这些包括: 1. **协议** \- 底层的 Laye...

文章 Circle STARKs:第一部分,梅森素数 - ZKSECURITY

...\ \ 2k−1=1111…11112\ \ 事实证明,模约简就像与掩码进行 AND 运算一样简单,并将高位向下移动并添加,例如\ 对于 31 位梅森素数 231−1,该约简可以实现为:\ \ ```c #define MASK (0x7FFFFFFF) // 2^31 - 1 = 1111...1111 uint64_t reduce(uint64_t x) { ...

文章 RLP-黄皮书附录2解读

..._encode(input): if isinstance(input,str): if len(input) == 1 and ord(input) < 0x80: return input else: return encode_length(len(input), 0x80) + input elif isinstance(input,list): output = '' for item in input: output += rlp_encode(item) return e...

文章 Aptos 开发实战:从环境搭建到第一个 Hello World

...a91eb700938003ce29647f402c090ededd89b87a3c70e35 doesn't exist, creating it and funding it with 100000000 Octas Account 0xee6c038b66df7ed8aa91eb700938003ce29647f402c090ededd89b87a3c70e35 funded successfully --- Aptos CLI is now set up for account 0xee6c038b66df7ed8aa91eb700938003ce29647f402c090e...

文章 中继包含列表 - 权益证明/区块提议者

...le Inclusion Lists: The Tension between Chain Neutrality, Preconfirmations and Proposer Commitments](https://learnblockchain.cn/article/19386) (不可拥堵的包含列表:链中立性、提前确认和提议者承诺之间的张力) - [il-boost/README.md at main · eserilev/il-boost · GitHub](h...

文章 详解 TON 区块链交易的底层细节

...数字,参考 https://docs.ton.org/tblkch.pdf 5.3.9 节 | | flags and size | 41 | 后面会介绍 | | off bytes | 01 | number of bytes to store the size of the serialized cells | | number of cells | 02 | 这个例子是 2 个 cell | | number of root cells | 01 | 只有...

文章 Stylus Rust SDK 审计

...feature) - [Stylus 中不必要且有问题的存储类型](#unnecessary-and-problematic-storage-types-in-stylus) - [字符串和字节的低效存储](#inefficient-storage-of-strings-and-bytes) - [合约中的验证挑战可能助长诈骗](#verification-challenges-in-contracts-may-facilitate...

文章 eclair 客户端背后的架构

...确性的实现的。 ```scala hljs cs /** * @param cmd command to send the HTLC for this payment. * @param outgoingChannel channel to send the HTLC to. * @param sharedSecrets shared secrets (used to decrypt the error in case of payment failure). */ case class OutgoingPaymentPacke...