Dot Leap 32 中文版

原文作者:Bruno Škvorc
订阅链接:newsletter.dotleap.com

Polkadot

Polkadot v0.8.28-1 版本发布,修复了转账卡住的问题。

Rococo 中继链已超过 100000 块,已接入8个平行链。
https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frococo-rpc.polkadot.io#/parachains

波卡治理

公投15:升级波卡到v27版本
https://polkadot.polkassembly.io/referendum/15

议案57:Soramitsu fearless wallet开发预算申请未获得通过
https://polkadot.polkassembly.io/motion/57

议案58:每个era(14400块)增加验证节点,持续100个era的议案获得通过。
https://polkadot.polkassembly.io/motion/58

公投16:希望增加验证节点数到599.目前正在投票中
https://polkadot.polkassembly.io/referendum/16

公投14:转移DOT claim,未获得通过
https://polkadot.polkassembly.io/referendum/14

提案:Subscan 希望增加 Rococo testnet 浏览器和 PLO dashboard。
https://polkadot.polkassembly.io/post/290

议案60:Polkastats的运营经费申请,获得通过
https://polkadot.polkassembly.io/motion/60

提案:Polkaworld发布了一个关于升级 polkaworld.pro 的内容,增加实时新闻和视频来丰富内容,并提供最及时的信息给波卡中国社区。
https://polkadot.polkassembly.io/post/299

Kusama

Kusama v0.8.28-1 已发布升级。

Kusama 已扩容至 900 验证人,具体性能表现报告见下面链接,目前整体表现非常稳定,与预期完全一致
https://kusama.polkassembly.io/post/470

Kusama 治理

Rotki 发布了他们 milestone 1 报告,具体可以查看
https://kusama.polkassembly.io/motion/245#9c846794-9e66-4fcb-a948-e2a2d13a4591

议案 264:开发 sub-bounties 插件,获得通过。Bryan Chen 将担任该项目的 curator
https://kusama.polkassembly.io/motion/264

议案 269:升级 Kusama Runtime 到 v2028
包含了一些有意思的升级:treasury tip 惩罚, 第一次参与 Council governance 免费, refactor treasury pallet, 正对平行链账户的 validators session keys 修改, multiaddress format 拓展为所有 runtimes 可用

议案 265:Kusama 数据库快照项目未获得通过。但团队通过 tip 系统获得了一些奖励。
https://kusama.polkassembly.io/motion/265

议案 268:olkastats的运营经费申请,获得通过
https://kusama.polkassembly.io/motion/268

核心代码

v0.8.28-1 版本再数据结构等地方有重要改变,并不向前兼容,请大家注意。

对跨链消息机制感兴趣的可以阅读 xcm-format repo
https://github.com/paritytech/xcm-format

Chain Extension 已有文档,介绍了智能合约如何与runtime pallets连接
https://github.com/paritytech/ink/pull/645

合约终止会触发一个event
https://github.com/paritytech/substrate/pull/8014

现在你可以通过 --reserved-nodes argument 参数禁止节点自动发现新peer
https://github.com/paritytech/substrate/pull/7999

之前 Frontier 必须选择runner:
Stack runner, 有更好的以太坊兼容性
Builtin runner, 有更好的Substrate交互功能
现在你可以使用 unified EVM runner 从而同时兼顾兼容性和交互性
https://github.com/paritytech/frontier/pull/284

Totem 获得 SS58 prefix 14.
Ares 获得 SS58 prefix 34.
Crust 获得 SS58 prefix 66.

新的prefix启用,总量上线提升到 16k
https://github.com/paritytech/substrate/pull/8039

Parathreads 成为 Parachain 生命周期的一部分,不再独立存在
https://github.com/paritytech/polkadot/pull/2354

以太坊兼容性

Moonbeam 和 Chainsafe 达成合作
https://www.purestake.com/news/moonbeam-network-completes-testnet-integration-of-chainbridge-the-networks-first-bridge-to-ethereum/?utm_source=news&utm_medium=element&utm_campaign=announcements&utm_content=chainsafe

Moonbeam的一月报告
https://medium.com/moonbeam-network/moonbeam-monthly-dispatch-january-2021-d49a7bb5c44f

工具

Simply VC 的 Polkadot API Server 升级 1.26
https://github.com/SimplyVC/polkadot_api_server/releases/tag/v1.26.1

Simply VC 的 PANIC 升级 2.1.3
https://github.com/SimplyVC/panic_polkadot/releases/tag/v2.1.3

Substrate API Sidecar 升级 v3.0.1
更新包括:
更新 chain properties API, 支持 JSON files 格式 custom types,ENV vars. blocks 完成 finalized 将被 tag 等
https://github.com/paritytech/substrate-api-sidecar/releases/tag/v3.0.1

Polkadot JS API 升级 3.8.1,支持 runtime version 27, 支持更多 contract, CancelProxy types 等
https://github.com/polkadot-js/api/releases/tag/v3.8.1

Polkadot JS Apps 已支持导入 Ledger mnemonics
https://github.com/polkadot-js/apps/pull/4529

Polkadot JS Apps UI 中抵押金额太小,会受到提醒(金额太小会无法获得抵押收益)
https://github.com/polkadot-js/apps/pull/4603

The Polkadot JS Extension 允许你选择一个链,然后创建钱包
https://github.com/polkadot-js/extension/pull/640

Scale-info 0.6.0发布
https://github.com/paritytech/scale-info/releases/tag/v0.6.0

Polkassembly 支持发起投票,以及支持搜索
https://github.com/paritytech/polkassembly/pull/1099

Crowdloan 功能已加入 Polkadot JS Apps
https://github.com/polkadot-js/apps/pull/4613

生态

Subsocial Network 新版支持邮件通知、自动测试币水龙头、telegram通知机器人等。
一个大家都会喜欢的功能是 public Spaces,类似 subreddits
https://subsocial.network/

Polkaworld 发布了智能合约平行链的对比文章
https://polkaworld.medium.com/comparison-of-smart-contract-platforms-on-polkadot-acala-patract-plasm-and-moonbeam-2fea15d126b0

Web3 基金会鼓励外部验证者参与 Open Grants 项目的评审。成功完成评审能获得最高 5 KSM 奖励。
https://github.com/w3f/Grant-Milestone-Delivery/#ballot_box_with_check-external-evaluation

Web3 基金会发布了两个有用的 Github actions 可帮助项目管理文档。
https://github.com/w3f/action-find-old-files
https://github.com/w3f/action-create-issues-for-old-files

Openzeppelin 正在进行一个关于开发基于 ink! 的开源工具的调查
https://twitter.com/substrate_io/status/1357739391490342913

投票

为感谢 DOT Leap 作者每周更新,大家可以在Kusama和Polkadot议会选举中投票给 BRUNO
https://twitter.com/bitfalls

最后感谢 Bill Laboon 的每日波卡摘要
https://twitter.com/billlaboon

Boka.network 现正得到 MathWallet 赞助

原文
https://blog.boka.network/2021/02/18/dot-leap-32-zhong-wen-ban/

你可能感兴趣的:(Dot Leap 32 中文版)