找到约 13 条结果

文章 关于Solana的开发网络你需要知道的一切

...rge.rust-lang.org/infra/other-installation-methods.html#:~:text=download%20and%20run-,rustup%2Dinit.exe,-.) #### **3\. 安装 Git** 在 Windows 上安装 Git,请 [选择与你的 Windows 版本匹配的安装程序](https://git-scm.com/download/win) 并按照说明进行操作。 在 MacO...

文章 Hermes:以太坊 Gossipsub 网络的监控轻节点 - 网络

...inesis](https://aws.amazon.com/kinesis/) 和 [Xatu](https://github.com/ethpandaops/xatu)。此功能有助于将网络数据与分析和监控工具集成,从而有助于网络的整体安全性和功能。 ### 部署 Hermes 的开发目的是持续运行。但是,为了提高轻节点连接...

文章 solidity面试题(三)

...加透明和可审计。 您可以在命令行中使用 --via-ir 或在 standard-json 中使用 {\"viaIR\": true} 选项来启用基于 IR 的编码。在 Hardhat 中,可以在 hardhat.config.js 的 settings 字段下加入配置,如: ``` solidity: { version: \"0.8.17\", settings: {...

文章 模块化借贷:不仅仅是一个噱头?

...生常谈](https://hbr.org/2014/06/how-to-succeed-in-business-by-bundling-and-unbundling): “做生意赚钱只有两种方式:一种是捆绑;另一种是解捆。” 在传统行业中这是正确的,但在加密和DeFi的世界中,由于其无许可性质,这一点尤其真实。在...

文章 如何处理 Solana 上的区块哈希错误

...tps://solana.com/docs/core/transactions)  [Helius 博客 - Slots, blocks and Epochs](https://learnblockchain.cn/article/10893) ‍ > 本文由 AI 翻译,欢迎小伙伴们来[校对](https://github.com/lbc-team/Pioneer/blob/master/translations/8017.md)。

文章 Gas费用抽象化与创建多链AA钱包

![Gas Abstraction and Creating Multichain AA Wallets](https://img.learnblockchain.cn/2025/05/16/Multichain-AA-Wallet.png) ## **速览** _ERC-4337 使得用户可以在不放弃对其账户控制权的情况下,外包 gas 管理。_ 账户抽象是一个强大的概念,它为其采用...

文章 区块链是如何工作的?- Pintu Academy

...及其工作原理?](https://pintu.co.id/en/academy/post/what-is-hashing-and-how-does-it-work)** ### 如何获取区块哈希? 一个区块的哈希是从其他哈希的摘要中提取的。 区块链使用默克尔树生成一个称为默克尔根的哈希。 你可以从下图中看到: !...

文章 一体化epbs/FOCIL/DAS分叉选择

...“\[headlocked](https://ethresear.ch/t/equivocation-attacks-in-mev-boost-and-epbs/15338)”在 $B$ 上,因此将投票支持 $P$(请参阅 AC 成员部分),这确保了它成为规范的(我们在证明逻辑中会看到原因)。 对于每个人来说都是最好的情况。 - \*检...

文章 专用于稳定币交易的 Curve:DEX 和 AMM

...rin.io/blog/what-is-c...](https://www.cyfrin.io/blog/what-is-curve-finance-and-how-it-powers-stablecoin-trading) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 哪个节点持有区块链的当前状态

...共识客户端](https://getblock.io/blog/what-is-an-ethereum-node-clients-and-network-infrastructure/)。在这两种情况下,它们都基于质押的加密货币数量来验证网络状态,创建带有交易记录的新区块,并为质押者提供加密奖励,同时惩罚任何试图操...

文章 Cellfram攻击事件分析及POC

...mountIn` to 0 will cause the contract to look up its own balance, /// and swap the entire amount, enabling contracts to send tokens before calling this function. /// @param params The parameters necessary for the swap, encoded as `ExactInputSingleParams` in calldata /// @return amount...

文章 【zkMIPS系列】ZKM Prover之模拟器(Emulator)的运行

...ltiplier/divider result low(quotient) part. lo: u32, /// heap handles the mmap syscall. heap: u32, /// brk handles the brk syscall brk: u32, /// tlb addr local_user: u32, /// step tracks the total step has been executed. pub step: u64, pub tota...

文章 Rust VM SDK:使用 Rust 在 Avalanche 上构建自定义虚拟机

...e messenger, keystore, shared memory, blockchain alias, // subnet alias, and appSender services string server_addr = 11; } ``` 当 AvalancheGo 初始化 VM 时,会发出初始化请求。收到此请求后,VM 可以设置 VM 和 Snowman 共识引擎之间的通道,并配置由 AvalancheGo...