通告 | 每周以太坊重点新闻

以太坊爱好者
以太坊爱好者 得得号

Oct 07, 2020

该文章已上链

摘要: 新闻很多

 

Eth1

 

  • Get v1.9.22 :修复了 Bug,增加了一个标签可以提高 max gas price
    <https://github.com/ethereum/go-ethereum/releases/tag/v1.9.22>
  • 每周的 Turbo-Geth alpha 更新。使用强大的位图,日志生成速度快得多了
    <https://github.com/ledgerwatch/turbo-geth/releases/tag/v2020.10.01>
  • 使用 Turbo Geth API,快速查询任意一个区块处的 ETH 供应量
    <http://mandrigin.ru/eth-supply.html>
  • 最新的核心开发者会议 [1] 。Tim Beiko 的备忘录 [2]
    [1]: <https://youtu.be/v5Q5WPdN1jk?t=71>
    [2]: <https://twitter.com/TimBeiko/status/1312021038130106370>
  • 交易处理的相关 EIP 简介
    <https://notes.ethereum.org/@axic/Hyrc1i7ED>
  • 轻客户端中的区块头同步
    <https://ethresear.ch/t/state-of-block-header-sync-in-light-clients/8047>

 

EIP

 

  • 3009:Transfer With Authorization
    <https://eips.ethereum.org/EIPS/eip-3009>
  • 3014:为 JSON-RPC 创建 eth_symbol 方法
    <https://eips.ethereum.org/EIPS/eip-3014>

 

PoS 启动

 

  • 最新的 what’s new in eth2,也是两周年纪念号
    <https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_201002>
    • “我认为押金合约的部署已是指日可待,不必再等几周了”
  • Eth2 更新速览
    <https://blog.ethereum.org/2020/10/01/eth2-quick-update-no-18/>
    • Spadina 测试网展现出了更好的客户端多样性,所以另一次彩排会叫 Zinken
  • Eth2 客户端基准测试
    <https://github.com/q9f/eth2-bench-2020-10>
  • SigmaPrime 主持的基准测试在 blst 代码库中发现了罚没算法的漏洞和两个 bug
    <https://blog.sigmaprime.io/beacon-fuzz-08.html>
  • 最新的 eth2 实现者会议 [1] 。来自 Ben [2] 和 Mamy [3] 的备忘录
    [1]: <https://youtu.be/IRWQUQfq7yQ?t=103>
    [2]: <https://hackmd.io/@benjaminion/rkRaLS7Lv>
    [3]: <https://gist.github.com/mratsim/c5bc1d0e6ad11888d27d5db981f63a39>
  • 针对时间服务器的攻击及其缓解措施
    <https://ethresear.ch/t/eth2-attack-via-time-servers/8049>
  • Attestant 项目开发了自己的验证者客户端,所以他们可以在 Eth2 节点间切换
    <https://www.attestant.io/posts/introducing-vouch/>
  • 密钥分割型验证者 PoC
    <https://github.com/dankrad/python-ssv>
  • 如果您用云服务来运行验证者(先声明我们不推荐这样做),了解一下 Kotal(可轻易切换客户端 以及/或者 云服务提供商)或者 1line helm/kubernetes
    <https://medium.com/coinmonks/multi-client-ethereum-networks-dcebb34d41f7>
  • Pintail 是我发现的第一个参加 Medalla 数据挑战赛的
    <https://github.com/bluepintail/medalla_analysis/blob/master/medalla_analysis.ipynb>

 

Layer-2

 

  • Rollup 作为 “快速通道和智能 VM”
    <https://www.lakshmansankar.com/#/fast-pipes-smart-vms>
  • Barry Whitehat 对比侧链和 Layer-2
    <https://ethresear.ch/t/understanding-sidechains/8045>
  • 引发 Georgios 的 “侧链不是 Layer-2” 长推特反驳
    <https://twitter.com/gakonst/status/1146793685545304064>
  • 运行一个雷电网络节点的简易方法
    <https://medium.com/@raiden_network/the-easiest-way-to-try-out-a-full-raiden-node-16e54d32d6ca>
  • Geohot 帮助修复 Optimism 转译器的故事
    <https://twitter.com/jinglanW/status/1310718738417811459>

 

开发者材料

 

  • Solidity v0.7.2:修复了 free function 的 bug;加入了编译器生成功能的文件导出。扩展了 SMT 检查器
    <https://solidity.ethereum.org/2020/09/28/solidity-0.7.2-release-announcement/>
  • Jolly Roger:wighawag 的 Eth 应用和 PWA 前端模板
    <https://jolly-roger.eth.link/>
  • Solidity bytes 代码库的切片方法中有一个 bug,请升级
    <https://github.com/GNSPS/solidity-bytes-utils/tree/0.1.0#important-fixes-changelog>
  • 使用 waffle v3 来测试
    <https://soliditydeveloper.com/waffle>
  • Solidity railroad 语法
    <https://sambacha.github.io/solidity-grammar-rrd/>
  • 从 ABI 生成 Solidity 接口
    <https://github.com/gnidan/abi-to-sol>
  • ethers-rs 现在有了 secp256k1 的 rust 实现
    <https://twitter.com/gakonst/status/1311694465267126279>
  • NPM 包,用户在支持 EVM 的链上把合约部署到同一个地址上
    <https://twitter.com/PhABCD/status/1310652740331339778>
  • 教程:用 Solidity 编写一个排行榜
    <https://medium.com/coinmonks/create-and-deploy-an-ethereum-leaderboard-1ba60dba1495>
  • 使用 TeaTime 玩转一个以太坊节点
    <https://diligence.consensys.net/blog/2020/09/breaking-ethereum-nodes-with-teatime/>
  • EMN 被闪电贷攻击的遭遇
    <https://twitter.com/bkiepuszewski/status/1310901151311835136>
  • Sam Sun 在 Incognito 的合约中发现了一个 bug
    <https://we.incognito.org/t/how-a-smart-contract-vulnerability-was-discovered-and-fixed/6416>

 

生态

 

  • 一个以 Rollup 为中心的以太坊路线图。Vitalik 主张我们应该在主网上实施一些对 rollup 友好的改进;在 Eth2.0 Phase 1 时启动分片,为 Rollup 提供数据可用性,然后把工作量证明切换成权益证明。这些都在推进中,虽然 Phase 2 还没完成(也许不必要了?)
    <https://ethereum-magicians.org/t/a-rollup-centric-ethereum-roadmap/4698>
  • 看起来已经很清楚了,这就是 Eth 的路线图:eth2 is a rollup
    <https://lightclient.io/blog/eth2-is-a-rollup/>
  • 在 9 月,矿工的手续费收入超过了区块奖励
    <https://www.theblockcrypto.com/linked/79452/ethereum-miner-revenue-september-gas-fees>
  • Waku v2 通信机制有一个升级:正在切换到 libp2p,有更好的路由功能
    <https://vac.dev/waku-v2-update>
  • 波哥大 Devcon 时间定了:August 10-13, 2021
    <https://twitter.com/EFDevcon/status/1312074718002982912>

 

应用

 

  • Uniswap 交易量超越 Coinbase,持续了整个 9 月
    <https://www.theblockcrypto.com/linked/79775/uniswap-coinbase-monthly-volume-september>
  • Andre Cronje 为一个游戏部署了一些测试代码,发起部署交易的是一个已知属于他个人的地址,然后有 1500 万美元的资金冲进了这个合约,再然后就是一名黑客发现了一个 bug,盗走所有资金后发回了一半资金。
    <https://mobile.twitter.com/AndreCronjeTech/status/1310763506170499072>
  • Augur:foundry.finance [1] 是一个为预测市场提供流动性的应用;而一个面向最终用户的、类似于 Uniswap 的接口 [2] 可以帮助大家参与预测
    [1]: <https://medium.com/sunrise-over-the-merkle-trees/how-to-use-augur-foundry-315f408c0d57>
    [2]: <https://catnip.exchange/>
  • 聚合器的战争:Matcha 声称自己掌握了最优的价格,会根据交易费调整
    <https://blog.0xproject.com/a-comprehensive-analysis-on-dex-liquidity-aggregators-performance-dfb9654b0723>
  • DefiSaver 加入了对 Aave 清算的保护措施
    <https://medium.com/defi-saver/aavetomation-is-now-live-with-automatic-liquidation-protection-and-leveraging-available-c5c293f3f16e>
  • 新一轮的 Dark Forest 游戏开始
    <https://blog.zkga.me/dark-forest-v04>

 

其它

 

  • Wax 发布了以太坊链桥:“以太坊最有可能成为所有区块链的货币系统”
    <https://medium.com/wax-io/coming-to-wax-a-new-wax-tokenomic-model-cd0616a069e9>
  • Arjun Balaji:区块链生态市场结构 3.0
    <https://arjun.af/crypto-market-structure>
  • 区块链产品的护城河
    <https://www.varunsrinivasan.com/2020/09/29/crypto-moats>
  • 流动性挖矿的税收
    <https://medium.com/bollinger-investment-group/liquidity-mining-a-user-centric-token-distribution-strategy-1d05c5174641>
  • 基于 Stark 的 VDF
    <https://ethresear.ch/t/stark-based-vdfs/8052>
  • Brave 的月活用户超过 2 千万
    <https://twitter.com/BrendanEich/status/1311829887011840000>
  • 丢币之后的对策
    <https://medium.com/mycrypto/life-after-losing-crypto-737d1c17001f>

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

作者:以太坊爱好者;来自链得得内容开放平台“得得号”,本文仅代表作者观点,不代表链得得官方立场凡“得得号”文章,原创性和内容的真实性由投稿人保证,如果稿件因抄袭、作假等行为导致的法律后果,由投稿人本人负责得得号平台发布文章,如有侵权、违规及其他不当言论内容,请广大读者监督,一经证实,平台会立即下线。如遇文章内容问题,请发送至邮箱:linggeqi@chaindd.com

链得得仅提供相关信息展示,不构成任何投资建议
本文系作者 以太坊爱好者 授权链得得发表,并经链得得编辑,转载请注明出处、作者和本文链接

更多精彩内容,关注链得得微信号(ID:ChainDD),或者下载链得得App

分享到:

相关推荐

    评论(0

    Oh! no

    您是否确认要删除该条评论吗?

    分享到微信