找到约 14 条结果

文章 web3 入门学习资源及招聘渠道汇总

... - [MIT Blockchain Course](https://ocw.mit.edu/courses/15-s12-blockchain-and-money-fall-2018/video_galleries/video-lectures/) - MIT 提供的关于区块链的课程。 - [Continuum](https://continuum.xyz/) - 通过学习 Web3 基础获得 NFT 奖励的学习平台。 - [Dapp University](https:...

文章 Optimism 中文周刊 #63

...](https://www.superchain.eco/insights/super-accounts-v1-2-campaigns-vaults-and-new-badges-for-meaningful-contributions)[此处](https://account.superchain.eco/home?safe=0x0030B13910AB852731e98A5221556d711E3EAC60)创建您的超级账户。 ### **Lisk Surge 第一周回顾** Lisk Surge 上线...

文章 如何提高 gas limit,第一部分:状态增长

...进](https://ourworldindata.org/grapher/historical-cost-of-computer-memory-and-storage)。尽管如此,这些改进的具体前景并不确定,也不应理所当然地认为其快速增长会无限期持续。 请注意,未来即将推出的[EIP-4844](https://www.eip4844.com/)引入的数...

文章 Nervos x Gitcoin bounty 任务10: 在 Layer1 解锁资金来完成解锁程序

...zirashi/gw-gitcoin-instruction/blob/master/src/component-tutorials/3.setup.and.use.account.cli.md#setup-the-godwoken-examples-tools-package)找到 Godwoken 范例工具包( Godwoken Examples Tools Package )的安装说明。 ### 1. 执行取款命令 假设您已经满足了前提条件,...

文章 DA桥和Alt-DA信任假设

...接: [medium.com/l2beat/da-bri...](https://medium.com/l2beat/da-bridges-and-alt-da-trust-assumptions-6a00c6f40b10) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 流动性挖矿:以用户为中心的 Token 分配策略

...ix 完善,并于 [2020 年 6 月](https://medium.com/compound-finance/expanding-compound-governance-ce13fcd4fe36)由 Compound 大规模实施。流动性挖矿吸引了数十种协议的想象力,被认为是分配 token 的更好方法。 ![](https://img.learnblockchain.cn/2020/11/26_/268135...

文章 数据可用性风险框架——征求反馈

...境](https://github.com/ethereum/research/wiki/A-note-on-data-availability-and-erasure-coding)中所述,数据扣留攻击不是可归因的错误,并且在智能合约级别无法实现削减机制。因此,需要一种在 DA 层上进行削减的机制,以防止无利害关系问题。在...

文章 分片+DAS 提案解析

...明](https://github.com/ethereum/research/wiki/A-note-on-data-availability-and-erasure-coding) (对数据可用性问题的原始介绍) - [Alberto Sonnino、Mustafa Al-Bassam 和 Vitalik Buterin 的论文](https://arxiv.org/abs/1809.09044) 扩展了这些概念 - [混合 Layer 2 协议的黎明...

文章 Foresight Ventures: 以太坊迈向full sharding的第一步,EIP-4844全面解析

...了多项式承诺方案论文“Constant-Size Commitments to Polynomials and Their Applications” ,并且这个方案在plonk-style的zk-snark协议中有很广泛的应用。 ![](https://img.learnblockchain.cn/attachments/2023/02/YQAA9vAl63e0a49fabc25.png!/scale/70) 参考 Dankrad Feist ...

文章 账户抽象 2024

...到通过专用 [共享 Keystore Gadget](https://scroll.io/blog/scroll-sdk-and-gadgets-building-the-foundation-for-ethereums-multichain-future) 实现的 Scroll 生态系统功能。 在 2024 年初,**Coinbase 宣布了** [**Keyspace**](https://docs.key.space/),它与 Vitalik 的提案紧密...

文章 探讨 Rollup 交易最终性

...(epochs)](https://stonecoldpat.substack.com/p/validator-attestations-and-voting) 后最终确定交易)非常不同。 在 Rollup 中,追求交易最终性有三个阶段: * **排序者(Sequencer)的承诺** → 排序者向用户承诺交易将按预期排序和执行。 ...

文章 闪电网络中的 “洋葱路由” 及其工作原理

...](https://voltage.cloud/blog/lightning-network-faq/what-are-blinded-paths-and-how-do-they-work/)”([中文译本](https://www.btcstudy.org/2023/04/26/what-are-blinded-paths-and-how-do-they-work/)),通过向发送者混淆部分支付路径来解决这个问题。不过,在这篇文章中,...

文章 Aave Gas 优化审计:降低成本的技术

...UserConfigurationMap { /** * @dev Bitmap of the users collaterals and borrows. It is divided in pairs of bits, one pair per asset. * The first bit indicates if an asset is used as collateral by the user, the second whether an * asset is borrowed by the user. */ uint256 da...

文章 深入探索 CALL 指令参数0

... Listed // ... } ``` 问题二:此前 [Paradigm CTF 2021: BabySandbox](http://godorz.info/2021/09/paradigm_ctf_2021_part_1/#BabySandbox) 题解,能否稍做解释? 问题三:题解测试有效,但为什么修改原题,`CALL` 时 0x4000 改为 0x30000 的话,题解无效?...