每周以太坊,2020-08-23

Medalla 测试网已经恢复;Layer2 生态进展加速

Eth1


  • 最新的 Turbogeth 客户端 Alpha 版

    <https://github.com/ledgerwatch/turbo-geth/releases/tag/v2020.08.03-alpha>
  • Stateless Ethereum 最新视频会议备忘录

    <https://ethresear.ch/t/stateless-ethereum-call-8-digest/7869>
  • 最新的核心开发者会议 [1]。Beiko 写的备忘录 [2]

    [1]: <https://youtu.be/q6bIeSu7r9o?t=235>
    [2]: <https://twitter.com/TimBeiko/status/1296808958842122245>

  • 把 SLOAD 的 Gas 消耗量提高到 2300;CALL 家族、EXT* 家族和 Balance 的耗用量提高到 2500

    <https://notes.ethereum.org/@vbuterin/BkrNbeAfD>
  • EVM384:EVM 里的密码学运算能再快一些吗?

    <https://notes.ethereum.org/@axic/evm384>
  • EIP2666 基准测试

    <https://github.com/ethereum/pm/issues/200#issuecomment-678115862>
  • EIP1559 能降低 51% 的风险

    <https://medium.com/@MicahZoltu/eip-1559-51-attacks-should-you-live-in-fear-d817be3759dc>
  • Tim Roughgarden 用合约模拟了 EIP1559 和自动扶梯算法

    <https://d24n.org/tim-roughgarden-will-work-on-eip-1559/>


Eth2


  • Medalla 测试网已从灾难性的事故中恢复,重新敲定区块。Prysm 客户端团队的事件顺序回顾 [1] 和 Ben Edgington 的短文总结 [2]

    [1]: <https://medium.com/prysmatic-labs/eth2-medalla-testnet-incident-f7fbc3cc934a>
    [2]: <https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_200817>

  • 一言以蔽之:客户端多样性很重要 [1] 。如果你喜欢看视频,我做了一个讲解这次事故发生过程的视频 [2],说明了为什么我们需要客户端多样(以及为何说这次事件对 Eth2 来说是好事)

    [1]: <https://blog.ethereum.org/2020/08/21/validated-why-client-diversity-matters/>
    [2]: <https://youtu.be/dEYzsolkxd0>

  • 最新一期 what’s new in eth2

    <https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_200822>
  • SigmaPrime 的 BeaconFuzz 测试器更新:修正了 bug。你可以使用 docker 化的 fuzzer 帮助 Eth2 客户端做测试

    <https://blog.sigmaprime.io/beacon-fuzz-07.html>
  • Lighthouse 客户端更新:更新日志详细说明了见证消息的打包过程

    <https://lighthouse.sigmaprime.io/update-28.html>
  • Lodestar 客户端更新:从 Medalla 测试网中学到了教训,已准备好在浏览器上运行的轻客户端

    <https://medium.com/@colinrileyschwarz/lodestar-medalla-update-59865a5cce1a>
  • Nimbus 客户端更新:提高了性能,修复了稳定性方面的漏洞

    <https://our.status.im/medalla-update-august-21/>
  • 使用 rumor 来调试客户端的教程

    <https://notes.ethereum.org/@protolambda/rumor-tutorial>
  • Eth2 时钟

    <https://stokes.io/eth2-dashboard>
  • 最新的 Eth2 实现者会议 [1]。来自 Ben [2] 和 Mamy [3] 的笔记

    [1]: <https://youtu.be/g3fKTfBXArU?t=272>
    [2]: <https://hackmd.io/@benjaminion/S1b2sJhzv>
    [3]: <https://gist.github.com/mratsim/370f96bd0e50f3bc8bce4a7e4010f887>

  • ZenGo 发布 VDF 设计密码学分析初步结果

    <https://zengo.com/vdf-alliance-zengo-secure-eth-2-design/>


Layer-2


  • USDT 上线 OMG 二层网络

    <https://tether.to/tether-usdt-integration-live-on-omg-network/>
  • Golem 选择 zk sync 作为扩展方案

    <https://blog.golemproject.net/zksync/>
  • dYdX 宣布他们与 StarkWare 合作,计划在第四季度实现扩展

    <https://integral.dydx.exchange/scaling-with-starkware/>

开发者材料


  • 使用 Echida fuzzer 测试你的 Solidity 代码

    <https://blog.trailofbits.com/2020/08/17/using-echidna-to-test-a-smart-contract-library>
  • Sam Sun 发现了 xSNXa 的一个 bug

    <https://medium.com/xtoken/xsnxa-false-start-post-mortem-f26a7a735383>
  • OpenZeppelin 为 Buidler [1] 和 Truffle [2] 推出了插件升级

    [1]: <https://forum.openzeppelin.com/t/openzeppelin-buidler-upgrades/3580>
    [2]: <https://forum.openzeppelin.com/t/openzeppelin-truffle-upgrades/3579>


  • Golem 为开发者推出 wasm 和 VM payloads 测试版

    <https://blog.golemproject.net/alpha-reveal-new-golem/>
  • Solidity 中的动态值数组

    <https://www.linkedin.com/pulse/dynamic-value-arrays-solidity-julian-goddard/>
  • 对于新入门的 web3 开发者,务必记住:智能合约不是一个数据库

    <https://hackernoon.com/smart-contracts-are-not-databases-t43532qc>


生态


  • MetaMask 限制超过 1 万用户的商业应用复制他们的代码

    <https://medium.com/metamask/evolving-our-license-for-the-next-wave-of-metamask-users-81b0b494c09a>
  • 如何取回为旧 ENS 锁定的资金

    <https://medium.com/the-ethereum-name-service/how-to-get-back-an-old-deposit-1e2b1767b930>
  • 过期 ENS 域名的溢价周期我们已经走完一半了

    <https://medium.com/the-ethereum-name-service/halfway-through-the-decaying-price-premium-after-releasing-280k-names-analysis-414452cd51e>
  • 以太坊基金会:不止步于生态奖金

    <https://blog.ethereum.org/2020/08/19/esp-beyond-grants/>


应用


  • 在 100 万稳定币从 Tron 回流 ETH [1] 之后,有超过 100 亿美元在以太坊上流动 [2]

    [1]: <https://www.theblockcrypto.com/linked/75411/tether-1-billion-usdt-tron-ethereum-blockchain>
    [2]: <https://usdonethereum.com/>

  • Synthetix 期货详解

    <https://blog.synthetix.io/synthetic-futures-primer/>
  • YieldSpace:一个自动化的流动性提供者,使用到期时间作为输入

    <https://twitter.com/yield/status/1296143989444423681>
  • Opium 使用 AAVE 的信用委托做出了信用违约互换产品

    <https://medium.com/opium-network/first-credit-default-swap-on-aave-credit-delegation-launched-5e3efc961317>
  • DeFi Safety:一个基于 “处理质量” 的评分表

    <https://defisafety.com/elementor-255/>
  • Multis 使用 Unlock 来自动化每月的月费支付

    <https://multis.co/post/how-multis-automates-monthly-subscription-fees-using-unlock-protocol>

其它


  • Haseeb Qureshi:分解 Uniswap

    <https://medium.com/dragonfly-research/unbundling-uniswap-the-future-of-on-chain-market-making-1c7d6948d570>
  • Hasu:YAM 是一种 Nakamoto 方案

    <https://insights.deribit.com/market-research/why-yam-is-a-nakamoto-scheme/>
  • MyCrypto:10 个步骤,保护你的数字钱包账户

    <https://medium.com/mycrypto/the-10-best-things-you-can-do-to-not-lose-your-crypto-dba4f5c05c7>
  • Elaine Shi 的《分布式共识和区块链的基础》一书可免费获得

    <https://www.distributedconsensus.net/>
  • Brave 正在研究在一个 POA 侧链上使用 AZTEC 的机密支付技术

    <https://brave.com/themis-smart-contracts-and-sidechains/>
  • Sergio Demian Lerner:Satoshi had an optimized miner he didn’t release publicly

    <https://bitslog.com/2020/08/22/the-patoshi-mining-machine/>
  • Vitalik 论区块链合作的哲学 [1] 及 n 分之 X 的信任模型 [2]

    [1]: <https://vitalik.ca/general/2020/08/17/philosophy.html>
    [2]: <https://vitalik.ca/general/2020/08/20/trust.html>




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

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

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



申明:本站所发布文章仅代表个人观点,不代表链嗅网立场。

提示:投资有风险,入市须谨慎。本资讯不作为投资理财建议。

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据