Dot Leap 18 中文版

原文作者:Bruno Škvorc
原文链接:DotLeap.com

Polkadot (v 0.8.23)

第一笔基于 XCM 的跨链资产转账转账在测试网完成,详见Gavin推特视频
https://twitter.com/gavofyork/status/1304849064891158528

关于跨链消息如何控制成本及防止垃圾消息的讨论
https://github.com/paritytech/polkadot/issues/1669

下一个 runtime 升级会移除 Purchase Pallet 以及相关数据

波卡治理

议案17 8btc(巴比特)发起的社区活动资金支持,目前看没有得到议会支持因为缺少相关信息,类似议案建议到下面网站提供具体说明信息
https://polkadot.polkassembly.io

Polkadot runtime 已升级到 0.8.23

Kusama (v 0.8.23)

Kusama治理

提案 46 AlexPromoTeam 申请资金用于制作波卡和Kusama的视频
https://kusama.polkassembly.io/post/292

公投 83 扩容验证节点数量到 700 已通过

Polkastats 讨论关于申请资金支持他们站点的设备开销
https://kusama.polkassembly.io/post/290

核心代码

Substrate Marketplace
https://marketplace-staging.substrate.dev/
一个开发者可以找到Pallets的线上Market,目前在概念验证阶段

Module在引用依赖时可以指定indices
https://github.com/paritytech/substrate/pull/6969

XCMP代码
https://github.com/paritytech/polkadot/pull/1696

node metadata 包含多签常量等信息,将使离线多签更加方便
https://github.com/paritytech/substrate/pull/7029

Dock申请 prefixes 21 and 22
https://github.com/paritytech/substrate/pull/6714
DarkNetwork申请 prefixes 17
https://github.com/paritytech/substrate/pull/6982

debian和rpm可以直接通过命令 apt-get install polkadot 安装Polkadot
https://github.com/paritytech/polkadot#installation

Shawn Tabrizi解释了为什么只有通过sudo的unchecked weight才能成功调用system set_code
https://github.com/paritytech/substrate/issues/7064

treasury可以被实例化,意味着每个链可以有多个treasury
https://github.com/paritytech/substrate/pull/7058

Substrate升级到 libp2p 0.28
https://github.com/paritytech/substrate/pull/7077

collective pallet(被Council投票使用)新增默认投票类型。之前期权票只支持和最终多数一致,现在弃权票支持默认为赞成的模式。
https://github.com/paritytech/substrate/pull/6984

POW的Substrate链支持uniform tie breaking。
https://github.com/paritytech/substrate/pull/7073

以太兼容

Frontier - 公钥被包含到交易中,提升Truffle兼容性,错误处理。
https://github.com/paritytech/frontier

Acala宣布他们的主网也会支持以太智能合约。

工具

Polkadot-JS Apps 支持在创建和导入地址是选择“Only this network”,避免搞混地址。

Polkadot JS API (version 1.33) 支持1s后自动重连 WebSocket

Polkadot-JS Apps (version 0.58) 支持验证人费率图表,可以帮助用户发现那些突然调高手续费的节点。

支持设置任意的账号作为接受抵押奖励的账号

Polkadot-JS Apps支持Ledger地址衍生路径,你可以用一个硬件钱包生成无数子地址

Polkadot-JS Extension 支持 15 分钟内记住密码

Substrate-api-sidecar升级到0.17,API更新
https://github.com/paritytech/substrate-api-sidecar/releases/tag/v0.17.0

Open Web3 Stack’s Guardian 监视链上events和状态修改的工具,并能发送通知,比如你可以用它来监控节点的手续费变化
https://github.com/open-web3-stack/guardian

Diener 帮助你修改Polkadot 和 Substrate 版本依赖的工具。
https://crates.io/crates/diener

Subxt 通过RPC发送交易给Substrate节点的Rust library
https://github.com/paritytech/substrate-subxt

Polka-store 扫描Substrate链并将余额相关交易保存到SQLite数据库。
https://github.com/TheGoldenEye/polka-store

学习资料

Robert Habermeier:关于治理和社区自治等规则
https://medium.com/@rphmeier/blockchains-rules-and-reciprocity-bea7d4ddf885

Polkadot Wiki 新增 “copy code” 按钮

Governance Proxies
https://www.youtube.com/watch?v=q5qLFhG4SDw

Substrate的Transaction hashes不唯一,告诉你为什么
https://www.youtube.com/watch?v=rn7GM8RZuew

多签钱包操作
https://www.youtube.com/watch?v=ZJLqszvhMyM

匿名代理
https://www.youtube.com/watch?v=iWq53zXo7dw

生态项目

DappForce发布网页UI,内容使用IPFS保存,接下去他们会开放token faucet
https://app.subsocial.network

波卡生态overview
https://medium.com/@CryptoSeq/polkadot-an-early-in-depth-analysis-part-one-overview-and-benefits-ea16de17c05c

如何选择验证节点
https://medium.com/coinmonks/what-polkadot-validators-should-i-nominate-a638c180f2a0
https://medium.com/luniehq/advanced-nomination-guide-for-polkadot-and-kusama-8b6129b2e27f

Acala Bryan Chen使用Kusama的utility.batch 方法创建了logic gates
https://gist.github.com/xlc/f064f492a4040f698a2b4eb838f0bf2b

一个提名人的一周体验,以及操作过程
https://www.youtube.com/watch?v=CrbF2dl01Gw

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