LOADING...
LOADING...
LOADING...
当前位置: 玩币族首页 > 区块链资产 > 每周以太坊,2020-09-20

每周以太坊,2020-09-20

2020-09-22 以太坊爱好者 来源:火星财经
Eth2 Phase0 的规范已化成 EIP2982;Uniswap 为所有历史用户发放 token

Eth1


最新的核心开发者会议 [1] 。来自 Tim Beiko [2] 的备忘录。相关新闻:请忽略所有小道消息;ProgPoW 仍在搁置中,没有要实现的打算。
[1]: <https://youtu.be/HUUxwyoxU7k?t=226>
[2]: <https://twitter.com/TimBeiko/status/1306956314187243527> “我相信,即使没有分片,以太坊 1.0 也能扩展至少 10 倍”
<https://github.com/AlexeyAkhunov/papers/blob/master/Turbo-Geth-Silkworm.pdf> 最新的 Turbogeth 客户端:支持更多的 PRC 调用,升级至最新的 Geth 版本
<https://github.com/ledgerwatch/turbo-geth/releases/tag/v2020.09.03> EVM384:EVM 中的快速密码学运算
<https://notes.ethereum.org/@poemm/evm384-interface-update> 用 Solidity 案例来解释 EIP2938 账户抽象
<https://hackmd.io/@SamWilsn/ryhxoGp4D>
EIP
EIP2970: IS_STATIC 操作码
<https://eips.ethereum.org/EIPS/eip-2970> EIP2976:Gossip 上传输的标准化交易
<https://eips.ethereum.org/EIPS/eip-2976> ERC2980:符合瑞士资产法规的 ERC20 代币
<https://github.com/ethereum/EIPs/blob/441df4e6d7ae30ba14b1224d4a3b56e7d5dd3587/EIPS/eip-2980.md> ERC2981:ERC721 Royalty Standard
<https://github.com/ethereum/EIPs/blob/8462c8ed660291881de0c3110b6a024136c3d90c/EIPS/eip-2981.md> EIP2982:eth2 phase 0
<https://github.com/ethereum/EIPs/blob/5dc1b8ddd645af01c81da8817b6bcc8ff883b9d6/EIPS/eip-2982.md>

Eth2


见上一条,EIP2982(Eth2 Phase0 的规范)已经作为 EIP 提出 最新的 what’s new in eth2
<https://hackmd.io/@benjaminion/eth2_news/https%3A%2F%2Fhackmd.io%2F%40benjaminion%2Fwnie2_200919> 最新的 eth2 更新速览:押金合约/创世事件在 9 月 29 号用测试网彩排
<https://blog.ethereum.org/2020/09/14/eth2-quick-update-no-16/> eth2 spec v0.12.3:在 Eth2 启动的头几个月里,罚没和懒惰惩罚的力度会减少 67%~75%
<https://github.com/ethereum/eth2.0-specs/releases/tag/v0.12.3> 最新的 Eth2 实现者会议 [1] 。来自 Ben [2] 和 Mamy [3] 的会议记录。
[1]: <https://www.reddit.com/r/ethereum/comments/iuj7je/live_ethereum_20_call_48_2020917_1400_gmt/>
[2]: <https://hackmd.io/@benjaminion/BJIQuJZSD>
[3]: <https://gist.github.com/mratsim/0bafb17499e6a33b69085ec21de7cd91> 形式化验证 Eth2 所用的 BLS 签名代码库 blst
<https://galois.com/blog/2020/09/announcing-the-blst-bls-verification-project/> 可证明的单领袖秘密选举,帮助减轻对区块生产者的 DoS 攻击
<https://ethresear.ch/t/provable-single-secret-leader-election/7971> 不完全观察:从 POAP 奖章数据看客户端多样性
<https://www.reddit.com/r/ethstaker/comments/ith0h1/medalla_client_poap_awards_broken_down_by_fair/> 最新的 Lighthouse 客户端:使用 GossipSub v1.1,提升了见证消息的打包效率,正在测试联网功能
<https://lighthouse.sigmaprime.io/update-29.html> 最新的 Lodestar 客户端:修复联网和区块生产功能中的 bug
<https://medium.com/chainsafe-systems/lodestar-update-38f58c14a39d> Teku 客户端的升级就是它的更新日志
<https://github.com/PegaSysEng/teku/releases/tag/0.12.6>

Layer-2


POA 迁移到 optimistic rollup VM 方案
<https://ethresear.ch/t/poa-transition-to-optimistic-rollup-vm/7983> USDC 在 Matic 上的运行演示
<https://twitter.com/petejkim/status/1306957817702526976>


开发者材料


Underhanded Solidity 竞赛正在进行!截止日期为 10 月 31 日
<https://underhanded.soliditylang.org/> web3js v1.3:内置 typescript,websockets 已升级
<https://github.com/ethereum/web3.js/releases/tag/v1.3.0> Truffle v5.1.45:hdwallet-provider 升级
<https://github.com/trufflesuite/truffle/releases/tag/v5.1.45> create-eth-app v1.5:带有 web3modal,所以你可以容易使用 MetaMask 或者 WalletConnect
<https://github.com/PaulRBerg/create-eth-app/releases/tag/v1.5.0> ethers-rs 加入 Ledger 支持
<https://twitter.com/gakonst/status/1307748834387341312> EEA 正在开展一个开发者工具调查,以发现企业用开发者工具可以提升的领域
<https://twitter.com/EntEthAlliance/status/1307010896250667009> 新入门的 ETH 开发者 Q&A 视频,有很多关于开发工具的内容
<https://www.youtube.com/watch?v=uCk9-KG9cJA> 认识 Solidity 团队
<https://solidity.ethereum.org/2020/09/18/meet-the-team/> diamond storage 的工作原理
<https://dev.to/mudgen/how-diamond-storage-works-90e> 如何用 permit 实现 gasless 交易
<https://hackernoon.com/how-to-code-gas-less-tokens-on-ethereum-43u3ew4> Early 正在开发 Fe,一种用 Rust 写成的 python 风格的 EVM 语言
<https://github.com/ethereum/fe> bZx 被攻击;项目方使用 admin key 删除了攻击者的收获
<https://bzx.network/blog/incident>


生态


本周我们见证了单日交易数量的历史新高
<https://etherscan.io/chart/tx> 如果 Gas 费继续升高,你没有足够多的 ETH 来支付转移 Dai 的 Gas 费,试试 out of eth
<https://www.anydot.dev/uniswap/#/swap> 分叉监视器加入更多客户端和 API 供应商
<https://forkmon.ethdevops.io/>
应用
ENS 的价格递减期已经结束,域名都可用年费重新注册了
<https://medium.com/the-ethereum-name-service/the-results-of-the-decaying-price-premium-after-releasing-280k-names-7cf57e46b204> Tim Daub:现在看来 web3 是个愚蠢的说法
<https://timdaub.github.io/2020/09/08/web3/> Uniswap 发行了一种治理代币,给历史用户提供了空投,也加入了流动性挖矿功能。Uniswap 回到锁仓价值第一名
<https://uniswap.org/blog/uni/>


其他


Monegro:别再销毁 token 了
<https://www.placeholder.vc/blog/2020/9/17/stop-burning-tokens-buyback-and-make-instead> DeFi 产品的分叉抵抗策略
<https://bankless.substack.com/p/fork-defense-strategies-in-defi>

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

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

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



本文来源:以太坊爱好者
原文标题:每周以太坊,2020-09-20

—-

编译者/作者:以太坊爱好者

玩币族申明:玩币族作为开放的资讯翻译/分享平台,所提供的所有资讯仅代表作者个人观点,与玩币族平台立场无关,且不构成任何投资理财建议。文章版权归原作者所有。

LOADING...
LOADING...