找到约 14 条结果

文章 以太坊核心开发者执行会议#186总结

...计所有 EIP 都将为 Devnet 0 的启动做好准备。Erigon 团队的 Andrew Ashikhmin 表示,他不确定 Erigon 是否能够为 Devnet 0 准备好全套 EIP,部分原因是这些 EIP 的一些规范仍在不断变化,并且 Erigon 客户端正在过渡到新的主要版本 Erigon 3,这...

文章 Mina 文档 - 协议架构(下)

...如,遵循简单的[供求规律](https://en.wikipedia.org/wiki/Supply_and_demand)。虽然每一种Snark工作都适用于不同的交易,但从更大的角度来看,Snark工作在很大程度上是一种商品(这意味着哪一个Snark工作者生产的并不重要——它们都是一样...

文章 Rollups-as-a-Service 搭车客指南

...信息和隐私](https://help.twitter.com/en/twitter-for-websites-ads-info-and-privacy) [17](https://twitter.com/intent/like?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1632186167012777984%7Ctwgr%5E15f88ba009ed9415281b3268aab54c72e52688cc%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fcdn.embedly.com...

文章 Beanstalk 漏洞复现

...x]exchange 3crv to BEAN3CRV-f 795425740813818200295323741 [9/xxx]Add bean and lusd for BEANLUSD-f 58924887872471876761750555 we Bip: 20 [10/xxx]Executed Vote for BIP [11/xxx]EXPLOXT BIP emergencyCommit ! [12/xxx] send BEAN UNI-V2 BEAN3CRV-f BEANLUSD-f [13/xxx]Remove single asset liquidity...

文章 每周以太坊 2024/02/17

...持 blob 交易 - [账户抽象插件](https://github.com/defi-wonderland/hardhat-account-abstraction#readme):在测试网上发送赞助(代付)交易 - Remix [v0.43.0](https://medium.com/remix-ide/remix-release-v0-43-0-1150e59a81df):在文件资源管理器中悬停时添加工具图...

文章 Arbitrum 与 Optimism 的争议解决有何不同?

...ket-research/making-sense-of-rollups-part-2-dispute-resolution-on-arbitrum-and-optimism/) ![](https://img.learnblockchain.cn/2021/07/12/16260701871283.jpg) 所有 rollups 都遵循类似的基本架构和内部逻辑。尽管如此,正如我们在这个[迷你文章系列的第一部分](htt...

文章 审计 Solana 程序前,你需要了解这些

....learnblockchain.cn/attachments/2025/02/EvXTwZ7567a9bdcfa0584.png) ![Data and Program Accounts, source: https://solana.com/docs/core/accounts#data-account](https://www.infect3d.xyz/\_next/image?url=%2Fstatic%2Fimages%2Fblog%2Fsolana-quick-start%2F1.png\&w=1920\&q=75) 对于程序所需的每...

文章 Solana 开发全面指南:使用 React、Anchor、Rust 和 Phantom 进行全栈开发

...the-complete-guide-to-full-stack-solana-development-with-react-anchor-rust-and-phantom-18a1e1bdbb3b >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584),校对:[翻译小组](https://learnblockchain.cn/people/412) >- 本文永久链接:[learnblockchain.cn/article…](https://le...

文章 Web3系列教程之新手篇---Level 7:用Ethers.js创建一个Ethereum Dapp

...ttps://remix.ethereum.org/) 3.查看“Solidity Compiler”和“Deploy and Run Transactions”选项卡。如果它们不存在,请在插件管理器中启用它们 4. 在 remix 中创建一个新的 Solidity 文件,命名为mood.sol 5. 写合同 - 指定solidity版本并添加license...

文章 如何解决web2过渡到web3时遇到的托管问题

...ce:https://medium.com/coinmonks/custody-the-missing-link-between-web-2-0-and-web-3-0-6a67ec019911 ### 关于 ChinaDeFi - ChinaDeFi.com 是一个研究驱动的DeFi创新组织,同时我们也是区块链开发团队。每天从全球超过500个优质信息源的近900篇内容中,寻找...

文章 Solana编程模型:Solana开发入门

...kle Patricia Trie](https://ethereum.org/en/developers/docs/data-structures-and-encoding/patricia-merkle-trie/)的根节点的256位哈希,这是账户存储内容的编码 - **CodeHash** - 合约的以太坊虚拟机(EVM)代码的哈希。这是不可变的,意味着一旦创建,其代码...

文章 深入 Rust 内存模型:栈、堆、所有权与底层原理

...use graphics::math::{add, mul_scalar, Vec2d}; use piston_window::*; use rand::prelude::*; use std::alloc::{GlobalAlloc, Layout, System}; use std::time::Instant; use std::cell::Cell; #[global_allocator] static ALLOCATOR: ReportingAllocator = ReportingAllocator; struct ReportingAllocator...

文章 以太坊虚拟机是如何运行的?

...AP) - 运算/比较/位操作相关的字节码(ADD, SUB, GT, LT, AND, OR) - 环境相关的字节码(CALLER, CALLERVALUE, NUMBER) - 内存操作字节码(MLOAD, MSTORE, MSTORE8, MSIZE) - 存储操作字节码(SLOAD, SSTORE) - 程序计数器相关的字节码(JUMP, JU...

文章 L1 和 L2 的思维模式差异

... > 本文首发于:https://www.ethereum.cn/Thinking/mental-models-for-l1-and-l2