原文作者:Bruno Škvorc
原文链接:DotLeap.com
订阅链接:dotleap.substack.com
Polkadot (v0.8.26.)
👇👇👇 重要 👇👇👇
节点选择流程里面有一个bug,导致少于30DOT的投票无效,具体查看:
https://polkadot.network/polkadot-staking-an-update/
新增了 W3F Registrar 帮助你验证链上身份,收费 1 DOT
https://wiki.polkadot.network/docs/en/learn-registrar
Polkadot 治理
公投10: 寻求找回被scammer骗走的自己,未获得通过
https://polkadot.polkassembly.io/referendum/10
财政申请11:ALEXPROMOTEAM的申请,进入议会审议阶段。
Patract Labs的财务报表,Elara 0.1项目相关。
https://polkadot.polkassembly.io/post/139
Kusama (v0.8.26.)
更新
有用户建议和DOT一样对KSM进行100倍拆分。不过因为Kusama是一个独立的网络,而且已经在生产环境运行了一段时间,这可能会给生态造成一些问题。
https://kusama.polkassembly.io/proposal/37
另外这个提议目前只是一个讨论,后续需要代码维护者修改相应代码,并提交公投,所有后续如何发展还需要关注。
作为一个议会成员,个人反对这一修改,因为它可能会造成混淆。
Kusama 治理
财政申请51 已成为提案226 以支持 NFC 钱包项目。
https://kusama.polkassembly.io/post/234
提案227:Jaco 创建,它是 Polkadot JS Apps 作者,提案建议 Jaco 作为 Polkadot JS Apps 上 Bounty UI 组件开发的监督人,负责这部分 Bounty 资金的管理。
提案229:这是之前已经通过关于每个era增加一个验证节点,直到400个。之前因为参数错误原因没有执行成功,所以又重新发起了一次提案。
之前我对这个提案投了反对票,原因如下:
https://bruno.id/kusama-council-participation-report-08102020/
核心代码
Ink! v3 RC2 已发布
https://github.com/paritytech/ink/releases/tag/v3.0.0-rc2
新的多地址格式发布。它允许一个 AccountId 可以有多个不同地址,并通过index索引,之后也可用于 ENS 类似的域名系统中。
https://github.com/paritytech/substrate/pull/7380
where 语句已支持 decl_error!
https://github.com/paritytech/substrate/pull/7324
subkey 增加 hex encoded public key 相关方法
https://github.com/paritytech/substrate/pull/7344
queryStorage
& storagePairs
RPC 调用被认为不安全
https://github.com/paritytech/substrate/pull/7342
wasm-builder
打印 rustc 版本,这对于编译时很有用,因为substrate在某些rust版本无法完成编译
https://github.com/paritytech/substrate/pull/7351
Pallet versioning 已增加
https://github.com/paritytech/substrate/pull/7208
Transaction tips 全额发给区块创建者
https://github.com/paritytech/polkadot/pull/1836
nix shell 定义增加到 Substrate
https://github.com/paritytech/substrate/pull/7376
Keccak 512 已增加到 Substrate’s hashing functions
https://github.com/paritytech/substrate/pull/7428/files
GRANDPA equivocation 在诚实节点上不会发生,该问题造成了Polkadot上第一次slash,后续将不会再次发生。
https://github.com/paritytech/substrate/pull/7372
code rent 的讨论:目前上传 ink! 合约不需要租赁存储空间,只有实例需要支付,代码本身不需要,这个提案可能会增加这个内容
https://github.com/paritytech/substrate/issues/6596#issuecomment-716131878
ink!’s ERC20 示例代码
https://github.com/paritytech/ink/tree/master/examples/erc20
以太坊兼容性
Frontier 已支持 instant-sealing。意味着只要池子里有交易就会出块,方便本地环境的快速测试。
https://github.com/paritytech/frontier/pull/170
工具
Substrate Sidecar API v1 发布!
https://github.com/paritytech/substrate-api-sidecar/releases/tag/v1.0.0
Web3 Foundation 发布了开源的 W3F Registrar service。你可以用这些代码运行一个链上身份验证的服务
https://wiki.polkadot.network/docs/en/learn-registrar
https://github.com/w3f/polkadot-registrar-challenger
https://github.com/w3f/polkadot-registrar-watcher
Polkadot API Server by SimplyVC 发布了 1.25.1 版本
https://github.com/SimplyVC/polkadot_api_server/releases/tag/v1.25.1
offchain-ipfs-manual:通过 off-chain workers 链接 IPFS 和 Substrate。如果你需要一个能够处理数据的区块链,这是一个好东西。
https://rs-ipfs.github.io/offchain-ipfs-manual/
@polkadot/networks 发布,它会定期同步SS58 registry,方便你的 JavaScript or TypeScript app 自动获得所有链的 SS58 prefixes
https://github.com/polkadot-js/common/tree/master/packages/networks#readme
Polkadot JS Apps 发布 version 0.64 & Polkadot JS API 发布 2.4.
Polkadot JS API 现在可以通过 keysAt and entriesAt 查询所有特定block的 entries。也就是说你可以通过这个方法查到某个账号在某个区块高度的余额。
https://github.com/polkadot-js/api/pull/2746
如果你觉得编译 Substrate 的时间太长,请使用远程编译Saas服务,比如 SubBox
https://github.com/sub-box/SubBox
Soramitsu 开源了 Fearless Wallet 代码:
https://github.com/soramitsu/fearless-Android
https://github.com/soramitsu/fearless-iOS
https://github.com/soramitsu/fearless-utils-Android
https://github.com/soramitsu/fearless-utils-iOS
Polkadot JS Extension 已支持 15min 内记住密码的功能。主要由 Subsocial 社区提出的需求,考虑Subsocial需要很多次和链的交互。
https://github.com/polkadot-js/extension/pull/503
StakingWizard.com 是一个简单的 Staking 界面
学习资料
Bill Laboon 做了一个 PoS 的在线演讲
https://www.youtube.com/watch?v=maJYnqsuhms&start=301s
Sub0 录像可以查看:
https://www.crowdcast.io/e/axvfinsv
Bruno Škvorc 用克罗地亚语介绍了波卡
https://www.youtube.com/watch?v=jPW3viAb0ow&feature=youtu.be
生态
Phala每周更新:challenges added to Gitcoin’s Hello World
https://medium.com/phala-network/phala-weekly-v0-2-96-10-5-10-11-26fe03babf2e
Phala主网路线图
https://medium.com/phala-network/phala-roadmap-of-mainnet-and-parachain-auction-d85066306d60
Sora 网络的 PLO 规划
https://polkaswap.medium.com/sora-network-parachain-for-polkaswap-intro-859558753f48
Bruno 参与了 Trips Community 的视频直播,讨论 Web3, censorship, and Polkadot:
https://www.youtube.com/watch?v=Plyu6oZxgXM
投票
为感谢 DOT Leap 作者每周更新,大家可以在Kusama和Polkadot议会选举中投票给 BRUNO
最后感谢 Bill Laboon 的每日波卡摘要
https://twitter.com/billlaboon
原文:
http://blog.boka.network/2020/11/11/dot-leap-22-zhong-wen-ban/
网友评论