找到约 15 条结果

文章 Optimistic与ZK Rollup:深入探讨

...决方案](https://www.trustnodes.com/2019/08/22/vitalik-buterin-is-more-and-more-pessimistic-about-scaling-through-second-layers)。 根据状态转换正确性的保障方式,Rollup 有两种类型:ZK Rollup 和乐观 Rollup。两种解决方案的简要历史可以在 [这里优雅地呈现]...

文章 MEV的未来是优雅的

...的MEV提取生态系统,以保护并强化以太坊的理想。 ![mev landscape](https://img.learnblockchain.cn/2025/03/05/mev-landscape-30a3e9627d0521b84d99ff428f4a9895.png) 我们开始时,MEV市场与今天大为不同。在以太坊上理论上可用的MEV中,极少被实现。MEV主要...

文章 以太坊 - 如何使用QuickNode SDK审计ERC20、ERC721和ERC1155代币活动 - Quicknode

...使用示例 // run(["address1", "address2"], fromBlock, toBlock, ["tokenStandard1", "tokenStandard2"]); run(['0xe2233D97f30745fa5f15761B81B281BE5959dB5C'], 38063215, 38063220, [\ 'ERC20',\ 'ERC721',\ ]) ``` 现在,保存 **index.js** 文件,并在终端中运行以下命令。 ``` node in...

文章 进阶篇-智能指针

... i32 i64 i8 isize and 6 others = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) For more information about this error, try `rustc --explain E0277`. error: could not co...

文章 安全 - Across 审计

...要](#summary-of-changes) - [安全模型和信任假设](#security-model-and-trust-assumptions) - [特权角色](#privileged-roles) - [严重问题](#critical-severity) - [`setDestinationSettler` 缺少访问控制](#missing-access-control-for-setdestinationsettler) - [高危问题](#high-...

文章 基础层市场的关键中立性

...获取:[https://blog.hack.vc/unbundling-mev-supplychain-part-1-history-and-evolution/](https://blog.hack.vc/unbundling-mev-supplychain-part-1-history-and-evolution/) . [↩](#fn-ref-9) #### 10 [https://docs.flashbots.net/flashbots-auction/overview](https://docs.flashbots.net/flashbots-auction/o...

文章 构建一个智能合约模糊测试工具,既有趣又有利可图

...oce 的博客](https://howtotestit.wordpress.com/2021/07/31/letting-a-thousand-flowers-bloom-the-uses-of-diversity-in-software-testing/) 时偶然发现的关于测试:高度推荐阅读以理解这一概念。因为在 [无人免费午餐定理](https://en.wikipedia.org/wiki/No_free_lunch_theorem...

文章 EAS:认证的基础层

...titled203.png) 来源:[LSP0(ERC725 帐户)](https://docs.lukso.tech/standards/universal-profile/lsp0-erc725account/) 通用配置文件是一种“基于智能合约的身份帐户”,它扩展了 [ERC725](https://eips.ethereum.org/EIPS/eip-725)——ERC725 的主要思想是通过一个...

文章 并行执行:区块链的下一代技术

...ixon, C. (2024). _Read write own: Building the next era of the internet_. Random House. - AllianceDAO. (2023年4月12日). 并行处理链的案例. Medium. [https://learnblockchain.cn/article/12712](https://learnblockchain.cn/article/12712) - Solana Labs. (2020年12月3日). Sealevel: 并行...

文章 Ceramic 协议简介

...(https://github.com/ceramicnetwork/ceramic/blob/master/OVERVIEW.md#wallets-and-authentication-systems) * [数据库](https://github.com/ceramicnetwork/ceramic/blob/master/OVERVIEW.md#databases) * [服务](https://github.com/ceramicnetwork/ceramic/blob/master/OVERVIEW.md#services) * [应用程序]...

文章 重新审视通往单槽最终性的路径 - 权益证明/经济学

.../4742_2.png)](https://ethresear.ch/u/barnabe) _非常感谢 Alex Stokes、Anders Elowsson、Ansgar Dietrichs、Carl Beekhuizen、Caspar Schwarz-Schilling、Dankrad Feist、Data Always、Drew van der Werff、Eric Siu、Francesco d’Amato、Hasu、Jihoon Song、Julian Ma、Justin Drake、Ladislaus v...

文章 《物物交换发端论是谬误》的谬误

...nvention-of-money-%E2%80%93-notes-on-sex-adventure-monomaniacal-sociopathy-and-the-true-function-of-economics.html)” 这样的话。(再者,要是读过,他也不可能没有注意到老门格尔的名字是以 “C” 开头的 “Carl” ,与 [他那位数学家儿子](https://en.wikiped...

文章 AMM LP-enabled 永续合约、期权和波动性交易产品

...twitter.com/MLGavaudan)、[Jesper](https://twitter.com/cryptojesperk)、[Brandon](https://twitter.com/brandonly1000)和[Terence](https://twitter.com/itos_fi)对这项新DeFi机制提供的反馈和建议。** ## **简介** 对一些人来说,自动化做市商(AMM)作为去中心化交易所...

文章 Solidity自毁合约:让你的区块链代码优雅谢幕

...).to.be.revertedWith("Not owner"); }); it("should allow confirming and executing self-destruct", async function () { await contract.submitSelfDestruct(nonOwner.address); const nonOwnerBalanceBefore = await ethers.provider.getBalance(nonOwner.address); await contract.connect(ow...

文章 以太坊扩容方案 Rollup 学习指南

...个测试网,已支持 ERC-712 (Ethereum typed structured data hashing and signing) 。 Optimistic Rollup 的应用层产品相对较多一些,可能是因为支持智能合约更简单,所以对于这些 **DeFi** 、 **DEX** 或隐私服务这些需要智能合约处理逻辑的应用...