原文作者:Bruno Škvorc
订阅链接:newsletter.dotleap.com
Polkadot (v0.8.27)
波卡总节点数达到300个,具体信息见
https://polkadot.polkassembly.io/post/263
Rococo 测试网完成升级。当 Plasm 平行链重新接入后,其它平行链可以陆续接入。
如果你准备接入,请确保你运行至少两个Rococo验证节点的最新版本,并在 Polkadot-JS 中重新提交你的平行链 registration proposal
波卡治理
Fearless wallet 完成 stage 3。其 treasury 申请见:
https://polkadot.polkassembly.io/post/257
公投 14:被盗重置的申请未通过
https://polkadot.polkassembly.io/referendum/14
议案 54:Polkascan 提交的财政申请获得通过,支持polkascan.io三月到五月的运营。
https://polkadot.polkassembly.io/motion/54
Kusama (v0.8.27)
Lottery Pallet 已完成,它能够与 Democracy, Collective, Staking,Elections-phragmen 模块交互,通过随机奖励的形式激励参与治理的行为。
https://kusama.polkassembly.io/post/446
Kusama 治理
议案257:支持PolkaStats的开发
https://kusama.polkassembly.io/motion/257
议案258:支持Kusama Comics的创作。
https://kusama.polkassembly.io/motion/258
议案259:支持OnFinality提供基础服务
https://kusama.polkassembly.io/motion/259
提议:支持Dotreasury treasury 浏览器 M2 的开发
https://kusama.polkassembly.io/post/447
公投98:升级runtime版本到v2027,已通过
https://kusama.polkassembly.io/referendum/98
议案260:Polkascan 提交的财政申请获得通过,支持polkascan.io三月到五月的运营。
https://kusama.polkassembly.io/motion/260
议案262:支持Fearless Wallet Phase 3开发
https://kusama.polkassembly.io/motion/262
Sub bounties 提案:关于bounty pallet改进的建议
https://kusama.polkassembly.io/post/463
提案41:关于Registrar认证ID是必须进行人工验证的同意结果的链上记录
https://kusama.polkassembly.io/proposal/41
议案249:RAMP SDK已支持KSM
https://kusama.polkassembly.io/motion/249#47c7c197-75b0-4831-b47b-b82f3042edc4
核心代码
BEEFY协议 - 支持GRANDPA作为最终性共识的Substrate链能够桥接其它非Substrate链
https://github.com/paritytech/grandpa-bridge-gadget
Refcounts 已分为 providers 和 consumers,跨账号引用更加简单
https://github.com/paritytech/substrate/pull/7363
Robonomics 获得 SS58 prefix 32.
Polymesh 获得 SS58 prefix 12.
Litentry 获得 SS58 prefix 31.
节点现在可以踢掉投票给它的人
https://github.com/paritytech/substrate/pull/7930
Substrate启动时必须制定chain信息
https://github.com/paritytech/substrate/pull/7977
ParityDB 的数据损坏问题被修复
https://github.com/paritytech/substrate/pull/7961
两个不同的 module 不能够重名
https://github.com/paritytech/substrate/pull/7968
WARP Sync 即将上线,长时间同步的问题将不复存在
https://github.com/paritytech/polkadot/pull/2301
node template pallet 已更新 Frame V2
https://github.com/paritytech/substrate/pull/7981
SCALE Info是一个Parity包来描述Rust types
https://github.com/paritytech/scale-info
Multi-address即将发布,它是一个不向前兼容的内容,当它发布后,可能会导致Ledger硬件钱包兼容性问题
https://github.com/paritytech/polkadot/pull/2126
以太坊兼容性
Moonbeam 发布了 mainnet 和 canary network 计划
https://www.reddit.com/r/dot/comments/kyafs3/moonbeam_has_published_some_new_information_to/
Moonbeam 与 Ocean Protocol 合作
https://www.purestake.com/news/moonbeam-and-ocean-protocol-partner-to-bring-a-new-data-economy-to-the-polkadot-ecosystem/
Moonbase Alpha testnet 升级 version 5.
https://www.purestake.com/news/moonbeam-upgrades-its-testnet-to-moonbase-alpha-v5/
Polkadot decoded 界面上 Derek 介绍 Moonbeam 以及多链未来
https://www.youtube.com/watch?v=sX8PFz2dT-4&feature=emb_title
工具
Shardlabs 完成了 Kusama/Polkadot Tips Widget:一个可嵌入的打赏、捐助功能插件。目前它已被QuakeAid使用
https://github.com/Shard-Labs/kusama-tips-widget
Polkadot JS Apps 上手续费显示会更加准确
https://github.com/polkadot-js/api/pull/3076
Substrate Sidecar API 升级 version 2.1.2
该版本支持Polkadot 27, Kusama 2027, Westend 47以上版本
https://github.com/paritytech/substrate-api-sidecar/releases/tag/v2.1.2
Polkadot JS Apps 升级 0.77
https://github.com/polkadot-js/apps/releases/tag/v0.77.1
Polkadot JS API 升级 3.6,支持 parachain 和 multi-address
https://github.com/polkadot-js/api/releases/tag/v3.6
Polkaview Network
一个查询最高和最低节点抵押的工具
https://polkaview.network/dot
PolkadotJS extension 支持添加 Ledger
https://github.com/polkadot-js/extension/pull/630
Substrate API Sidecar 支持查询 extrinsics
/blocks/{blockId}/extrinsics/{ExtrinsicIndex}
https://github.com/paritytech/substrate-api-sidecar/pull/400
学习资料
关于网站如何添加Web3地址的教程
https://www.sitepoint.com/flarum-add-web3-address-to-user-profile/
生态
Kusama 和 Polkadot NFT 讨论组
Element https://app.element.io/#/room/#web3nft:web3.foundation
Telegram https://t.me/rmrkapp
开发 Substrate chain 的 PHP 工具的 RFP
https://github.com/w3f/General-Grants-Program/pull/393
关于波卡生态Funding和Mapping的文章
https://www.theblockcrypto.com/genesis/91360/funding-in-the-polkadot-ecosystem
https://www.theblockcrypto.com/genesis/91104/mapping-out-polkadots-ecosystem
LocalCoinSwap已支持波卡P2P交易
https://blog.localcoinswap.com/trade-polkadot-p2p/
Kusama艺术设计比赛
https://twitter.com/blockcreateart/status/1352102519791513606?s=21
投票
为感谢 DOT Leap 作者每周更新,大家可以在Kusama和Polkadot议会选举中投票给 BRUNO
https://twitter.com/bitfalls
最后感谢 Bill Laboon 的每日波卡摘要
https://twitter.com/billlaboon
Boka.network 现正得到 MathWallet 赞助
原文
http://blog.boka.network/2021/01/29/dot-leap-31-zhong-wen-ban/