找到约 10 条结果

文章 基础层(Layer1) 与功能逃逸速度

...们可能不会去做(详见[原始论文](http://hackingdistributed.com/2016/02/26/how-to-implement-secure-bitcoin-vaults/)以解释此技术)。 不幸的是,仅用纯函数无法实现这种技术。问题是:需要有某种方式将硬币从“正常”状态转移到“等待提取...

文章 通过博弈论实现抗审查性 - 权益证明/区块提议者

[![](https://img.learnblockchain.cn/2025/06/24/20160_2.png)](https://ethresear.ch/u/antonydenyer) > 概要:中继应该披露更多关于区块的元数据,以便验证者可以做出更明智的、符合其偏好的决策 > **感谢** [@simbro](https://ethresear.ch/u/simbro) [@mmp](https://et...

文章 EigenLayer DelegationManager 介绍

...一 Stake 和 Operator 集进行罚没](https://learnblockchain.cn/article/20141) * [份额计算](https://learnblockchain.cn/article/20134) ## 概述 `DelegationManager` 是协议双方的交汇点。它 (i) 允许 staker 委托/取消委托给 operator,(ii) 处理 `StrategyManager` 和 `E...

文章 椭圆曲线与离散对数问题

...域?为什么比特币使用 ECC? ![](https://img.learnblockchain.cn/2025/07/14/1aFAbFMhPAUAZisaIgG-kGQ.png) 椭圆曲线 为了回答这些问题,我需要更好地理解 ECC 中使用的基础数学。在本文中,我总结了所学到的关于以下内容:椭圆曲线、有限域、...

文章 Ethernaut 题库闯关 #14 — Gatekeeper Two

... - [CALLER](https://www.evm.codes/#33) 操作码返回调用者账户的20字节地址。这是最后一次调用的账户(除了[委托调用](https://www.evm.codes/#F4))。 - [EXCODESIZE](https://www.evm.codes/#3b)操作码执行时返回参数传递的地址的代码大小(字节)。 ...

文章 引介:并行区块构建

...ritings.flashbots.net/parallel-bui...](https://learnblockchain.cn/article/12056/parallel-builder) >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584),校对:[翻译小组](https://learnblockchain.cn/people/412) >- 本文链接:[learnblockchain.cn/article…](https://learnblock...

文章 2024年最常被利用的DeFi漏洞

!["2024年最受利用的DeFi漏洞 - Three Sigma发布"横幅](https://img.learnblockchain.cn/2025/03/12/66838639_image.png) 2025年1月1日 • 作者 [Simeon Cholakov](https://x.com/cholakovvv) • 阅读时长42分钟 ![](https://img.learnblockchain.cn/2025/03/12/45167725_image.png) ...

文章 零时科技 || 深入 Bybit 攻击事件 Part1 - 关于 Safe{Wallet}

![登链封面(事件).jpg](https://img.learnblockchain.cn/attachments/2025/04/qzyue1WG67ff48f93c856.jpg) # **背景介绍** 2025年2⽉21⽇晚,我们监测到⼀笔涉及 Bybit 交易所的重⼤安全事件。当晚 02:16 UTC ,我们监测到 **Bybit Cold Wallet** 发起⼀笔⼤额...

文章 零知识证明 - RISC0 zkVM源代码入门

...f3a7873f0066f22f Author: Austin Abell  Date:   Thu Dec 19 21:07:30 2024 -0500     update RSA patch to tag, use in compat test (#2649)     Switched rsa tag from specific commit ``` ### 1. 源代码结构 RISC0的业务逻辑实现采用rust语言。源代码...

文章 nest3.0从架构解析到克隆五(NestAbonus与NodeAssignment)

...ol // 最高NEST分红池分配比例 uint256 _leastDistribution = 20; // The lowest allocation ratio of NEST bonus pool // 最低NEST分红池分配比例 uint256 _distributionTime = 1200000; // The decay time interval of ...