原文链接:https://weekinethereumnews.com/week-in-ethereum-news-october-29-2022/ 作者:Evan Van Ness 翻译:翻译小组[1]
Layer 1
- 最新的核心开发者视频会议[2]. 来自Tim Beiko[3] 和 Christine Kim[4]的记录:
- 上海升级的范围将在下个月确定,可能分为两次升级
- 上海升级将包括 withdrawals EIP3651 (warm COINBASE), EIP3855 (PUSH0) 和 EIP3860 (limit & meter initcode)[5]
- EIP4844(proto-danksharding)和 EOF 正在并行,可能会包括在上海升级中,具体取决于最终的规范和实现的复杂性
- 可能包含 EIP1153(瞬时存储)和 EIP4758(停用
SELFDESTRUCT
) - 时间戳作为升级触发器将在上海开发网上测试
- 关于 eth/68 的讨论,讨论公布了有类型和大小的交易)
- 共识规范v1.3.0-alpha.0[6]:添加取款测试
- EIP4844 proto-danksharding:
- EIP4844 实施者视频会议[7] 和 记录[8]
- Blobscan[9]: 测试网 blob 浏览器
- Protolambda: blobspace[10], 分片设计的历史
- .oO[11]: danksharding meme; blob 将随着时间越来越大
- Jim McDonald: MEV-Boost 中继的影响[12], 与本地构建区块相比,中继区块的正确见证降低了 3%
- Flashbot 的 sync-proxy[13]: 信标节点请求被代理到多个执行层客户端
研究
- 通过区块提议者竞拍来销毁 MEV[14] 的提案; Hasu 认为[15] 不可行。
客户端版本
- 共识层:
- Lighthouse v3.2.1[16]: 3.2.0 版本的补丁修复了块导入时间增加约 80ms 的问题
- Prysm v3.1.2[17]: 修复 bug 和改进
- Teku v22.10.2[18]: 修复 bug 和优化
Layer 2
- zkSync v2.0[19] 已部署; app 将在今年晚些时候部署,明年向用户开放
- EF 75 万美元 Layer 2 捐款[20] 用于支持应用、分析和教育
- Arbitrum Nova Etherscan 区块浏览器[21]
- Scroll: KZG 和多项式承诺方案[22] 解释器
EIP
- EIP5827[23]: 扩展,使授权自动续期
- EIP5843[24]: EVM 模块化算法扩展
开发者资料
- Foundry: 如何添加作弊代码指南[25] (在一条 tweet 中)
- ERC4626 (代币金库) 所有权测试[26], 用 Foundry 检查一致性
- Nethereum v4.11.0[27] (.NET) 增加 EVM 模拟器来预览状态变化
- RareSkills Distribute 合约 gas 优化(CTF 解决方案)[28]
- WalletConnect Sign v2.0[29] 生产版本,v1 将于 2023 年 3 月 1 日 弃用[30] ;Auth[31]: 一键登录
- 0xShip[32]: 合约 vs 合约战舰游戏, Goerli 测试网, 类似 0xMonaco
安全
- Team Finance 1580 万美元被利用[33], 通过其 Uniswap v2 迁移到 v3 的函数漏洞
- Layer2DAO 被利用[34], 从 multisig 的 Optimism 地址窃取了 5000 万代币
- FriesDAO 230 万美元被利用[35], 用 Profanity 生成部署者私钥
(编者注:本翻译不代表登链社区的立场,也不代表我们(有能力并且已经)核实所有的事实并把他的观点分离开来。)
参考资料
[1]
翻译小组: https://learnblockchain.cn/people/412
[2]
视频会议: https://www.youtube.com/watch?v=oQfEW8LdE88&t=445s
[3]
Tim Beiko: https://twitter.com/timbeiko/status/1585406583278047235
[4]
Christine Kim: https://www.galaxy.com/research/insights/ethereum-all-core-developers-call-148/
[5]
withdrawals EIP3651 (warm COINBASE), EIP3855 (PUSH0) 和 EIP3860 (limit & meter initcode): https://github.com/ethereum/execution-specs/pull/633/files
[6]
v1.3.0-alpha.0: https://github.com/ethereum/consensus-specs/releases/tag/v1.3.0-alpha.0
[7]
视频会议: https://www.youtube.com/watch?v=hAa1b4m7tsI&t=9s
[8]
记录: https://docs.google.com/document/d/15EatedrJanNxBZGPVASvwq9xgbTs5UxjsDfjpM6ppSY/edit
[9]
Blobscan: https://www.blobscan.com/
[10]
blobspace: https://twitter.com/protolambda/status/1584105020697432064
[11]
.oO: https://twitter.com/adietrichs/status/1585465506370408448
[12]
MEV-Boost 中继的影响: https://www.attestant.io/posts/exploring-the-impact-of-mev-relays/
[13]
sync-proxy: https://collective.flashbots.net/t/open-sourcing-sync-proxy/626
[14]
销毁MEV: https://ethresear.ch/t/burning-mev-through-block-proposer-auctions/14029
[15]
认为: https://collective.flashbots.net/t/to-burn-or-not/647
[16]
v3.2.1: https://github.com/sigp/lighthouse/releases/tag/v3.2.1
[17]
v3.1.2: https://github.com/prysmaticlabs/prysm/releases/tag/v3.1.2
[18]
v22.10.2: https://github.com/ConsenSys/teku/releases/tag/22.10.2
[19]
v2.0: https://blog.matter-labs.io/baby-alpha-has-arrived-5b10798bc623
[20]
Layer 2 捐款: https://esp.ethereum.foundation/layer-2-grants
[21]
Etherscan 区块浏览器: https://nova.arbiscan.io/
[22]
KZG 和多项式承诺方案: https://scroll.io/blog/kzg
[23]
EIP5827: https://github.com/ethereum/EIPs/pull/5827/files
[24]
EIP5843: https://github.com/ethereum/EIPs/pull/5843/files
[25]
如何添加作弊代码指南: https://twitter.com/gakonst/status/1584000626010165248
[26]
所有权测试: https://a16zcrypto.com/generalized-property-tests-for-erc4626-vaults/
[27]
v4.11.0: https://github.com/Nethereum/Nethereum/releases/tag/4.11.0
[28]
Distribute合约 gas优化(CTF解决方案): https://mirror.xyz/vicnaum.eth/gZPBJoJm4Ne3eXhxR-x7bbh8oFLnJ2JyVzczq2n9H8M
[29]
Sign v2.0: https://medium.com/walletconnect/walletconnect-sign-v2-0-the-final-release-is-here-864b21e8d1ca
[30]
弃用: https://twitter.com/walletconnect/status/1585297184102047744
[31]
Auth: https://medium.com/walletconnect/introducing-walletconnect-auth-one-click-wallet-login-to-simplify-web3-ux-9cc11fd18aba
[32]
0xShip: https://twitter.com/nazar_ilamanov/status/1585055440123359232
[33]
1580万美元被利用: https://rekt.news/teamfinance-rekt/
[34]
被利用: https://twitter.com/llamaintern/status/1583935286332911616
[35]
230万美元被利用: https://twitter.com/CertiKAlert/status/1585764826025975809?s=20&t=AEGqQtd4d_DGyMp5ldqM4w