Dot Leap 18 中文版

原文作者:Bruno ?kvorc
原文鏈接:DotLeap.com

Polkadot (v 0.8.23)

第一筆基于 XCM 的跨鏈資產(chǎn)轉(zhuǎn)賬轉(zhuǎn)賬在測(cè)試網(wǎng)完成,詳見(jiàn)Gavin推特視頻
https://twitter.com/gavofyork/status/1304849064891158528

關(guān)于跨鏈消息如何控制成本及防止垃圾消息的討論
https://github.com/paritytech/polkadot/issues/1669

下一個(gè) runtime 升級(jí)會(huì)移除 Purchase Pallet 以及相關(guān)數(shù)據(jù)

波卡治理

議案17 8btc(巴比特)發(fā)起的社區(qū)活動(dòng)資金支持,目前看沒(méi)有得到議會(huì)支持因?yàn)槿鄙傧嚓P(guān)信息,類似議案建議到下面網(wǎng)站提供具體說(shuō)明信息
https://polkadot.polkassembly.io

Polkadot runtime 已升級(jí)到 0.8.23

Kusama (v 0.8.23)

Kusama治理

提案 46 AlexPromoTeam 申請(qǐng)資金用于制作波卡和Kusama的視頻
https://kusama.polkassembly.io/post/292

公投 83 擴(kuò)容驗(yàn)證節(jié)點(diǎn)數(shù)量到 700 已通過(guò)

Polkastats 討論關(guān)于申請(qǐng)資金支持他們站點(diǎn)的設(shè)備開銷
https://kusama.polkassembly.io/post/290

核心代碼

Substrate Marketplace
https://marketplace-staging.substrate.dev/
一個(gè)開發(fā)者可以找到Pallets的線上Market,目前在概念驗(yàn)證階段

Module在引用依賴時(shí)可以指定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申請(qǐng) prefixes 21 and 22
https://github.com/paritytech/substrate/pull/6714
DarkNetwork申請(qǐng) prefixes 17
https://github.com/paritytech/substrate/pull/6982

debian和rpm可以直接通過(guò)命令 apt-get install polkadot 安裝Polkadot
https://github.com/paritytech/polkadot#installation

Shawn Tabrizi解釋了為什么只有通過(guò)sudo的unchecked weight才能成功調(diào)用system set_code
https://github.com/paritytech/substrate/issues/7064

treasury可以被實(shí)例化,意味著每個(gè)鏈可以有多個(gè)treasury
https://github.com/paritytech/substrate/pull/7058

Substrate升級(jí)到 libp2p 0.28
https://github.com/paritytech/substrate/pull/7077

collective pallet(被Council投票使用)新增默認(rèn)投票類型。之前期權(quán)票只支持和最終多數(shù)一致,現(xiàn)在棄權(quán)票支持默認(rèn)為贊成的模式。
https://github.com/paritytech/substrate/pull/6984

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

以太兼容

Frontier - 公鑰被包含到交易中,提升Truffle兼容性,錯(cuò)誤處理。
https://github.com/paritytech/frontier

Acala宣布他們的主網(wǎng)也會(huì)支持以太智能合約。

工具

Polkadot-JS Apps 支持在創(chuàng)建和導(dǎo)入地址是選擇“Only this network”,避免搞混地址。

Polkadot JS API (version 1.33) 支持1s后自動(dòng)重連 WebSocket

Polkadot-JS Apps (version 0.58) 支持驗(yàn)證人費(fèi)率圖表,可以幫助用戶發(fā)現(xiàn)那些突然調(diào)高手續(xù)費(fèi)的節(jié)點(diǎn)。

支持設(shè)置任意的賬號(hào)作為接受抵押獎(jiǎng)勵(lì)的賬號(hào)

Polkadot-JS Apps支持Ledger地址衍生路徑,你可以用一個(gè)硬件錢包生成無(wú)數(shù)子地址

Polkadot-JS Extension 支持 15 分鐘內(nèi)記住密碼

Substrate-api-sidecar升級(jí)到0.17,API更新
https://github.com/paritytech/substrate-api-sidecar/releases/tag/v0.17.0

Open Web3 Stack’s Guardian 監(jiān)視鏈上events和狀態(tài)修改的工具,并能發(fā)送通知,比如你可以用它來(lái)監(jiān)控節(jié)點(diǎn)的手續(xù)費(fèi)變化
https://github.com/open-web3-stack/guardian

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

Subxt 通過(guò)RPC發(fā)送交易給Substrate節(jié)點(diǎn)的Rust library
https://github.com/paritytech/substrate-subxt

Polka-store 掃描Substrate鏈并將余額相關(guān)交易保存到SQLite數(shù)據(jù)庫(kù)。
https://github.com/TheGoldenEye/polka-store

學(xué)習(xí)資料

Robert Habermeier:關(guān)于治理和社區(qū)自治等規(guī)則
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

生態(tài)項(xiàng)目

DappForce發(fā)布網(wǎng)頁(yè)UI,內(nèi)容使用IPFS保存,接下去他們會(huì)開放token faucet
https://app.subsocial.network

波卡生態(tài)overview
https://medium.com/@CryptoSeq/polkadot-an-early-in-depth-analysis-part-one-overview-and-benefits-ea16de17c05c

如何選擇驗(yàn)證節(jié)點(diǎn)
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 方法創(chuàng)建了logic gates
https://gist.github.com/xlc/f064f492a4040f698a2b4eb838f0bf2b

一個(gè)提名人的一周體驗(yàn),以及操作過(guò)程
https://www.youtube.com/watch?v=CrbF2dl01Gw

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。