押金合约已部署到 0x00000000219ab540356cBB839Cbe05303d7705Fa(ENS 为 depositcontract.eth)。如果在 11 月 24 号前有 16384 名验证者存入押金(524288 eth),信标链就会在 12 月 1 号启动。
* OpenEthereum [v3.1](https://github.com/openethereum/openethereum/releases/tag/v3.1.0):从最新的稳定版本((v2.5.13)继续构建,从客户端中移除了所有非核心的部件;包含了给 v2.7 版本适用的数据库迁移工具
* Péter Szilágyi 测试了 [snap sync 对比 fast sync](https://twitter.com/peter_szilagyi/status/1323488829769175040)
* [代码默克尔化的代码片最优大小](https://ethresear.ch/t/optimal-chunking-size-for-code-merklization/8185)
* [来自最新 1559 会议的视频和备忘录](https://twitter.com/TimBeiko/status/1324406812045537280),大量讨论都是关于如何做更多的测试
* Micah Zoltu:[需要 1559 来让更多普通人能用上以太坊](https://medium.com/@MicahZoltu/dc9c8717906)
## EIP
* [EIP3102](https://eips.ethereum.org/EIPS/eip-3102):二进制状态树的结构
* [EIP3091](https://github.com/ethereum/EIPs/pull/3091):区块浏览器的 API 路由
## PoS 启动
* [押金合约](https://blog.ethereum.org/2020/11/04/eth2-quick-update-no-19/)已部署到 [0x00000000219ab540356cBB839Cbe05303d7705Fa](https://etherscan.io/address/0x00000000219ab540356cbb839cbe05303d7705fa)(ENS 为 depositcontract.eth)。如果在 11 月 24 号前有 16384 名验证者存入押金(524288 eth),信标链就会在 12 月 1 号启动。
* 你可以使用 [launchpad](https://launchpad.ethereum.org/) 和 [存押金命令行工具](https://github.com/ethereum/eth2.0-deposit-cli/)
* 请通过多个信息来源验证押金合约的地址/域名,不论你是从哪里得到的信息
* 权益证明 spec [v1.0.0](https://github.com/ethereum/eth2.0-specs/releases/tag/v1.0.0)
* Vitalik:[为什么要选择 PoS](https://vitalik.ca/general/2020/11/06/pos2020.html)。总结:更去中心化,更安全。
* [朝向权益证明规范的形式化语义](https://ethresear.ch/t/towards-formal-semantics-of-the-beacon-chains-pyspec/8181)
* [Medalla 测试网数据挑战参赛团队的视频演示](https://www.youtube.com/watch?v=Gj7YMjBd1RQ)
* [Lighthouse 更新](https://lighthouse.sigmaprime.io/update-31.html):押金合约启动
* [Prysm 更新](https://medium.com/prysmatic-labs/eth-2-0-dev-update-58-mainnet-announced-da1ebd8f301e):主网启动以及从 Medalla 终局性缺失事件中学到的教训
## Layer-2
* [Arbitrum 导入了 Uniswap](https://learnblockchain.cn/article/1712) 到其 rollup 中。每笔交易只需消耗 2k gas,可以在 Kovan 测试网上尝试使用
## 开发者材料
* typechain [v4](https://twitter.com/krzKaczor/status/1324092593794416640)
* Tenderly 加入[代理支持](https://twitter.com/TenderlyApp/status/1324348026631131136)
* [Solt](https://blog.jubb.xyz/post/solt-release/):从命令行(正式的 solc-sjw)验证合约,任何 框架/结构 都可
* [在 Zepplin 的 Defender 平台上运行 Keep3r Network 的 keeper](https://forum.openzeppelin.com/t/running-a-keeper-from-keep3r-network-on-defender/4396)
* [Chainlink 教程:在一个 NFT 中获得随机数](https://blog.chain.link/random-numbers-nft-erc721/)
* [BitQuery 对比自身与 TheGraph](https://bitquery.io/blog/thegraph-and-bitquery)
* [通过阅读 GasToken 代码来理解 EVM](https://learnblockchain.cn/article/1707)
## 安全性
* [PercentFinance 的 bug 冻结了用户的余额](https://percent-finance.medium.com/important-announcement-d35f9a0df112)
* [Axion](https://cointelegraph.com/news/certik-dissects-the-axion-network-incident-and-subsequent-price-crash) 上线之后立即被黑。CertiK 称[恶意代码是在审计之后加入的](https://twitter.com/certik_io/status/1323423417215913986)
* [三明治攻击](https://arxiv.org/pdf/2009.14021.pdf):又堵截(frontrunning)又围追(backrunning)你的 uniswap 交易,以绕开滑点容忍
## 应用
* 1inch [v2](https://1inch-exchange.medium.com/introducing-1inch-v2-defis-fastest-and-most-advanced-aggregation-protocol-c42573dc3f85):使用新的算法来发现和路由,使用新的前端,降低交易失败率
(完)
* * *
**原文链接:** [https://weekinethereumnews.com/week-in-ethereum-news-november-1-2020/](https://weekinethereumnews.com/week-in-ethereum-news-november-1-2020/)
**作者:** Evan Van Ness
**翻译:** 阿剑
Week In Ethereum News 现正得到 [Matcha](https://matcha.xyz/?id=wien) 的赞助。
本文由作者授权 EthFans 翻译及再出版。
Eth1
- OpenEthereum v3.1:从最新的稳定版本((v2.5.13)继续构建,从客户端中移除了所有非核心的部件;包含了给 v2.7 版本适用的数据库迁移工具
- Péter Szilágyi 测试了 snap sync 对比 fast sync
- 代码默克尔化的代码片最优大小
- 来自最新 1559 会议的视频和备忘录,大量讨论都是关于如何做更多的测试
- Micah Zoltu:需要 1559 来让更多普通人能用上以太坊
EIP
- EIP3102:二进制状态树的结构
- EIP3091:区块浏览器的 API 路由
PoS 启动
- 押金合约已部署到 0x00000000219ab540356cBB839Cbe05303d7705Fa(ENS 为 depositcontract.eth)。如果在 11 月 24 号前有 16384 名验证者存入押金(524288 eth),信标链就会在 12 月 1 号启动。
- 你可以使用 launchpad 和 存押金命令行工具
- 请通过多个信息来源验证押金合约的地址/域名,不论你是从哪里得到的信息
- 权益证明 spec v1.0.0
- Vitalik:为什么要选择 PoS。总结:更去中心化,更安全。
- 朝向权益证明规范的形式化语义
- Medalla 测试网数据挑战参赛团队的视频演示
- Lighthouse 更新:押金合约启动
- Prysm 更新:主网启动以及从 Medalla 终局性缺失事件中学到的教训
Layer-2
- Arbitrum 导入了 Uniswap 到其 rollup 中。每笔交易只需消耗 2k gas,可以在 Kovan 测试网上尝试使用
开发者材料
- typechain v4
- Tenderly 加入代理支持
- Solt:从命令行(正式的 solc-sjw)验证合约,任何 框架/结构 都可
- 在 Zepplin 的 Defender 平台上运行 Keep3r Network 的 keeper
- Chainlink 教程:在一个 NFT 中获得随机数
- BitQuery 对比自身与 TheGraph
- 通过阅读 GasToken 代码来理解 EVM
安全性
- PercentFinance 的 bug 冻结了用户的余额
- Axion 上线之后立即被黑。CertiK 称恶意代码是在审计之后加入的
- 三明治攻击:又堵截(frontrunning)又围追(backrunning)你的 uniswap 交易,以绕开滑点容忍
应用
- 1inch v2:使用新的算法来发现和路由,使用新的前端,降低交易失败率
(完)
原文链接: https://weekinethereumnews.com/week-in-ethereum-news-november-1-2020/ 作者: Evan Van Ness 翻译: 阿剑
Week In Ethereum News 现正得到 Matcha 的赞助。
本文由作者授权 EthFans 翻译及再出版。
本文参与区块链开发网写作激励计划 ,好文好收益,欢迎正在阅读的你也加入。
- 发表于 2020-11-10 11:15
- 阅读 ( 1006 )
- 学分 ( 4 )
- 分类:以太坊