通告 | 每周以太坊,2021-10-16

(编者注:Week in Ethereum 是 Evan 的个人作品。他既传达事实,也会加入自己的引申。翻译这些信息不代表我们认可他的立场,也不代表我们(有能力并且已经)核实所有的事实并把他的观点分离开来。)
主网
最新的核心开发者视频会议 [1] 。来自 Tim Beiko [2] 的笔记:
[1]: <https://www.youtube.com/watch?v=BTtwbvZZpfs&t=293s>
[2]: <https://twitter.com/timbeiko/status/1449047538103767044>目标是在 2022 年 2 月之前准备好 PoW 关停的代码 Arrow Glacier 硬分叉将于 12 月 8 日(区块高度 1377 3000)左右激活,推迟难度炸弹到 2022 年 6 月(推迟 1070 万个区块),如果需要 以及/或者 算力波动更大,PoW 的关停有更长的缓冲期 OpenEthereum 已经弃用,也不再支持关闭 PoW 计算 Arrow Glacier 升级带来的难度炸弹推迟效果
<https://tjayrush.medium.com/adventures-in-difficulty-bombing-837890476630>Geth v1.10.10 修复了 bug
<https://github.com/ethereum/go-ethereum/releases/tag/v1.10.10>Erigon v2021.10.03:远程 RPC daemons 的状态缓存
<https://github.com/ledgerwatch/erigon/releases/tag/v2021.10.03>
EIP
EIP4361 [1] :使用以太坊账户来登录。项目网站:login.xyz [2]
[1]: <https://github.com/ethereum/EIPs/blob/27b5497268bab4449cbe815ae9812388005d763b/EIPS/eip-4361.md>
[2]: <https://login.xyz/>EIP4363:交易索引操作码
<https://github.com/ethereum/EIPs/blob/556533cbe1257d570da179a20ccf1f2dcd4ff224/eip-4363.md>
权益证明
Pithos 公开测试网(测试关闭 PoW): 加入指令
<https://github.com/parithosh/consensus-deployment-ansible/blob/master/README.md>在新的 Ubuntu 系统上安装的视频讲解
<https://www.youtube.com/watch?v=mn8ZNrhTzLI>浏览器
<https://pithos-explorer.ethdevops.io/>回顾希腊的 Amphora 周:主网客户端和信标链客户端团队在关闭 PoW 道路上的一大里程碑
<https://blog.ethereum.org/2021/10/15/amphora-merge-milestone/>注释版信标链 spec
<https://github.com/ethereum/annotated-spec/blob/master/merge/beacon-chain.md>信标链 spec v1.1.3
<https://github.com/ethereum/consensus-specs/releases/tag/v1.1.3>Beacon chain API spec v2.1
<https://github.com/ethereum/beacon-APIs/releases/tag/v2.1.0>Nimbus v1.5.1:1.5.0 版本的用户需要升级,修复了押金合约的同步问题
<https://github.com/status-im/nimbus-eth2/releases/tag/v1.5.1>Vitalik 的两 slot 区块提议者/建构者 分割提议
<https://ethresear.ch/t/two-slot-proposer-builder-separation/10980>Stereum 1.8(信标链客户端安装器)
<https://stereum.net/ethereum-node-setup-1-8/>Péter 的 小众客户端:协调器仅在多数的客户端同意时才接受一个状态变更
<https://github.com/karalabe/minority>
Layer2
Uniswap v2 fork(Solidity 合约和 dapp)在 zkEVM 测试网上运行的 demo
<https://medium.com/matter-labs/unisync-a-port-of-uniswap-v2-on-the-zkevm-b12954748504>zkSync Reddit AMA
<https://www.reddit.com/r/ethereum/comments/q8q822/ama_were_matter_labs_the_team_behind_zksync_the/>Arbitrum Nitro 升级预览:运行在 WASM 上,使用 Geth 替换了定制化的 EVM 模拟器,预计有 20 到 50 倍的执行速度提升
<https://medium.com/offchainlabs/arbitrum-nitro-sneak-preview-44550d9054f5>zkevm-circuits v0.0.1:首次发布,实现了 PUSHX、POP、ADD、SUB、LT、GT 操作码
<https://github.com/appliedzkp/zkevm-circuits/releases/tag/v0.0.1>
开发者材料
Replit (基于网页的开发者环境)添加了 Solidity 支持:无需安装、内置测试网、合约实时编辑(热重载)、dapp 及合约可以分享
<https://blog.replit.com/solidity>Hardhat VSCode 插件将在 2022 年推出
<https://medium.com/nomic-labs-blog/hardhat-vscode-9de29467fc26>EthernautDAO 挑战:在挑战中学习 Solidity 和 web3 开发
<https://github.com/ethernautdao/challenges>Jolly Roger:使用 Hardhat、Svelte 和 The Graph 升级合约模板
<https://jolly-roger.eth.link/>使用 Hardhat 的暴力探究 ERC20 合约的存储项布局
<https://blog.euler.finance/brute-force-storage-layout-discovery-in-erc20-contracts-with-hardhat-7ff9342143ed>EthTx v.0.3.1:升级代理合约的处理,为未知的签名和 ENS 感知使用 4 字节的目录
<https://ethtx.info/>topic0:从哈希到事件日志签名的数据库,用于日志解码、从 Sourcify 验证合约中抽取数据
<https://github.com/wmitsuda/topic0>RICKS:碎片化 NFT 的实现,带有确定性的收购、定制化的拍卖和一个质押池
<https://github.com/FrankieIsLost/RICKS>设计 NFT 启动器的指南:重点关注不可爆破的公平性、避免竞态条件(race conditions)以及成本效率、参看实现
<https://www.paradigm.xyz/2021/10/a-guide-to-designing-effective-nft-launches/>Circom v2.0(零知识电路编译器),用 Rust 重写,编译速度提高 10 倍
<https://blog.iden3.io/circom-2-is-released.html>
安全性
Lido 和 RocketPool 押金被抢跑的事后报告
<https://medium.com/immunefi/rocketpool-lido-frontrunning-bug-fix-postmortem-e701f26d7971>
原文链接: https://weekinethereumnews.com
作者: Evan Van Ness
说明: Bitpush 所有文章只代表作者观点,不构成投资建议
相关推荐
加载中...



