每周以太坊进展,2020-12-13

  • Geth v1.9.25:1.9 系列的最后一个版本。下一个重大更新是快照数据库和同步方式
  • 最新的 [核心开发者会议](h...

## Eth1 * Geth [v1.9.25](https://github.com/ethereum/go-ethereum/releases/tag/v1.9.25):1.9 系列的最后一个版本。下一个重大更新是快照数据库和同步方式 * 最新的 [核心开发者会议](https://youtu.be/EPbZ4tU4P5A?t=172); Beiko 的[备忘录](https://twitter.com/TimBeiko/status/1337395528837996547):柏林升级测试网讨论的最后阶段 * Wang, Zheng, 等人的论文:[ewasm 的 256位运算比 EVM 要慢](https://arxiv.org/pdf/2012.01032.pdf);还披露了更多 64 位运算的基准测试 ## EIP * [EIP3155](https://eips.ethereum.org/EIPS/eip-3155):EVM 跟踪规范 * [ERC3156](https://eips.ethereum.org/EIPS/eip-3156):闪电贷 ## 权益证明 * 最新的 [what’s new in eth2](https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_201212) * 最新的 [eth2 实现者会议](https://youtu.be/8mE--yxMZtk?t=42);来自 [Ben](https://hackmd.io/@benjaminion/SJphODIiv) 和 [Mamy](https://gist.github.com/mratsim/d35a5171c52d3b998b492e9512f6cee7) 的笔记 * [开头 1000 个 epoch 的网络表现](https://ethereum.github.io/rig/eth2data/notebooks/mainnet_explore.html) * [最低限度的罚没保护措施](https://alonmuroch-65570.medium.com/minimal-slashing-protection-45e679af235a) * [完美是美丽的敌人](https://blog.ethereum.org/2020/12/10/validated-perfect-is-the-enemy-of-the-good/):质押人其实无需担心掉线;设计对离线几天很宽容 * [冗余的可用措施带来的危险](https://www.adiasg.me/2020/12/11/eth2-staking-failover-redundancy.html):部署多个使用同一密钥的验证器有可能导致你被罚没 * Lakshman 解释[开放取款能让权益池去中心化](https://www.lakshmansankar.com/#/staking-pools) * [(给不惯使用命令行的你)Mac + Lighthouse 质押指南](https://lighthouse.sigmaprime.io/macos-guide.html) * [Etherchain 的手机应用支持监控验证者](https://twitter.com/etherchain_org/status/1336949569498853377) ## 开发者材料 * [Solidity 开发者峰会 2020](https://blog.soliditylang.org/2020/12/09/solidity-developer-survey-2020/):告诉我们你们想看什么 * [Remix 半年总结](https://medium.com/remix-ide/remix-project-the-last-6-months-4a7ad00ff536)(Studio 已被 [移除](https://blog.ethereum.org/2020/12/07/we-are-sunsetting-studio/)) * [Scribble](https://github.com/ConsenSys/scribble) 规范语言和运行时验证工具 * [web3api](https://web3api.dev/#/) wasm 标准,用于把 eth 集成到应用内 * [web3j 现在有了 solidity 依赖管理器](https://blog.web3labs.com/solidity-dependency-management-comes-to-web3j) * [在 Eth 和 Matic 上创建 NFT 的 Unity 插件](https://medium.com/arkane-network/our-unity-plugin-is-live-allowing-game-developers-to-create-nfts-on-matic-ethereum-43a0d6f03971) ## 安全性 * Trail of Bits 的 Josselin Feist [在 Aave v1 和 v2 中发现了一个未被初始化的代理](https://medium.com/aave/aave-security-newsletter-546bf964689d),可能导致自毁 * [hevm 中带有 ds-test 的符号执行教程](https://fv.ethereum.org/2020/12/11/symbolic-execution-with-ds-test/) * [Immunefi](https://immunefi.com/explore/):以太坊 bug 悬赏列表 ## 生态 * [以太坊基金会全面披露:各团队都在做些什么](https://blog.ethereum.org/2020/12/09/ef-supported-teams-research-and-development-update-2020-pt-2/) * [不受限制的 ERC20 花费授权是有害的](https://kalis.me/unlimited-erc20-allowances/) (完) --- **原文链接:** [https://weekinethereumnews.com/week-in-ethereum-news-dec-13-2020/](https://weekinethereumnews.com/week-in-ethereum-news-dec-13-2020/) **作者:** Evan Van Ness **翻译:** 阿剑 Week In Ethereum News 现正得到 [Chainlink](https://chain.link/) 的赞助。 本文由作者授权 EthFans 翻译及再出版。

Eth1

  • Geth v1.9.25:1.9 系列的最后一个版本。下一个重大更新是快照数据库和同步方式
  • 最新的 核心开发者会议; Beiko 的备忘录:柏林升级测试网讨论的最后阶段
  • Wang, Zheng, 等人的论文:ewasm 的 256位运算比 EVM 要慢;还披露了更多 64 位运算的基准测试

EIP

  • EIP3155:EVM 跟踪规范
  • ERC3156:闪电贷

权益证明

  • 最新的 what’s new in eth2
  • 最新的 eth2 实现者会议;来自 Ben 和 Mamy 的笔记
  • 开头 1000 个 epoch 的网络表现
  • 最低限度的罚没保护措施
  • 完美是美丽的敌人:质押人其实无需担心掉线;设计对离线几天很宽容
  • 冗余的可用措施带来的危险:部署多个使用同一密钥的验证器有可能导致你被罚没
  • Lakshman 解释开放取款能让权益池去中心化
  • (给不惯使用命令行的你)Mac + Lighthouse 质押指南
  • Etherchain 的手机应用支持监控验证者

开发者材料

  • Solidity 开发者峰会 2020:告诉我们你们想看什么
  • Remix 半年总结(Studio 已被 移除)
  • Scribble 规范语言和运行时验证工具
  • web3api wasm 标准,用于把 eth 集成到应用内
  • web3j 现在有了 solidity 依赖管理器
  • 在 Eth 和 Matic 上创建 NFT 的 Unity 插件

安全性

  • Trail of Bits 的 Josselin Feist 在 Aave v1 和 v2 中发现了一个未被初始化的代理,可能导致自毁
  • hevm 中带有 ds-test 的符号执行教程
  • Immunefi:以太坊 bug 悬赏列表

生态

  • 以太坊基金会全面披露:各团队都在做些什么
  • 不受限制的 ERC20 花费授权是有害的

(完)

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

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

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

区块链技术网。

  • 发表于 2020-12-16 10:41
  • 阅读 ( 557 )
  • 学分 ( 3 )
  • 分类:以太坊

评论