每周以太坊进展,2020/06/14

每周以太坊进展,2020/06/14

## Eth1 * Hasu 和 Georgios Konstantopoulos [对 EIP1559(手续费市场变革提案)的分析](https://insights.deribit.com/market-research/analysis-of-eip-1559/) * 最新的[核心开发者会议](https://youtu.be/c_JmTqeQkU4?t=245)。来自 [Tim Beiko](https://twitter.com/TimBeiko/status/1271428329875353601) 的备忘录: STATICCALL 可能被重定价为消耗 40 gas、账户抽象原型设计、EIP2565 的 option 2。还有对 Eth2 存款代理合约的讨论,以及 YOLO 临时测试网事项 * Geth [v1.9.15](https://www.reddit.com/r/ethereum/comments/gywkuc/geth_v1915_berlin_eips_merged_and_exposed_for/) 已包含柏林升级 EIP 的实现 ## Eth2 * 最新的 [what’s new in Eth2](https://hackmd.io/@benjaminion/wnie2_200612),Witti 多客户端测试网已经非常稳定,下一个测试网会在一周内发布,叫 Altona * 最新的 [Eth2 实现者会议](https://youtu.be/WmU3k2v4UA8?t=55)。来自 [Ben](https://hackmd.io/@benjaminion/SkfYVnJ68) 的备忘录,讨论了验证者密钥管理的问题 * Prysmatic 成功启动了 [Onyx 测试网](https://medium.com/prysmatic-labs/introducing-the-onyx-testnet-6dadbd95d873)。这里有一份新的[在 Onyx 上质押的指南](https://medium.com/@steve.berryman/installing-and-running-an-ethereum-2-prysm-validator-on-the-testnet-c004dd7eece8) * [Lighthouse 客户端升级](https://lighthouse.sigmaprime.io/update-26.html) —— 实现最新规范,为优化 CPU 利用而重写了 discv5,内存占用更少 * [在摊销的 sqrt(n) 时间里更新和生成 Kate witness](https://ethresear.ch/t/updating-and-generating-kate-witnesses-in-amortized-sqrt-n-time/7520) * [来自 IvanOnTech 的 eth2 解释文](https://academy.ivanontech.com/blog/breaking-down-eth-2-0-the-next-generation-of-ethereum) * [如何保护取款密钥?](https://www.attestant.io/posts/protecting-withdrawal-keys/) ## Layer-2 * [一个评估和比较 Layer-2 解决方案的框架](https://medium.com/matter-labs/evaluating-ethereum-l2-scaling-solutions-a-comparison-framework-b6b2f410f955) * [使用 TLA+ 来形式化验证状态通道](https://blog.statechannels.org/breaking-state-channels/) * [Volition](https://medium.com/starkware/volition-and-the-emerging-data-availability-spectrum-87e8bfa09bb):让用户在交易层自选的混合链上、链下数据方案,来自 StarkWare ## 开发者材料 * [ethers v5 已登陆 npm](https://www.npmjs.com/package/ethers),虽然 RicMoo 还在写文档 * web3js [v1.2.9](https://www.reddit.com/r/ethereum/comments/gzwxi2/web3js_129_with_an_extended_transaction_event_api/):更好的交易提交跟踪功能 * [Brownie 和 React 上手教程](https://medium.com/@matnad/a-cooking-lesson-with-brownie-and-react-building-dapp-front-ends-on-ethereum-f19e22f7430e) * [使用 Infura 来查询你的 Eth2 验证者余额](https://blog.infura.io/checking-your-eth-2-0-validator-balance) * [使用 EthVigil 的异步事件驱动型 App 架构](https://medium.com/blockvigil/design-pattern-of-developing-ethereum-applications-on-ethvigil-api-gateway-b56337b0086a) * [使用 Crytic 的 17 项检查,让你的可升级合约更安全](https://blog.trailofbits.com/2020/06/12/upgradeable-contracts-made-safer-with-crytic/) * [Diamond Setter:管理你的 Diamond 标准可升级合约](http://joeyzacherl.com/2020/06/diamond-setter-ethereum-smart-contract-manager/) ## 生态 * [交易池分析器工具](https://www.reddit.com/r/ethereum/comments/h10zl7/johoes_mempool_analyser_is_now_available_for/) * [使用交易时间和 Gas Price 分析来去匿名化交易](https://arxiv.org/pdf/2005.14051.pdf)。但我们之前已介绍过 [tornado.cash 建议使用的隐私实践](https://medium.com/@tornado.cash/how-to-stay-anonymous-with-tornado-cash-and-similar-solutions-efdecdbd7d37),所以算不上是一个大问题 * [Trueblocks:Etherscan 上的信息到底有多准确?](https://medium.com/@tjayrush/how-accurate-is-etherscan-83dab12eeedd) ## 应用 * Etherscan 启动了 [BlockScan](https://medium.com/etherscan-blog/blockscan-the-search-engine-for-a-decentralized-web-20b4d3d20efb),一个去中心化网络的搜索引擎 * [使用 Balancer 资金池作为波段交易工具](https://medium.com/balancer-protocol/high-fee-balancer-pools-for-swing-trading-8bc1c169a4c2) * [Foundation Markets,艺术品的自动化做市商](https://withfoundation.com/blog/we-are-empowering-creators-to-build-their-own-markets-on-ethereum) * 奥地利邮局与 [CryptoStamps v2](https://crypto.post.at/) 一同回归 * PodsFinance:[货币乐高与期权](https://medium.com/podsfinance/money-legos-with-options-f7cb917facb5) * [TokenSets 升级再平衡功能,获得了更小的滑点(所以收益更高)](https://medium.com/set-protocol/upgraded-robo-sets-now-live-on-tokensets-99810f8c6ae5) ## 治理 * [EIP2711](https://github.com/MicahZoltu/EIPs/blob/274638c066be95fdd02cfeb139921029efc9526a/EIPS/eip-2711.md):把 Gas 支付者与 msg.sender 分离 * [EIP2718](https://github.com/MicahZoltu/EIPs/blob/35d61f1882ee499cd40758e3988d5928edc60aed/EIPS/eip-2718.md):标准化的交易信封 * * * **原文链接:** [https://weekinethereumnews.com](https://weekinethereumnews.com) **作者:** Evan Van Ness **翻译:** 阿剑 本期 Week In Ethereum News 由 [Trail of Bits](https://www.trailofbits.com/) 赞助。 本文由作者授权 EthFans 翻译及再出版。

Eth1

  • Hasu 和 Georgios Konstantopoulos 对 EIP1559(手续费市场变革提案)的分析
  • 最新的核心开发者会议。来自 Tim Beiko 的备忘录: STATICCALL 可能被重定价为消耗 40 gas、账户抽象原型设计、EIP2565 的 option 2。还有对 Eth2 存款代理合约的讨论,以及 YOLO 临时测试网事项
  • Geth v1.9.15 已包含柏林升级 EIP 的实现

Eth2

  • 最新的 what’s new in Eth2,Witti 多客户端测试网已经非常稳定,下一个测试网会在一周内发布,叫 Altona
  • 最新的 Eth2 实现者会议。来自 Ben 的备忘录,讨论了验证者密钥管理的问题
  • Prysmatic 成功启动了 Onyx 测试网。这里有一份新的在 Onyx 上质押的指南
  • Lighthouse 客户端升级 —— 实现最新规范,为优化 CPU 利用而重写了 discv5,内存占用更少
  • 在摊销的 sqrt(n) 时间里更新和生成 Kate witness
  • 来自 IvanOnTech 的 eth2 解释文
  • 如何保护取款密钥?

Layer-2

  • 一个评估和比较 Layer-2 解决方案的框架
  • 使用 TLA+ 来形式化验证状态通道
  • Volition:让用户在交易层自选的混合链上、链下数据方案,来自 StarkWare

开发者材料

  • ethers v5 已登陆 npm,虽然 RicMoo 还在写文档
  • web3js v1.2.9:更好的交易提交跟踪功能
  • Brownie 和 React 上手教程
  • 使用 Infura 来查询你的 Eth2 验证者余额
  • 使用 EthVigil 的异步事件驱动型 App 架构
  • 使用 Crytic 的 17 项检查,让你的可升级合约更安全
  • Diamond Setter:管理你的 Diamond 标准可升级合约

生态

  • 交易池分析器工具
  • 使用交易时间和 Gas Price 分析来去匿名化交易。但我们之前已介绍过 tornado.cash 建议使用的隐私实践,所以算不上是一个大问题
  • Trueblocks:Etherscan 上的信息到底有多准确?

应用

  • Etherscan 启动了 BlockScan,一个去中心化网络的搜索引擎
  • 使用 Balancer 资金池作为波段交易工具
  • Foundation Markets,艺术品的自动化做市商
  • 奥地利邮局与 CryptoStamps v2 一同回归
  • PodsFinance:货币乐高与期权
  • TokenSets 升级再平衡功能,获得了更小的滑点(所以收益更高)

治理

  • EIP2711:把 Gas 支付者与 msg.sender 分离

  • EIP2718:标准化的交易信封

    • *

原文链接: https://weekinethereumnews.com 作者: Evan Van Ness 翻译: 阿剑

本期 Week In Ethereum News 由 Trail of Bits 赞助。

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

区块链技术网。

  • 发表于 2020-06-16 15:30
  • 阅读 ( 915 )
  • 学分 ( 6 )
  • 分类:资讯

评论