首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >专栏 >每周以太坊进展 2022/10/1

每周以太坊进展 2022/10/1

作者头像
Tiny熊
发布2022-11-07 09:47:36
发布2022-11-07 09:47:36
3960
举报

原文链接:https://weekinethereumnews.com/week-in-ethereum-news-october-1-2022/ 作者:Evan Van Ness 翻译:翻译小组[1]

执行层

  • Besu v22.7.4[2]: 修复内存泄露的问题
  • EIP4844 (proto-danksharding) 视频会议[3], 会议记录[4] 和 准备清单[5]

共识层

  • Lighthouse v3.1.2[6]: 降低执行节点超时的负载修剪选项,优化证明和区块处理
  • bloXroute 的 ethical MEV-Boost 中继产生了无效区块[7]
  • Danny Ryan 关于EIP4844 是否耦合信标块和 blob 块[8]的记录

EIP

  • EIP5719[9]: 签名替换接口
  • EIP5725[10]: 可转让所有权 NFT
  • EIP5727[11]: 半灵魂绑定代币
  • EIP5732[12]: 简单提交接口

开发者资料

  • Solbase[13] (Solidity 库): 添加 ERC2612 permit 扩展为 ERC20/721/1155
  • Solidity 数组生成器[14]: Solidity 函数生成均匀间距数组,线性空间,范围,对数空间,设计用于测试,没有优化
  • Bit Magic[15]: Solidity 里的位操作指南
  • Paul R Berg 的 Solidity 小贴士: 带有命名形参的函数调用[16]
  • GitHub Action ,用 Remix 运行 Solidity 单元测试[17]
  • Vyper v0.3.7[18]: 内置 isqrt & epsilon , block.prevrandao, public 常量 , 不可变变量
  • Serpentor[19]: Vyper 链上投票与治理合约
  • Huffmate v1[20]: Huff 合约库, 未审计
  • evm2[21]:在 EVM 内部运行的 EVM
  • ctc v0.3.0[22]: Python 包与历史数据分析 CLI
  • WhatsABI[23]: 通过 4 字节的 JUMPI 指令从地址猜测 ABI; web app[24]
  • Heimdall v0.1.5[25]: 增加反编译, 生成 ABI 函数,事件和错误, beta 版本
  • Vitalik 的 Py_plonk[26]: Python 的 SNARK (PLONK) 编译器, 检验器和验证器
  • Raul Jordan: 函数式编程入门[27]
  • Ethernaut DAO CTF vulnerable NFT 解决方案[28]

安全

  • MEV bot 0xbaD 在套利约 800 个 ETH 之后 因漏洞损失 1101 个 ETH [29], 攻击者用闪电贷调用实现设置 WETH 额度
  • 不到 48 小时的时间里,在 16GB 的 Macbook M1 上重建了 Wintermute 私钥[30]

(编者注:本翻译不代表登链社区的立场,也不代表我们(有能力并且已经)核实所有的事实并把他的观点分离开来。)

参考资料

[1]

翻译小组: https://learnblockchain.cn/people/412

[2]

v22.7.4: https://github.com/hyperledger/besu/releases/tag/22.7.4

[3]

视频会议: https://www.youtube.com/watch?v=Oc_e7YJQl-I&t=13s

[4]

会议记录: https://docs.google.com/document/d/1KgKZnb5P07rdLBb_nRCaXhzG_4PBoZXtFQNzKO2mrvc/edit

[5]

准备清单: https://github.com/ethereum/pm/blob/master/Breakout-Room/4844-readiness-checklist.md

[6]

v3.1.2: https://github.com/sigp/lighthouse/releases/tag/v3.1.2

[7]

产生了无效区块: https://twitter.com/blink_labs_xyz/status/1575022763232075778

[8]

EIP4844 是否耦合信标块和blob块: https://notes.ethereum.org/RLOGb1hYQ0aWt3hcVgzhgQ?view

[9]

EIP5719: https://github.com/ethereum/EIPs/pull/5719/files

[10]

EIP5725: https://github.com/ethereum/EIPs/pull/5725/files

[11]

EIP5727: https://github.com/ethereum/EIPs/pull/5727/files

[12]

EIP5732: https://github.com/ethereum/EIPs/pull/5732/files

[13]

Solbase: https://github.com/Sol-DAO/solbase#readme

[14]

Solidity 数组生成器: https://github.com/mds1/solidity-generators#readme

[15]

Bit Magic: https://saxenism.com/web3/solidity/language-tricks/bit-magic/intermediate/2022/09/06/Bit-Magic-Solidity.html

[16]

带有命名形参的函数调用: https://docs.soliditylang.org/en/latest/control-structures.html#function-calls-with-named-parameters

[17]

用 Remix 运行 Solidity 单元测试: https://medium.com/remix-ide/solidity-unit-tests-via-a-github-action-9fd129b89349

[18]

v0.3.7: https://github.com/vyperlang/vyper/releases/tag/v0.3.7

[19]

Serpentor: https://github.com/yearn/serpentor#readme

[20]

v1: https://github.com/pentagonxyz/huffmate/releases/tag/v1

[21]

evm2: https://github.com/hananbeer/evm2#readme

[22]

v0.3.0: https://twitter.com/notnotstorm/status/1574214692834115585

[23]

WhatsABI: https://github.com/shazow/whatsabi#readme

[24]

web app: https://abi.w1nt3r.xyz/

[25]

v0.1.5: https://github.com/Jon-Becker/heimdall-rs/releases/tag/0.1.5

[26]

Py_plonk: https://github.com/ethereum/research/tree/master/py_plonk#readme

[27]

函数式编程入门: https://rauljordan.com/2022/09/25/blog-series-functional-programming-for-blockchain.html

[28]

vulnerable NFT 解决方案: https://stermi.xyz/blog/ethernautdao-ctf-vnft-solution

[29]

因漏洞损失 1101 个 ETH : https://twitter.com/bertcmiller/status/1574852628030361609

[30]

重建了 Wintermute 私钥: https://medium.com/amber-group/exploiting-the-profanity-flaw-e986576de7ab

本文参与 腾讯云自媒体同步曝光计划,分享自微信公众号。
原始发表:2022-10-08,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 深入浅出区块链技术 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 执行层
  • 共识层
  • EIP
  • 开发者资料
  • 安全
    • 参考资料
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档