{"content":{"title":"每周以太坊  2024/02/10","body":"## **Dencun（Cancun + Deneb）升级（元** [**EIP7569**](https://eips.ethereum.org/EIPS/eip-7569)**）**\r\n\r\n- 最新的所有核心开发者 - 共识（ACDC） [通话视频](https://www.youtube.com/watch?v=FLB61CpMB70&t=235s) 。来自 [Christine Kim](https://www.galaxy.com/insights/research/ethereum-all-core-developers-consensus-call-127/) 的笔记：\r\n  - **Mainnet Dencun 升级定于 3 月 13 日的 epoch 269568  **，客户端将在 2 周内发布\r\n  - **Goerli 测试网**：测试了使用检查点同步的节点的 blob 有效期\r\n  - **无效区块**：由于 MEV-Boost 中继器问题触发进行本地构建讨论\r\n  - **Electra 升级范围**（针对 2024 年底的小跨 layer 分叉）：\r\n      - 潜在功能的优先级和复杂性：SSZ 化、ePBS、包含列表（EIP7547）和增加最大 EB（EIP7251）；计划进行进一步会议\r\n      - peerDAS（EIP7594）可以与 Electra 同时开发\r\n- Holešky 测试网[顺利升级](https://twitter.com/ethpandaops/status/1755197602931327379)到 Dencun\r\n- Dencun 互操作测试[通话视频](https://www.youtube.com/watch?v=RoQ6Gy-KbUs&t=5s) ：在 Holešky 测试网上测试了 churn limit ，并计划与主网发布一起进行 shadowfork\r\n\r\n## **中心化监控：威胁你的 ETH 价值**\r\n\r\n- [**Lido 达到 31.59%**](https://dune.com/hildobby/eth2-staking) **距离** [**33.3%门槛**](https://www.youtube.com/watch?v=Y0ddkSa1ZuI&t=1050s) **太近了**\r\n\r\n- 客户端多样性（通过 [clientdiversity.org](https://clientdiversity.org/#distribution)）：\r\n\r\n  - 执行层：Geth 72%超级多数，可能导致链分叉\r\n\r\n    - [**超级多数仪表板**](https://supermajority.info/) ：**模拟节点操作员转换为少数客户端**\r\n\r\n  - 共识层：Prysm 39%，任何客户端错误超过 33.3% 可能意味着最终确定性的丧失\r\n\r\n- 需要[更好的地理多样性](https://nodewatch.io/) ，特别是在北美和欧洲之外\r\n\r\n## Layer1\r\n\r\n- Toni Wahrstätter 和 Vitalik： 讨论[增加区块 gas 限制和增加 非 0 calldata 成本](https://ethresear.ch/t/on-increasing-the-block-gas-limit/18567) 来激励 L2 使用 blob 进行数据可用性\r\n- [bloXroute 中继以乐观模式广播无效区块](https://gist.github.com/benhenryhunter/5f63ad6b5d68452192e9965925b9878e#file-postmortem-md)，由 rsync 构建者于 2 月 6 日构建，导致 错过9 个插槽\r\n- Reth [路线图](https://docs.google.com/presentation/d/1K4Hejbp3Q6aPLw5CWuSboMvN8g3nCflJ_gN_kzz-0ww)（Rust 中的 EL 客户端）：目标是在 2 月底发布 v0.2 beta 版本，并在 4 月底发布 v1 生产版本\r\n\r\n## **研究**\r\n\r\n- [包含列表的规范更改概述](https://notes.ethereum.org/@mikeneuder/il-spec-overview)\r\n\r\n## **客户端发布**\r\n\r\n- 共识层：\r\n  - Lodestar [v1.15.1](https://github.com/ChainSafe/lodestar/releases/tag/v1.15.1)：为 Besu 用户提供的热修复，blindedLocal 和锁定文件问题\r\n- 执行层：\r\n  - Geth [v1.13.12](https://github.com/ethereum/go-ethereum/releases/tag/v1.13.12)：主网 Dencun 升级\r\n    - [Era1 初始实现](https://github.com/ethereum/go-ethereum/pull/26621)，提供合并前的执行层数据历史；合并后的执行层数据封装在 Beacon 链 Era 文件中\r\n  - Reth [v0.1.0-alpha.17](https://github.com/paradigmxyz/reth/releases/tag/v0.1.0-alpha.17)：Dencun 的关键修复，侧链根验证和网络改进\r\n\r\n## **给验证者**\r\n\r\n- Remy Roy：[迁移验证者到更大磁盘的指南](https://github.com/eth-educators/ethstaker-guides/blob/main/migrating-to-a-larger-disk.md)\r\n\r\n## Layer2\r\n\r\n- Polygon [Type 1 Prover](https://polygon.technology/blog/upgrade-every-evm-chain-to-zk-introducing-the-type-1-prover) 开源\r\n- RollCall（L2 标准）预编译[解析](https://www.youtube.com/watch?v=tg01COfxi_M)和[笔记](https://ethereum-magicians.org/t/rollcall-breakout-3-precompiles-and-the-rip-process/18508/3)：secp256r1 预编译（RIP7212）在 Polygon 测试网上运行，并且 rollup 预编译注册正在进行中\r\n\r\n## **EIPs/标准**\r\n\r\n- EIPs：\r\n  - [EIP7612](https://github.com/ethereum/EIPs/pull/8162/files)：使用叠加树进行状态存储转换\r\n  - [EIP7619](https://github.com/ethereum/EIPs/pull/8190/files)：Precompile Falcon512 通用验证器\r\n- RIPs（Rollup 改进提案）：\r\n  - [RIP7614](https://github.com/ethereum/RIPs/pull/10/files)：向合约公开调用堆栈\r\n- ERCs（应用层）：\r\n  - [ERC7613](https://github.com/ethereum/ERCs/pull/236/files)：Puppet 代理合约\r\n  - [ERC7615](https://github.com/ethereum/ERCs/pull/235/files)：合约之间的原子推送数据源\r\n  - [ERC7616](https://github.com/ethereum/ERCs/pull/244/files)：混合型可替代代币\r\n  - [ERC7617](https://github.com/ethereum/ERCs/pull/245/files)：web3 URL 中 ERC5219 模式的块支持\r\n  - [ERC7618](https://github.com/ethereum/ERCs/pull/246/files)：ERC5219 模式 web3 URL 中的内容编码\r\n\r\n## **开发者相关**\r\n\r\n- [EthereumJS 发布](https://twitter.com/efjavascript/status/1755920124605759824)：Dencun 升级支持，加密原语默认使用 WASM，RPCStateManager，扩展了 EIP1186 证明功能和 Tx addSignature API\r\n- Gaslite Merkle Drop 基础合约：[GasliteMerkleDN](https://github.com/PopPunkLLC/gaslite-core/blob/main/src/GasliteMerkleDN.sol)（用于原生币）和 [GasliteMerkleDT](https://github.com/PopPunkLLC/gaslite-core/blob/main/src/GasliteMerkleDT.sol)（用于ERC20）\r\n- Ethers js [v6.11.0](https://github.com/ethers-io/ethers.js/releases/tag/v6.11.0)：添加了 EIP4844 blob 交易\r\n- [Ethers-kt](https://github.com/Kr1ptal/ethers-kt#readme)（Kotlin）：用于 EVM 交互的异步库，针对 JVM 和 Android 平台\r\n\r\n## **生态系统**\r\n\r\n- [以太坊协议奖学金学习小组](https://blog.ethereum.org/2024/02/07/epf-study-group)，10 周系列课程将于 2 月 19 日开始，跟踪研究和开发，为第五届学员做准备\r\n- 以太坊基金会[学术奖学金](https://esp.ethereum.foundation/academic-grants) ，可获得 100 万美元\r\n\r\n------\r\n\r\n##  **链上统计数据**\r\n\r\n-  Gas费（通过 [ultrasound.money](https://ultrasound.money/#gas)）：9.4 至 367 gwei，平均 35.2 gwei\r\n   - 目前零发行量时，Gas为 22.2 gwei\r\n   - 本周燃烧了 10100 ETH\r\n-  [ETHUSD](https://www.coingecko.com/en/coins/ethereum)：2279 美元 - 2522 美元，当前为 2495 美元\r\n-  [ETHBTC](https://ratiogang.com/)：当前为 0.053（Flippening 约为 0.16）\r\n\r\n## 值得注意的应用层\r\n\r\n- [GoDaddy](https://aboutus.godaddy.net/newsroom/company-news/news-details/2024/GoDaddy-and-Ethereum-Name-Service-Bridge-the-Gap-Between-Domain-Names-and-Crypto-Wallets/default.aspx) 与 ENS 集成，用户可以将地址与其域名关联\r\n- POAP [Collections](https://blog.poap.xyz/collections/)：策划 POAP 的集合\r\n- Kain Warwick：[Synthetix 2024 路线图](https://mirror.xyz/kain.eth/kuLEnkUhJBPdJCs9gSIQ2_umGprJq3ZZCExmtc69zn8)\r\n- Brice [反思应用治理](http://tokenbrice.xyz/farewell-glc/)  \r\n- Gitcoin Grants [提出的更新](https://gov.gitcoin.co/t/gitcoin-grants-proposed-updates/17649)：重新聚焦于开源软件和 ETH 基础设施，每 6 个月进行一轮，配套 100 万美元，社区可以进行自己的 web3 社区和教育轮次\r\n\r\n##  其他\r\n\r\n\r\n- Josh Stark: [可信体验](https://stark.mirror.xyz/rkLEVz9p4r3ouusD-WCkWP_iVZYkZ0K7TFkzeRfiXCU) 塑造未来区块链行为预期\r\n\r\n- Vitalik: [通过提出安全问题来验证人们的身份](https://vitalik.eth.limo/general/2024/02/09/securityquestions.html) ，以减少深度伪造\r\n\r\n- 从可伪造假设看 [ ROM 中的恒定大小 zk-SNARKs](https://eprint.iacr.org/2024/173) \r\n\r\n\r\n\r\n---\r\n\r\n>  原文链接：https://weekinethereumnews.com/week-in-ethereum-news-february-10-2024/\r\n>\r\n> 作者：Evan Van Ness\r\n>\r\n> 翻译：[EthWeekly](https://learnblockchain.cn/people/4295)\r\n>\r\n> 参与[登链翻译计划](https://github.com/lbc-team/Pioneer/wiki/pioneer) ，做 web3 中文内容的拓荒者，引入更多优质英文技术内容"},"author":{"user":"https://learnblockchain.cn/people/4295","address":"0x10fE497A7082d2815f0fAd60dFD358Ff6e56754a"},"history":"bafkreicwsmswrydblczc3wqy2y5tyqfae7udm7tlvhki7xv5tzsjicvjca","timestamp":1708048832,"version":1}