后面会定期的翻译一下 Bruno 写 Dot Leap Newsletter,他对于波卡生态,尤其是治理的相关内容讲得很清楚,有助于大家及时了解波卡生态的最新动态。
原文作者:Bruno Škvorc
原文链接:DotLeap.com
如果对获取 Dot Leap 发的 Kusama NFT 感兴趣可以访问 RMRK.APP
Polkadot (v 0.8.23)
平行链
Rococo 已经有8条接入的平行链,并且你可以通过 Polkadot JS Apps UI 访问其中7条。
对平行链进度感兴趣的可以查看
https://github.com/paritytech/polkadot/blob/master/roadmap/parachains.md
波卡治理
议案10 拒绝了一个不正确的Treasury申请。目前看治理的UI还需要改进,让人能够更清楚的了解投票结果在链上会发生什么。
https://polkadot.polkassembly.io/motion/10
提案1 没人知道这个提案内容,奇怪的还是有人对这个提案投了复议
https://polkadot.polkassembly.io/proposal/1
公投2 刚刚通过了提升验证节点数量的修改。Polkassembly 上又有了进一步增加验证节点数量的讨论:
https://polkadot.polkassembly.io/post/51
财政申请7 资助 Centrifuge 维护 go-substrate-rpc-client (GSRPC) 的申请获得通过,具体内容
https://polkadot.polkassembly.io/post/39
议案13 已提交,升级 Polkadot runtime 到 v23。Spec见下面的链接
目前该升级的 NPoS selection 代码正在等待审计完成,完成后技术委员会将尽快推进链上的发布。
https://github.com/paritytech/polkadot/releases/tag/v0.8.23
议案14 Polkascan的财政申请的执行,用于支持他们维护 Python libraries for Substrate,该申请之前已获得批准。
议案15 Encointer的财政申请,用于 self-sovereign identity and local currencies parachain(s)
https://polkadot.polkassembly.io/post/52
议案16 处理撤销对 Web3Italy 节点 slash 处罚。详细内容访问
https://polkadot.polkassembly.io/motion/16
提案3 一个未知提交者尝试将未领取的DOT,转移到另一个ETH地址
https://polkadot.polkassembly.io/proposal/3
财政申请10 未提交申请具体内容,尝试支付给自己 1500 DOT
提案4-7 申请增加验证人数量到 299, 399, 499 and 599 但未提交相关内容来说明修改原因
另外还有大量 tips 申请等待审批
https://ipfs.io/ipns/polkadot.dotapps.io/#/treasury/tips
Kusama
如何提交 Kusama 财政申请
获得财政资助,你需要通过理事会同意,而且理事会并不容易忽悠,所以你最好仔细阅读这篇指导文章
https://docs.google.com/document/d/1p3UQUjph5t8TVaWnTkfrI5mE-BABnM9Xvtuhdlhl6JE/edit
Kusama 治理
议案 213,公投 82 执行 v2023 版本升级,其中包括了将理事会和runners人数扩容至 19 人。
https://kusama.polkassembly.io/referendum/82
提案 32,公投 81 一个和编码相关的更新
https://kusama.polkassembly.io/referendum/81
一些 Kusama 的 tips 被提交和支持,作者作为Kusama理事会成员公布了一些他支持的tip,包括具体的部署工作、制作宣传品、制作视频等
https://bruno.id/council-participation-report-04092020/
如果想申请tip,可以在下面的链接提交自己具体贡献内容
https://polkadot.js.org/apps/#/treasury/tips
议案 212 Phala Network在Kusama上开发darkpool的第一阶段获得通过,具体介绍见:
https://kusama.polkassembly.io/post/142
另外还有三个提案 33-35 希望提升验证节点数量到 700,900和1000
Core Stack 核心堆栈
关于验证和理事会模块的PR
https://github.com/paritytech/substrate/issues/6242
Prime候选人选举改进
https://github.com/paritytech/substrate/pull/6939
Staking奖励现在可以发送给任意账号(不再仅限controller或stash账号)
https://github.com/paritytech/substrate/pull/6832
有效的 equivocation reports 请求将会退还 fee
https://github.com/paritytech/substrate/pull/6981
Scheduled times可以使用相对值
https://github.com/paritytech/substrate/pull/6578
轻节点数据库和全节点数据库可以在同一位置共存
https://github.com/paritytech/substrate/issues/6880
新增普罗米修斯报警,应对太多文件打开的情况
https://github.com/paritytech/substrate/pull/6946
修改单个验证节点最高投票人数限制,Kusama 64 -> 128,Polkadot 64 -> 256
https://github.com/paritytech/polkadot/pull/1668
运行开发者手动 seal 测试 BABE block
https://github.com/paritytech/substrate/pull/7010
减小 NPoS 选举相关内容,减缓存储增长
https://github.com/paritytech/substrate/pull/6720
telemetry中可以看到 GRANDPA prevotes 和 precommits 内容
https://github.com/paritytech/substrate/pull/6970
Dock申请了21和22的网络 prefix ID
https://github.com/paritytech/substrate/pull/6714
兼容以太坊
目前有两个相关项目会比较成熟
Moonbean
https://moonbeam.network/
Frontier(Parity开发)
https://github.com/paritytech/frontier
9/21 Moonbeam有一个如何在它的测试部署智能合约的Crowdcast
https://www.crowdcast.io/e/ethereum-apps-moonbeam/register
11/6 TruffleCon 上 Moonbeam 会展示如何使用 Truffle 部署智能合约
https://www.trufflesuite.com/trufflecon2020
工具
PokadotJS API: 支持历史交易查询,但会有点慢
https://github.com/polkadot-js/api/pull/2535
Sidecar 发布 v0.15.0 Substrate 配套的 REST API service,Parity开发
https://github.com/paritytech/substrate-api-sidecar/releases/tag/v0.16.0
Hydra,最近在 Hackusama 上发布,Substrate 配套的 GraphQL 查询
https://blog.joystream.org/announcing-hydra/
The Polkadot JS Apps (v 0.57.1) :
支持意大利语,及显示有多少token会burn
https://wiki.polkadot.network/docs/en/learn-treasury
Shawn Tabrizi发布了一个快速启动波卡测试网的项目
https://github.com/shawntabrizi/polkadot-launch
Polkassembly:现在你可以tag其它用户
学习资料
Reddit上一篇很完整介绍波卡的文章(貌似是鸭哥写的,点赞)
https://www.reddit.com/user/polkadotnewera/comments/i91244/comprehensive_introduction_of_polkadot_the/
关于波卡上各个时间相关参数的详细介绍
https://wiki.polkadot.network/docs/en/maintain-polkadot-parameters
生态项目
Subsocial 加入 Polkadot JS Apps
波卡网络架构的3D视觉展示
https://hive.blog/polkadot/@the-jedi/the-polkadot-network-in-3d
Acala 波卡 DeFi 先行者的详细介绍
https://decrypt.co/40180/acala-a-chinese-startup-thats-putting-defi-on-polkadot
Subscan的0.3.5更新,最佳波卡区块浏览器之一
https://medium.com/@subscan_io/subscan-0-3-5-version-updated-2139ad9f6cd9
Ledger硬件钱包支持了波卡和Kusama
https://wiki.polkadot.network/docs/en/learn-ledger
Stafi主网上线
https://twitter.com/StaFi_Protocol/status/1303313493479702534
Phala作为平行链已接入Rococo
https://app.phala.network/en/wallet