{"content":{"title":"每周以太坊进展 2023/9/2","body":"## Dencun (Cancun + Deneb) 升级\r\n\r\n*   最新的所有核心开发人员 – 执行 (ACDE)[视频会议](https://www.youtube.com/watch?v=GkSjuiqqkKU&t=29s)。[蒂姆·贝科 ( Tim Beiko)](https://twitter.com/abcoathup/status/1697343956433219839)的回顾。[Tim Beiko](https://twitter.com/timbeiko/status/1697381822831919503)和[Christine Kim](https://www.galaxy.com/insights/research/ethereum-all-core-developers-execution-call-169/)的记录：\r\n    *   Devnet 8 将用于大多份 Dencun 测试，devnet 9 将包括最终的规范更改并希望成为最后一个 devnet\r\n    *   公共测试网升级顺序：Holešky（新测试网，节点运营商数量较少），Goerli（已弃用，拥有最多数量的 app/L2/质押者），然后是上主网之前的 Sepolia\r\n    *   Holešky 将测试 3/6（目标数/最大数）blob，并可选择将其他测试网/主网减少到 2/4\r\n    *   关于 Verkle trie 实时迁移与状态到期和地址空间扩展/压缩相结合的讨论\r\n*   [blobspace 简介](https://domothy.com/blobspace/)：Dencun 升级中的 EIP4844（原 danksharding）和完整 danksharding\r\n\r\n## 中心化观察：你的 ETH 价值正受到威胁\r\n\r\n*    [Lido ](https://dune.com/hildobby/eth2-staking)即将突破 [**33% 的门槛**](https://notes.ethereum.org/@djrtwo/risks-of-lsd)\r\n*   客户端多样性（[clientdiversity.org](https://clientdiversity.org/#distribution)）：\r\n    *   执行层：Geth 绝对多数，可能导致分叉\r\n    *   共识层：两个客户端超过 33%，一个bug可能让链不活跃\r\n*   需要：[质押者和节点在地理上更分散](https://nodewatch.io/)，特别是在美国/加拿大/欧盟之外\r\n\r\n## Layer 1\r\n\r\n*   [以太坊执行层规范](https://blog.ethereum.org/2023/08/29/eel-spec)（EELS）：Python 参考实现（类似于共识层 Python 规范）\r\n    *   [拨款可用于更新黄皮书](https://github.com/ethereum/yellowpaper#repository-currently-outdated)，缺少合并前分叉逻辑\r\n*   Erigon [Caplin](https://erigon.substack.com/p/update-on-caplin-and-roadmap-building)（共识层客户端）路线图\r\n*   Dapplion：[Whisk: bootstrapping 问题](https://hackmd.io/@dapplion/whisk_bootstrapping)，bootstrapping 策略权衡\r\n*   Otterscan [v1.32.0](https://github.com/otterscan/otterscan/releases/tag/v1.32.0)：添加合约交互（针对 Sourcify 验证合约）\r\n\r\n## 客户端版本\r\n\r\n*   共识层：\r\n    *   Lodestar [v1.11.0](https://github.com/ChainSafe/lodestar/releases/tag/v1.11.0)：添加 Holešky 测试网\r\n*   执行层：\r\n    *   Nethermind [v1.20.2](https://github.com/NethermindEth/nethermind/releases/tag/1.20.2) / [v1.20.3](https://github.com/NethermindEth/nethermind/releases/tag/1.20.3)：添加 Holešky 测试网\r\n    *   Reth [v0.1.0-alpha.8](https://github.com/paradigmxyz/reth/releases/tag/v0.1.0-alpha.8)： 全节点低于 1TB，每个表可配置修剪，交易池和 RPC 改进\r\n\r\n## 研究\r\n\r\n*   [将见证权重](https://ethresear.ch/t/reducing-lst-dominance-risk-by-decoupling-attestation-weight-from-attestation-rewards/16523)与见证奖励分离，提案降低流动性质押风险\r\n*   [累积的、未过期包含列表](https://ethresear.ch/t/cumulative-non-expiring-inclusion-lists/16520)，附加包含列表的设计\r\n*   [如果最大有效余额增加](https://ethresear.ch/t/slashing-penalty-analysis-eip-7251/16509)（EIP7251），则削减惩罚，建议初始惩罚为常数或次线性缩小，并将相关惩罚修改为二次方缩小\r\n*   [PEPC-DVT](https://ethresear.ch/t/pepc-dvt-pepc-with-no-changes-to-the-consensus-protocol/16514)：在不改变共识的前提下的协议强制提案者承诺\r\n\r\n## Layer 2\r\n\r\n*   Arbitrum [Stylus](https://medium.com/offchainlabs/stylus-now-live-one-chain-many-languages-eee56ad7266d)：用 Rust、C 和 C++ 为 Nitro 链构建应用程序，在测试网上运行\r\n*   Polygon [Chain 开发套件](https://polygon.technology/blog/introducing-polygon-chain-development-kit-launch-zk-l2s-on-demand-to-unlock-unified-liquidity)(CDK)：可用于按需启动 rollup 或 validium 链\r\n*   StarkWare [Stone 证明器](https://github.com/starkware-libs/stone-prover#readme)开源\r\n\r\n## EIP\r\n\r\n*   ERC（应用层）：\r\n    *   [ERC7505](https://github.com/ethereum/EIPs/pull/7528/files)：NFT 作者注册表\r\n    *   [ERC7506](https://github.com/ethereum/EIPs/pull/7547/files)：可信提示注册表\r\n\r\n## 开发者资料\r\n\r\n*   Foundry:\r\n    *   [Rivet](https://www.paradigm.xyz/2023/08/rivet)：开发者钱包（浏览器扩展），与 Anvil、alpha 集成\r\n    *   [Huffpoint](https://github.com/devtooligan/Huffpoint#readme)：用 Huff 实现的 vm.breakpoint ， Foundry 调试器一起使用\r\n*   OpenSea[可兑换 NFT](https://docs.opensea.io/changelog/define-the-standard-for-nft-redeemables)草案标准，概念证明销毁，以在主网上赎回\r\n*   [独特的合约设计](https://blog.smlxl.io/ethereum-apocrypha-46e155e21a26)：BIG、多对一和一对多代理、重叠布局和深度嵌套变量\r\n*   [Arbitrum Sepolia 测试网](https://twitter.com/ArbitrumDevs/status/1696525956834619856)已上线，Arbitrum Goerli 将于今年晚些时候弃用\r\n*   [Circcomscribe](https://www.zksecurity.xyz/blog/posts/circomscribe/) 工具：分析 Circcom 代码\r\n*   Trail of Bits 为[Slither](https://github.com/crytic/slither/pull/2099)和[Echidna 添加了 Vyper 支持](https://github.com/crytic/echidna/pull/1108)\r\n\r\n## 安全\r\n\r\n*   Ajna 协议[潜在的恶意矢量攻击披露（可能影响借款人的使用）](https://blog.summer.fi/ajna-possible-attack-vector/)，建议立刻偿还债务并退出\r\n*   Balancer 披露漏洞，[210 万美元](https://twitter.com/BeosinAlert/status/1696362629818908758)[被利用](https://twitter.com/Balancer/status/1696930832760635566)\r\n*   SharedStake（流动质押）[105 ETH 被利用](https://medium.com/@chimera_defi/sharedstake-exploit-postmortem-sep-1-2023-50a85061d58c)，通过无效所有权检查无限 mint\r\n\r\n## 应用层\r\n\r\n*   [Gitcoin Grant 18 已结束](https://twitter.com/gitcoin/status/1696516357876043826)，4.7 万名捐赠者捐赠了 68 万美元\r\n*   Gitcoin Passport[链上邮票](https://www.gitcoin.co/blog/gitcoin-passport-onchain-stamps)：在 Optimism 铸造 passport\r\n*   [Hats Protocol v2](https://hats.mirror.xyz/NXJI4Rkk4TafwLvVZLfdlz-sLWdrNlKFmvJq9cKDkiw)：分配链上角色地址并选择每个角色获得的权力\r\n*   Brian Armstrong：发布对Builder 支持计划， [我今天要启动公司](https://www.coinbase.com/blog/request-for-builders-startups-i-would-build-today)\r\n*   Base 应用：\r\n    *   [OpenCover](https://twitter.com/OpenCoverDeFi/status/1697232657481183252)：封面聚合器\r\n    *   [NFTA](https://www.nfta.pl/)：通过绘制价格图表进行每日价格预测游戏，测试版\r\n\r\n\r\n\r\n## 其他\r\n\r\n\r\n\r\n- [Class action against Uniswap dismissed](https://twitter.com/haydenzadams/status/1696991910370411003), not liable for third-party misuse\r\n- Binance： [BUSD用户应在2024年2月前转换为其他稳定币](https://www.binance.com/en/support/announcement/binance-encourages-users-to-convert-busd-to-other-stablecoins-prior-to-february-2024-d392843e81fd4bc3a5f7e219aa01f34d)\r\n\r\n- [Rune 提案 Maker 链](https://forum.makerdao.com/t/explore-a-fork-of-the-solana-codebase-for-newchain/21822) , 可以利用硬分叉从治理攻击或技术故障中恢复过来\r\n- Ittai Abraham: [有限域上的快速傅立叶变换](https://decentralizedthoughts.github.io/2023-09-01-FFT/)\r\n- [使用 GKR 改进日志查找](https://eprint.iacr.org/2023/1284) \r\n\r\n\r\n\r\n\r\n\r\n\r\n>原文链接：https://weekinethereumnews.com/week-in-ethereum-news-september-2-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":"QmUcWpT1h1ZhKYNjAxujzxnhx14nHfmJoBepDhT5PdPx5C","timestamp":1693900383,"version":1}