找到约 15 条结果

文章 fhEVM v0.5:加密数据的增强安全性和效率

...,可以缓解此问题。现在,虽然合约可以访问任何密文Handle,但如果没有访问控制列表 (ACL) 中指定的适当权限,它就无法操作或使用加密数据。这确保了你的加密数据保持安全,即使它可以访问。 ### 更新的解密和重新加密过...

文章 SP1 审计报告 - 递归虚拟机

...&MemoryInitCols = (*local).borrow(); // Verify that is_initialize and is_finalize are bool and that at most one is true. builder.assert_bool(local.is_initialize); builder.assert_bool(local.is_finalize); builder.assert_bool(local.is_initialize + local.is_finalize); ...

文章 每周以太坊进展2021/10/30

...议](https://ethresear.ch/t/change-fork-choice-rule-to-mitigate-balancing-and-reorging-attacks/11127) - [(PoW 关闭后)验证者的手续费可以发送给任意地址](https://twitter.com/trent_vanepps/status/1453085448482476037) - [Rust 语言的公式规范](https://github.com/ralexstokes/...

文章 如何在 Optimism 上使用 Webhooks

...有内容保留为默认选项。 单击 *continue*,然后单击 *test and continue*。 如果没有弹出错误,则表示一切正常!应该在你的帐户上创建了一条 Slack 消息。现在,发布 Zap。 恭喜!现在,每当你的 Optimism 钱包发出交易时,我们的 Zap ...

文章 比特币发展史 - Pintu学院

...在此期间,许多人响应说比特币是“数字黄金”。**包括 Andreessen Horowitz (a16z)、Microstrategy 和 Fidelity 在内的一些大型投资公司开始探索投资比特币**和其他加密项目。 此外,越来越多的国家已经开始促进比特币和其他加密货币的...

文章 從抽象帳戶到ERC4337

...bstraction is the idea of reducing the number of account types from 2 (EOA and smart contract) to 1 (just smart contract) in order to improve usability and flexibility in Web3. > > This is achieved by moving the validity conditions of a transaction (signature verification, gas payment, replay protec...

文章 [译]更好Solidity合约调试工具: console.log

...le/ npm init -y npm install --save-dev @nomiclabs/buidler npx buidler # and create a sample project npx buidler test ``` 使用Hardhat,你很快会忘记Solidity调试给你的挫败感 👷‍♀️👷‍♂️ ## 在Truffle项目中使用console.log 在现有的 truffle ...

文章 构建一个实时的 Hyperliquid 巨鲸预警机器人

...Service.js security.js telegramService.js .env .gitignore ## If touch command is not available, you can use: ## (如果触摸命令不可用,你可以使用: ## (echo > config.js) && (echo > index.js) && (echo > priceService.js) && (echo > security.js) && (echo > telegramService.js) && (echo ...

文章 构建一个实时的 Hyperliquid 巨鲸预警机器人

...Service.js security.js telegramService.js .env .gitignore ## If touch command is not available, you can use: ## 如果 touch 命令不可用,你可以使用: ## (echo > config.js) && (echo > index.js) && (echo > priceService.js) && (echo > security.js) && (echo > telegramService.js) && (echo > ...

文章 CoW Swap:意图、MEV 和批量拍卖

...的 [三明治攻击](https://coinmarketcap.com/academy/article/what-are-sandwich-attacks-in-defi-and-how-can-you-avoid-them),本质上会抬高用户的购买价格。 通过 TWAP,每次下的订单规模较小。正如上图所示,对于 TWAP 的机制,它将 1000 美元的订单拆分为...

文章 任何应用程序中每个人的闪电网络:通过 Breez SDK 实现的闪电网络即服务

...德](https://www.goodreads.com/quotes/207927-give-me-a-lever-long-enough-and-a-fulcrum-on) 有句名言(据说是):“给我一个足够长的杠杆和一个支点,我就能撬动地球。” 虽然你肯定会喜欢这种豪言壮语,但这句话也反映了一个简单的观点,即在...

文章 MEV燃烧——一个简单的设计 - 经济学

...的牛市案例是 [诱导需求](https://en.wikipedia.org/wiki/Induced_demand)。) - **MEV 销毁枯竭风险**:大多数 MEV 可能会被 L2 上的 rollup 和 validium 捕获。(MEV 销毁的牛市案例是 [Based Rollup](https://learnblockchain.cn/article/8658) 和 [已嵌入的 rollup](h...

文章 KZG 多项式承诺及其在区块链中的应用(EIP-4844)

...//learnblockchain.cn/article/10840) 4. [Aniket Kate, Gregory M. Zaverucha, and Ian Goldberg — Constant-Size Commitments to Polynomials and Their Applications](https://www.iacr.org/archive/asiacrypt2010/6477178/6477178.pdf) 5. [Dankrad Feist — KZG 多项式承诺](https://dankradfeist.de/ethereum...

文章 模块化架构及其在以太坊最终目标中的作用

...增长 [链接](https://forum.morpho.org/t/block-analitica-market-update-and-bbeth-sdai-market-listing) - a16z 向 EigenLayer 投资 1 亿美元 [链接](https://a16zcrypto.com/posts/announcement/investing-in-eigenlayer/) ### 思考与预测 - Leaderless Auction,一种没有拍卖人的...

文章 Bitcoin Core 支持全面 RBF ?

...比实际需要的手续费要高得多。 ![The timeline of the attack and the decision flow graph for Bob and Carol](https://img.learnblockchain.cn/2025/07/14/owchart.jpg) \- Alice 抢先将交易发送给大部分节点从而阻止多方交易的传播 - 从今天来看,这种攻击看起来...