{"content":{"title":"每周以太坊进展 2023/7/1","body":"## Dencun (Cancun + Deneb) 升级\r\n\r\n*   最新的所有核心开发者 - 共识（ACDC）[视频会议](https://www.youtube.com/watch?v=zdqtl9x_UjA&t=310s)。[克里斯汀·金 (Christine Kim)](https://www.galaxy.com/research/insights/ethereum-all-core-developers-consensus-call-112/)的记录：\r\n    *   Deneb 升级引擎 API 更改的两个提案：提案1: 分阶段逐步弃用`engine_exchangeTransitionConfiguration`方法; 提案2: 增加一个构建控制标志(the builder override flag) ，该标记让验证者在区块构建上有更多的控制。\r\n    *   EIP7251（增加最大有效余额）讨论\r\n    *   EIP7002（执行层可触发退出）不在 Deneb 升级中考虑，之后可能会进行硬分叉，以E开头的恒星名称命名\r\n*   EIP4844：\r\n    *   [EIP4844 devnet 7](https://4844-devnet-7.ethpandaops.io/)启动（与 devnet 6 规范相同）\r\n    *   最新 EIP4844 实施者[视频会议](https://www.youtube.com/watch?v=WFwXitiwv-Q)。[Terence](https://twitter.com/terencechain/status/1673366026313162752)的记录。Devnet 8 应包含 Dencun EIP\r\n*   Execution-spec-tests [v1.0.0](https://github.com/ethereum/execution-spec-tests/releases/tag/v1.0.0)：升级到 PyTest，EIP4844 测试\r\n\r\n## Layer 1\r\n\r\n*   Holešky 测试网（Goerli 的继承者）[协调会议记录](https://github.com/ethereum/pm/issues/814#issuecomment-1613224057)：目前 170 万验证者，其中 80 万为客户端团队，计划于 9 月 15 日（合并日）创世\r\n*   MEV-Boost [v1.6](https://github.com/flashbots/mev-boost/releases/tag/v1.6)：请求额外的数据可用性，改进日志记录\r\n*   [移除 RIPEMD-160 和 blake2f 预编译](https://ethereum-magicians.org/t/discussion-removal-of-ripemd-160-and-blake2f-precompiles/14857)的提案\r\n*   [了解 PBS(Proposer-Builder Separation提案构建分离)](https://mirror.xyz/0x55a0c204c6fDd0DCf238430cb4BF79D45e8D9Bc3/kw_7qbkOl4NV1pmpRgVwtsS-7TZff_zTmmNEOm2BbmU) \r\n\r\n## 客户端版本\r\n\r\n*   共识层：\r\n    *   Lodestar [v1.9.1](https://github.com/ChainSafe/lodestar/releases/tag/v1.9.1)：补丁——修复点对点网络或证明问题，解决V1.9.0版本中发现的一些日志的用户体验问题\r\n    *   Nimbus [v23.6.1](https://github.com/status-im/nimbus-eth2/releases/tag/v23.6.1)：对 2021 年 4 月之前的历史记录的数据库修剪的性能改进\r\n*   执行层：\r\n    *   Besu [v23.4.4](https://github.com/hyperledger/besu/releases/tag/23.4.4)：新的 flat 数据库提高了区块处理时间和证明性能，BlobDB 提高了同步时间和磁盘 IO\r\n\r\n## 研究\r\n\r\n*   [BaseSAP](https://arxiv.org/abs/2306.14272)：隐形地址协议，可扩展用于特定的加密方案\r\n\r\n## EIP\r\n\r\n*   EIP：\r\n    *   [EIP7251](https://github.com/ethereum/EIPs/pull/7251/files)：增加 `MAX_EFFECTIVE_BALANCE`\r\n*   ERC（应用层）：\r\n    *   [ERC7229](https://github.com/ethereum/EIPs/pull/7229/files)：最小可升级代理合约\r\n    *   [ERC7231](https://github.com/ethereum/EIPs/pull/7231/files)：身份聚合NFT\r\n    *   [ERC7246](https://github.com/ethereum/EIPs/pull/7246/files)：Encumber（ERC20 扩展），允许质押代币而不转移所有权\r\n    *   [ERC7253](https://github.com/ethereum/EIPs/pull/7253/files)：通用钱包Uplink(又名 UwU Link)，一种用于接口和移动钱包签名请求的数据格式\r\n    *   [ERC7254](https://github.com/ethereum/EIPs/pull/7254/files)：分享代币收益\r\n\r\n## 开发者资料\r\n\r\n*   Remix [v0.34.0](https://medium.com/remix-ide/remix-release-v0-34-0-f40d90c197e2)：EVM 版本标签， Solidity 分析器添加 SolHint linter，Etherscan 合约验证支持 L2 、支持构造函数参数和验证代理合约\r\n*   Foundry：\r\n    *   [ForGePT](https://forgept.apoorv.xyz/)：用 Foundry 电子书和 Telegram 支持频道训练过，需要 OpenAI API 密钥\r\n*   [Solidity 事件](https://mirror.xyz/spacesailor.eth/LEe2yoLoqy97BWHyO6J65XhnG8t33Nmvz_Vsa3ve7rY)指南：日志和用 web3.js 检索/监听\r\n*   编程模式 [`Function 要求（Requirements）-影响（Effects）- 交互（Interactions） + 协议不变性检查（Protocol Invariants）`](https://www.nascent.xyz/idea/youre-writing-require-statements-wrong)(FREI-PI) 模式\r\n*   Viem [v1.2](https://twitter.com/wagmi_sh/status/1673832563931238400)：用自定义操作扩展客户端\r\n*   用 ethers.js 的 [原始交易签名脚本](https://github.com/pcaversaccio/raw-tx/tree/main#readme)\r\n*   [Python 生态系统](https://snakecharmers.ethereum.org/python-ecosystem/) 概述：web3.py、py-evm、eth-tester、Ape、Woke、Vyper 和 Titanoboa\r\n*   [Noble-ciphers](https://github.com/paulmillr/noble-ciphers#readme)：JavaScript 写的 Salsa20、ChaCha、Poly1305 和 AES-SIV，没有依赖项\r\n*   Slither [v0.9.4](https://github.com/crytic/slither/releases/tag/0.9.4)和[v0.9.5](https://github.com/crytic/slither/releases/tag/0.9.5)补丁：新检测器：缓存数组长度、编码打包冲突、错误使用-using-for；新 printer：代码行；添加接口生成器并支持自定义存储布局\r\n*   RareSkills：[Tornado Cash 代码库解释](https://www.rareskills.io/post/how-does-tornado-cash-work)\r\n*   CTF：[相当安全的 DeFi](https://decentlysafedefi.xyz/me/)，4 个挑战，用 Foundry\r\n*   [E2PG](https://github.com/orgs/indexsupply/discussions/122)：以太坊到 Postgres 的索引器\r\n\r\n## 安全\r\n\r\n*   Arbitrum 上的 Themis 协议被攻击，通过预言机操纵[利用了 37 万美元](https://twitter.com/BlockSecTeam/status/1673897088617426946)\r\n\r\n**生态系统**\r\n\r\n*   EF [学术资助获得者](https://blog.ethereum.org/2023/06/28/academic-grants-round-23)：43 个项目分享 200 万美元资金\r\n*   ETHGlobal Waterloo[黑客马拉松决赛入围者](https://twitter.com/ethglobal/status/1673069276805099520)和[视频](https://www.youtube.com/playlist?list=PLXzKMXK2aHh7ZShjCVqztXMbdm9xTSqIR)\r\n\r\n## 应用层\r\n\r\n*   USDC[跨链传输协议](https://www.circle.com/en/cross-chain-transfer-protocol)（CCTP）在主网和 Arbitrum 上线\r\n*   [Graph](https://twitter.com/graphprotocol/status/1674143754725277697)服务了 1 万亿次查询\r\n*   Mirror[ Writing NFT v2](https://dev.mirror.xyz/8MThiFhn391cfgffQtiRoSpS-Op93IR71rYgf6YEzBc)：通过 NFT 阅读文章、开放编辑\r\n*   Diva（DVT 流动质押）[DAO 空投](https://divastaking.medium.com/announcing-the-diva-dao-270bb0d188e8)可由质押者索取，不可转让，因此大概不会产生税费，美国和加拿大国民被排除在早期分配之外\r\n*   [CLRFund第9轮](https://blog.clr.fund/round-9-is-underway/)在Arbitrum上线，为公共物品做出贡献\r\n\r\n\r\n\r\n\r\n>原文链接：https://weekinethereumnews.com/week-in-ethereum-news-july-1-2023/\r\n>作者：Evan Van Ness\r\n>翻译：[EthWeekly](https://learnblockchain.cn/people/4295)\r\n>参与[登链翻译计划](https://github.com/lbc-team/Pioneer/wiki/pioneer)，做 web3 中文内容的拓荒者，引入更多优质英文技术内容"},"author":{"user":"https://learnblockchain.cn/people/4295","address":null},"history":"QmNrcixvs48so46dg1meoP2sJUM1ye3bB86VXQ5ErnPNFg","timestamp":1688380776,"version":1}