每周以太坊进展 2020/10/18

Zinken 测试网成功启动

## Eth1 * 最新的 [geth 客户端 v1.9.23](https://github.com/ethereum/go-ethereum/releases/tag/v1.9.23),修复了一些安全性问题,增加了 disc v5.1 * Beiko 的 [1559 更新](https://hackmd.io/@timbeiko/1559-updates/https%3A%2F%2Fhackmd.io%2F%40timbeiko%2F1559-update-002),Vitalik 的 [1559 演讲](https://vitalik.ca/files/misc_files/EIP_1559_Fee_Structure.pdf) * 最新的[核心开发者会议](https://www.youtube.com/watch?v=LDSTqo0LKUM)。Beiki 写的[备忘录](https://twitter.com/TimBeiko/status/1317138984984694784)。讨论了二进制状态树、代码默克尔化,以及下一次硬分叉的内容 * Tomasz Stańczak 解释 [EIP 从提出到进入硬分叉的生命历程](https://medium.com/nethermind-eth/the-life-of-eip-8031e2c079d1) * [二进制状态树格式规范](https://hackmd.io/uCWOpSrUQaytBgcO0MVkTQ)第一草案 * [Eth witness 规范](https://github.com/ethereum/devp2p/blob/eddb347e6ba1781646612d67c4965f578718e0f6/caps/wit.md)第一草案 * [EVM384 更新](https://notes.ethereum.org/@poemm/evm384-update3) ## EIP * [EIP3041](https://eips.ethereum.org/EIPS/eip-3041):Adds `baseFee` to `eth_getBlockByHash` * [EIP3044](https://eips.ethereum.org/EIPS/eip-3044):Adds `baseFee` to `eth_getBlockByNumber` * [EIP3045](https://eips.ethereum.org/EIPS/eip-3045):Adds `baseFee` to `eth_getUncleByBlockHashAndIndex` * [EIP3046](https://eips.ethereum.org/EIPS/eip-3046):Adds `baseFee` to `eth_getUncleByBlockNumberAndIndex` * [ERC3000](https://github.com/izqui/EIPs/blob/649e23b5a50c7eb1c7c2a10d4fe98a0b6954c0bb/EIPS/eip-3000.md):乐观制定的治理标准 ## 权益证明启动 * 最新的 [what’s new in eth2](https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_201018):押金合约已经准备好;**只要你不是跟钱过不去,就请关心一下客户端多样性** * 最新的[权益证明启动会议](https://youtu.be/L4Dvlgxku1g)。Zinken 测试网成功启动。来自 [Ben 的备忘录](https://hackmd.io/@benjaminion/HyGGLCBww) * 最新的 [Lighthouse 客户端](https://lighthouse.sigmaprime.io/update-30.html)升级,在主网推出前的最后一次安全审计 * Prysm [为质押者提供的浏览器图形界面](https://medium.com/prysmatic-labs/prysm-eth2-client-web-interface-now-live-feb278f4aa15) * [eth2 ETL](https://github.com/blockchain-etl/ethereum2-etl) * [为 Eth1 挂载分片而设计的手续费市场合约](https://ethresear.ch/t/a-fee-market-contract-for-eth2-shards-in-eth1/8124) ## Layer-2 * Arbitrum 的 [optimistic rollup](https://medium.com/offchainlabs/arbitrum-rollup-testnet-full-featured-and-open-to-all-da3255b562ea) 已上线 Kovan 测试网。赶紧复制粘贴你的 Solidity 代码上去试试吧 * [ENS on layer2 会议讨论结果](https://discuss.ens.domains/t/results-of-the-first-ens-layer-2-meeting/256) * AZTEC 的 [zkrollup 默认每秒可处理 300 笔隐私交易](https://medium.com/aztec-protocol/aztec-zkrollup-layer-2-privacy-1978e90ee3b6),已上线 Ropsten 测试网;估计上线主网的时间:2020 ## 开发者材料 * Nomic Labs [放弃了以太坊生态中常见的 node-gyp 依赖](https://medium.com/nomic-labs-blog/turning-a-page-in-ethereum-javascript-history-4ec89136fccc),代之以纯粹的 JS 密码学元件 * 使用 solc-sjw 来[随时在 Etherscan 上验证你的合约](https://kndrck.co/posts/verify-contracts-etherscan-100/) * Truffle [v5.1.49](https://github.com/trufflesuite/truffle/releases/tag/v5.1.49),兼容 Node 14,加入了新的包 `abi-utils` * vyper [v0.2.7](https://vyper.readthedocs.io/en/latest/release-notes.html#v0-2-7):修复了安全问题 * [更多关于新兴语言 Fe 的信息](https://snakecharmers.ethereum.org/fe-a-new-language-for-the-ethereum-ecosystem/):这是一种用 Rust 语言写成、目标是 Yul 语言的 python 风格的语言 * Ethworks 论安全流程:[测试驱动型 Buidler 和 Waffle 配对型开发](https://medium.com/ethworks/pragmatic-smart-contracting-tdd-pairing-waffle-buidler-335e42c8762d) * Kendrick Tan [对入门开发者工具的观点](https://kndrck.co/posts/building-on-ethereum-mainnet-an-opinionated-guide) , [译文](https://learnblockchain.cn/article/1624) * 为什么 OpenZeppelin 要使用[可升级插件](https://forum.openzeppelin.com/t/building-for-interoperability-why-we-re-focusing-on-upgrades-plugins/4088)?为了让开发者在生产环境中升级变得更容易 * [Gas 耗用量更低的可升级代理合约,不使用 storage](https://forum.openzeppelin.com/t/a-more-gas-efficient-upgradeable-proxy-by-not-using-storage/4111) * Andre Cronje 的[流动性委托治理模板](https://andrecronje.medium.com/one-click-governance-tokens-with-liquidity-timelock-and-stop-loss-b906d801f90b) * Certora:[Solidity 中的一个损坏 storage 的 bug](https://www.certora.com/blog/corruptedStorage.html) * [在 Unity 中升级合约数据](https://medium.com/coinmonks/updating-smart-contract-data-in-unity-419473bafb03) * [使用 ethersjs 自动提高 Gas Price 并重发交易](https://www.quiknode.io/guides/web3-sdks/how-to-re-send-a-transaction-with-higher-gas-price-using-ethers-js) * [erc20 permit 指南](https://soliditydeveloper.com/erc20-permit) * [TheGraph 开发教程](https://azfuller20.medium.com/nifty-notes-building-with-thegraph-a39048e2f0bd) ## 生态 * [拥抱并培植以太坊的黑暗森林](https://medium.com/@trenton.v/ethereums-dark-forest-is-worth-cultivating-3cffa440aa4f) * [警惕脑钱包产品](https://blog.bitmex.com/call-me-ishmael/)。Bitmex 把一些流行小说中的片段哈希后作为地址,存入资金后很快被一扫而空(另一种黑暗森林) ## 应用 * [pool2 设计改变](https://andrecronje.medium.com/crypto-economics-perpetual-liquidity-and-il-offsets-197558347a53)之后,Andre-狂热 再次爆发:需要在联合曲线中存入一种 LBI token,人们马上就开始在 Uniswap 上交易。[Andre 事后评论](https://andrecronje.medium.com/unpacking-my-involvement-in-defi-cdb6479e337d):我不是为投机者而开发的 * Perez 等人的论文:[分析 Compound 上的流动性](https://arxiv.org/pdf/2009.13235.pdf) * [Numerai Signals](https://medium.com/numerai/building-the-last-hedge-fund-introducing-numerai-signals-12de26dfa69c):成为终极对冲基金 * [MakerDAO 要使用 Nexus Mutual 来覆盖损失吗](https://forum.makerdao.com/t/makerdao-protocol-cover-using-nexus-mutual/4761)? * Synthetix 的 [Kwenta 交易所已经上线](https://blog.kwenta.io/kwenta-is-now-live/) **原文链接:** [https://weekinethereumnews.com/](https://weekinethereumnews.com/) **作者:** Evan Van Ness **翻译:** 阿剑 Week In Ethereum News 现正得到 [Chainlink](https://www.chainlinklabs.com/) 的赞助。 本文由作者授权 EthFans 翻译及再出版。

Eth1

  • 最新的 geth 客户端 v1.9.23,修复了一些安全性问题,增加了 disc v5.1
  • Beiko 的 1559 更新,Vitalik 的 1559 演讲
  • 最新的核心开发者会议。Beiki 写的备忘录。讨论了二进制状态树、代码默克尔化,以及下一次硬分叉的内容
  • Tomasz Stańczak 解释 EIP 从提出到进入硬分叉的生命历程
  • 二进制状态树格式规范第一草案
  • Eth witness 规范第一草案
  • EVM384 更新

EIP

  • EIP3041:Adds baseFee to eth_getBlockByHash
  • EIP3044:Adds baseFee to eth_getBlockByNumber
  • EIP3045:Adds baseFee to eth_getUncleByBlockHashAndIndex
  • EIP3046:Adds baseFee to eth_getUncleByBlockNumberAndIndex
  • ERC3000:乐观制定的治理标准

权益证明启动

  • 最新的 what’s new in eth2:押金合约已经准备好;只要你不是跟钱过不去,就请关心一下客户端多样性
  • 最新的权益证明启动会议。Zinken 测试网成功启动。来自 Ben 的备忘录
  • 最新的 Lighthouse 客户端升级,在主网推出前的最后一次安全审计
  • Prysm 为质押者提供的浏览器图形界面
  • eth2 ETL
  • 为 Eth1 挂载分片而设计的手续费市场合约

Layer-2

  • Arbitrum 的 optimistic rollup 已上线 Kovan 测试网。赶紧复制粘贴你的 Solidity 代码上去试试吧
  • ENS on layer2 会议讨论结果
  • AZTEC 的 zkrollup 默认每秒可处理 300 笔隐私交易,已上线 Ropsten 测试网;估计上线主网的时间:2020

开发者材料

  • Nomic Labs 放弃了以太坊生态中常见的 node-gyp 依赖,代之以纯粹的 JS 密码学元件
  • 使用 solc-sjw 来随时在 Etherscan 上验证你的合约
  • Truffle v5.1.49,兼容 Node 14,加入了新的包 abi-utils
  • vyper v0.2.7:修复了安全问题
  • 更多关于新兴语言 Fe 的信息:这是一种用 Rust 语言写成、目标是 Yul 语言的 python 风格的语言
  • Ethworks 论安全流程:测试驱动型 Buidler 和 Waffle 配对型开发
  • Kendrick Tan 对入门开发者工具的观点 , 译文
  • 为什么 OpenZeppelin 要使用可升级插件?为了让开发者在生产环境中升级变得更容易
  • Gas 耗用量更低的可升级代理合约,不使用 storage
  • Andre Cronje 的流动性委托治理模板
  • Certora:Solidity 中的一个损坏 storage 的 bug
  • 在 Unity 中升级合约数据
  • 使用 ethersjs 自动提高 Gas Price 并重发交易
  • erc20 permit 指南
  • TheGraph 开发教程

生态

  • 拥抱并培植以太坊的黑暗森林
  • 警惕脑钱包产品。Bitmex 把一些流行小说中的片段哈希后作为地址,存入资金后很快被一扫而空(另一种黑暗森林)

应用

  • pool2 设计改变之后,Andre-狂热 再次爆发:需要在联合曲线中存入一种 LBI token,人们马上就开始在 Uniswap 上交易。Andre 事后评论:我不是为投机者而开发的
  • Perez 等人的论文:分析 Compound 上的流动性
  • Numerai Signals:成为终极对冲基金
  • MakerDAO 要使用 Nexus Mutual 来覆盖损失吗?
  • Synthetix 的 Kwenta 交易所已经上线

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

Week In Ethereum News 现正得到 Chainlink 的赞助。

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

区块链技术网。

  • 发表于 2020-10-20 21:23
  • 阅读 ( 633 )
  • 学分 ( 10 )
  • 分类:以太坊

评论