找到约 11 条结果

文章 EL内存池中的数据是否可用?- 网络

[![](https://img.learnblockchain.cn/2025/06/24/13102_2.png)](https://ethresear.ch/u/cskiraly) 作者: [@cskiraly](https://ethresear.ch/u/cskiraly) 随着 Pectra 中 blob 数量的增加,以及 Fusaka 中即将引入的 DAS,越来越多的注意力被吸引到 EL mempool 在 blob 传播中的...

文章 在Solana上使用Elusiv和Light的隐私保护

... {     "@lightprotocol/cli": "^0.1.1-alpha.21",     "@types/node": "^20.6.0",     "chai": "^4.3.8",     "typescript": "^5.2.2"   },   "dependencies": {     "@coral-xyz/anchor": "^0.28.1-beta.2",     "@lightprotocol/zk.js": "^0.3.2-alpha.14",     "@solana/web3.js": "^1.78.4" ...

文章 在 Go 中创建原生以太坊交互:Blob 交易、交易追踪及其他

...调用的应用程序示意图](https://img.learnblockchain.cn/attachments/2024/11/Pdcitiiu6745808759103.png) 在本教程的最后,我们将展示如何执行 Blob 交易,这是以太坊在 Decun 升级中最近增加支持的一项功能。 我们还将进行一些与以太坊交易相...

文章 Layer2 网络治理回顾 #55 (2025年06月09日)

## 治理回顾 \#55 (2025年06月09日) 治理永不眠,本周提出了新的想法、框架和重组方案。 ![](https://img.learnblockchain.cn/2025/06/11/1krv40znqWJF56t6TeH7r1Q.png) 治理永不眠,本周提出了新的想法、框架和重组方案。 ![](https://img.learnblock...

文章 使用Python开发DeFi项目

...nly used language on the planet](https://insights.stackoverflow.com/survey/2020#technology-programming-scripting-and-markup-languages), and it’s easier to build full-stack applications with the “JavaScript everywhere” mentality that comes with Node.js. However, this isn’t the case with the f...

文章 通往 Danksharding 之路

...。 EIP-4844 的核心架构如下: ![](https://img.learnblockchain.cn/2025/04/09/F20d9be89-2038-4d31-9c6b-0fb39106bc2a_1600x900.png) ### **数据可用性是 EIP-4844 设计的核心关注点和动机。** Rollups 从以太坊第一层需要的关键价值是 [数据可用性](https://ethereu...

文章 初探Celestia's Data Availability Layer

...d199f4aaac4cb0f9aef83446a4.png](https://img.learnblockchain.cn/attachments/2023/01/4VeAIp7463c67b997534e.png) > To verify that the data is available, Celestia light nodes are sampling the 2k × 2k data chunks. > > Every light node randomly chooses a set of unique coordinates in the extended mat...

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

...有 [**最大的总锁定价值 (TVL)**](https://defillama.com/) **超过 200 亿美元**,并产生超过 **每日 800,000 美元的费用**。它的代码库经过大量审计、高度优化,并且经受住了时间的考验。 认识到 Aave 对生态系统的重要性,Cyfrin 最近对 Aave...

文章 通过跨链质押的先驱 Stride 学习新的链间功能

...务。似乎是为了证明这一点,截至本文撰写之时(截至 2023 年 5 月 17 日,流动性质押领域的 TVL 为 173.9 亿美元,比去中心化交易所领域高出约 5 亿美元,TVL 为 168.7 亿美元),流动性质押领域已成为区块链行业中最大的领域。 ...

文章 Chainlink Functions 介绍 & 使用案例

...内容互动来赢得特别奖品。 除此之外,[数字收藏品于 2022 年被集成到 Instagram 中](https://about.fb.com/news/2022/05/introducing-digital-collectibles-to-showcase-nfts-instagram/),让创作者有机会以 NFT 的形式通过他们的网络分享和展示他们的艺术...

文章 零知识证明 - zkEVM源代码分析(EVM Circuit)

...源代码对应的最后一个提交信息如下: ``` commit 1ec38f207f150733a90081d3825b4de9c3a0a724 (HEAD -> main) Author: z2trillion Date: Thu Mar 24 15:42:09 2022 -0400 ``` zkEVM的电路主要由两部分电路组成:EVM Circuit和State Circuit。本文先讲解EVM Circuit的...