每周以太坊进展 2020/05/24

每周以太坊

## Eth1 * Péter Szilágyi 的 [snap sync 模式详述](https://github.com/ethereum/devp2p/blob/3fe9713658f3b3b56e4e99493c54f313e11b43a0/caps/snap.md);[snap 对比 fast sync 的基准测试结果](https://twitter.com/peter_szilagyi/status/1263668104493662210) * [Discovery 对等节点的广播效率分析](https://hackmd.io/@zilm/BJGorvHzL),同样适用于 Eth2 ## Eth2 * phase 0 spec [v0.12](https://github.com/ethereum/eth2.0-specs/releases/tag/v0.12.0):加入了最新的 IETF 标准。这一版的 spec 就是 Eth2 Phase 0 启动时会用到的最终规范 * [Lighthouse 客户端更新](https://lighthouse.sigmaprime.io/update-25.html):BLS 签名实现,已经过 Trail of Bits 审计,可使用 300MB 内存运行 2000 个验证者 * [Lodestar 客户端更新](https://medium.com/chainsafe-systems/lodestar-project-update-c89b15122c57):可同步到 Schlesi 测试网和 Topaz 测试网 * [Prysmatic 客户端更新](https://medium.com/prysmatic-labs/eth-2-0-dev-update-50-multiclient-testnet-restart-slasher-improvements-f1e9339b1922):Schlesi 测试网分叉报告;罚没保护措施和罚没者客户端 * Fizzy [v0.1](https://github.com/wasmx/fizzy/releases/tag/v0.1.0):用 C++ 写的 WASM 解释器 ## Layer-2 * Fuel 放出一个[在 optimistic rollup 上运行 Reddit 社区积分的 demo](https://www.reddit.com/r/CryptoCurrency/comments/gonjm3/tldr_moons_and_bricks_go_brrr/),可将交易手续费降低 60 倍 * Loopring 的 zk rollup 侧链[在上线 3 个月以内执行超过 100 万笔交易](https://medium.com/loopring-protocol/one-millionth-trade-on-loopring-exchange-a-zkrollup-reward-8b8320d359ba) * Gazelle(原来的 Plasma Chamber)[alpha 版本](https://gzle.io/blog/Alpha_Release),使用 API 可存款、转帐和退出 ## 开发者材料 * web3js [v1.2.8](https://github.com/ethereum/web3.js/releases/tag/v1.2.8) 带有 Ethers v5 ABI 编码器组件、ENS 的 contenthash 以及 EIP-1193 的 AbustractProvider * [使用 Waffle 测试 Solidity 代码](https://medium.com/ethworks/mocking-solidity-smart-contracts-with-waffle-55813b22ebf2) * [Solhint v3 的功能](https://medium.com/protofire-blog/solhint-v3-0-autofix-support-and-new-integrations-8af3f802b99c) * [如何在链上使用 Chainlink 的 VRF 获得随机性](https://learnblockchain.cn/article/1052) * [使用 Poseidon 实现二进制和五进制型默克尔树的 Gas 和电路约束基准测试](https://ethresear.ch/t/gas-and-circuit-constraint-benchmarks-of-binary-and-quinary-incremental-merkle-trees-using-the-poseidon-hash-function/7446) * [Loopring 生成前端密钥(签署离线请求)的新方法](https://medium.com/loopring-protocol/looprings-new-approach-to-generating-layer-2-account-keys-4a16cc334906) * [Hegic 再次因为 Sam Sun 在一周以前披露的漏洞而关停](https://twitter.com/samczsun/status/1263448198057689089) * [tBTC 内发现了 bug;已推迟启动](https://blog.keep.network/details-of-the-tbtc-deposit-pause-on-may-18-2020-38d7dd555663) * [Matic mainnet 已在准备上线](https://blog.matic.network/mainnet-is-going-live-announcing-the-launch-sequence/) ## 生态 * [Tornado.cash 非托管型混币器现已变成完全免信任的了](https://medium.com/@tornado.cash/tornado-cash-is-finally-trustless-a6e119c1d1c2),admin 函数已关闭。前端可在 [https://tornadocash.eth.link](https://tornadocash.eth.link/) 访问 * [以太坊基金会第一季度工作报告](https://blog.ethereum.org/2020/05/19/ethereum-foundation-spring-2020-update/) * [dwebsites 简介](http://blog.almonit.eth.link/2020-05-21/Introduction_to_Dwebsitse.html)。dweb = ENS + IPFS(及类似协议) * [以太坊网络的使用量达历史新高](https://twitter.com/latetot/status/1264385819135148033) ## 应用 * Uniswap v2 [启动](https://learnblockchain.cn/article/1054)、[还加入了更多功能](https://uniswap.org/blog/uniswap-v2/):直接的 token 交易对;价格预言机;闪电兑换,等等 * UMA 启动 [ETHBTC 合成资产 token](https://medium.com/uma-project/ethbtc-synthetic-token-is-live-e3fe2242c2fe) * [idle v3](https://medium.com/@idlefinance/idle-v3-0-is-a-live-db568c534a09):稳定币收益再平衡器,添加了 dydx、USDT 和风险调整策略 * [Maker 把 USDC 金库和 WBTC 金库的稳定费率分别调整至 .75% 和 1%](https://twitter.com/MakerDaiBot/status/1264433764287029249) * [Argent 智能合约钱包 v1 启动](https://www.argent.xyz/blog/argent_v1_launch/):支持一键访问 TokenSets、PoolTogether 和 Aave、Uniswap v2、Compound、Maker 和 Kyber ## 治理 * [ERC2665](https://github.com/ethereum/EIPs/issues/2665):ERC721 转移手续费插件 * [EIP2666](https://github.com/ethereum/EIPs/blob/bfa0f8618e648fd50b0d8a65cbe2f981ba55a2a1/EIPS/eip-2666.md):重定价预编译和 Keccak256 函数 (完) --- **原文链接:** [https://weekinethereumnews.com/week-in-ethereum-news-may-24-2020/](https://weekinethereumnews.com/week-in-ethereum-news-may-24-2020/) **作者:** Evan Van Ness **翻译:** 阿剑 本期 Week In Ethereum News 由 [0x](https://0x.org/) 赞助。 本文由作者授权 EthFans 翻译及再出版。

Eth1

  • Péter Szilágyi 的 snap sync 模式详述;snap 对比 fast sync 的基准测试结果
  • Discovery 对等节点的广播效率分析,同样适用于 Eth2

Eth2

  • phase 0 spec v0.12:加入了最新的 IETF 标准。这一版的 spec 就是 Eth2 Phase 0 启动时会用到的最终规范
  • Lighthouse 客户端更新:BLS 签名实现,已经过 Trail of Bits 审计,可使用 300MB 内存运行 2000 个验证者
  • Lodestar 客户端更新:可同步到 Schlesi 测试网和 Topaz 测试网
  • Prysmatic 客户端更新:Schlesi 测试网分叉报告;罚没保护措施和罚没者客户端
  • Fizzy v0.1:用 C++ 写的 WASM 解释器

Layer-2

  • Fuel 放出一个在 optimistic rollup 上运行 Reddit 社区积分的 demo,可将交易手续费降低 60 倍
  • Loopring 的 zk rollup 侧链在上线 3 个月以内执行超过 100 万笔交易
  • Gazelle(原来的 Plasma Chamber)alpha 版本,使用 API 可存款、转帐和退出

开发者材料

  • web3js v1.2.8 带有 Ethers v5 ABI 编码器组件、ENS 的 contenthash 以及 EIP-1193 的 AbustractProvider
  • 使用 Waffle 测试 Solidity 代码
  • Solhint v3 的功能
  • 如何在链上使用 Chainlink 的 VRF 获得随机性
  • 使用 Poseidon 实现二进制和五进制型默克尔树的 Gas 和电路约束基准测试
  • Loopring 生成前端密钥(签署离线请求)的新方法
  • Hegic 再次因为 Sam Sun 在一周以前披露的漏洞而关停
  • tBTC 内发现了 bug;已推迟启动
  • Matic mainnet 已在准备上线

生态

  • Tornado.cash 非托管型混币器现已变成完全免信任的了,admin 函数已关闭。前端可在 https://tornadocash.eth.link 访问
  • 以太坊基金会第一季度工作报告
  • dwebsites 简介。dweb = ENS + IPFS(及类似协议)
  • 以太坊网络的使用量达历史新高

应用

  • Uniswap v2 启动、还加入了更多功能:直接的 token 交易对;价格预言机;闪电兑换,等等
  • UMA 启动 ETHBTC 合成资产 token
  • idle v3:稳定币收益再平衡器,添加了 dydx、USDT 和风险调整策略
  • Maker 把 USDC 金库和 WBTC 金库的稳定费率分别调整至 .75% 和 1%
  • Argent 智能合约钱包 v1 启动:支持一键访问 TokenSets、PoolTogether 和 Aave、Uniswap v2、Compound、Maker 和 Kyber

治理

  • ERC2665:ERC721 转移手续费插件
  • EIP2666:重定价预编译和 Keccak256 函数

(完)

原文链接: https://weekinethereumnews.com/week-in-ethereum-news-may-24-2020/ 作者: Evan Van Ness 翻译: 阿剑

本期 Week In Ethereum News 由 0x 赞助。

本文由作者授权 EthFans 翻译及再出版。

区块链技术网。

  • 发表于 2020-05-26 23:57
  • 阅读 ( 758 )
  • 学分 ( 5 )
  • 分类:以太坊

评论