From 63a655afb0961b4091e6e1f7e2fb02895328cf03 Mon Sep 17 00:00:00 2001 From: Gavin Wood Date: Fri, 17 Jul 2020 12:36:36 +0200 Subject: [PATCH] Define BurnDestination, Kusama Treasury burns to Society (#6671) (#1421) * Define BurnDestination, Kusama Treasury burns to Society. * Fixes * Remove the council elections enabling. * Bump * whitespace --- polkadot/Cargo.lock | 321 +++++++++++------------ polkadot/runtime/common/src/crowdfund.rs | 1 + polkadot/runtime/kusama/src/lib.rs | 3 +- polkadot/runtime/polkadot/src/lib.rs | 1 + 4 files changed, 158 insertions(+), 168 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 1c0583a703..81306de744 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -256,7 +256,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df097e3f506bec0e1a24f06bb3c962c228f36671de841ff579cb99f371772634" dependencies = [ "futures 0.3.5", - "rustls 0.18.0", + "rustls", "webpki", "webpki-roots 0.19.0", ] @@ -909,9 +909,9 @@ dependencies = [ [[package]] name = "ct-logs" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d3686f5fa27dbc1d76c751300376e167c5a43387f44bb451fd1c24776e49113" +checksum = "8c8e13110a84b6315df212c045be706af261fd364791cad863285439ebba672e" dependencies = [ "sct", ] @@ -1314,7 +1314,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "parity-scale-codec", ] @@ -1322,7 +1322,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "frame-system", @@ -1339,7 +1339,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "Inflector", "frame-benchmarking", @@ -1358,7 +1358,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "frame-system", @@ -1373,7 +1373,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "parity-scale-codec", "serde", @@ -1384,7 +1384,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "bitmask", "frame-metadata", @@ -1409,7 +1409,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.18", @@ -1420,7 +1420,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1432,7 +1432,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -1442,7 +1442,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1458,7 +1458,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-benchmarking", "frame-support", @@ -1472,7 +1472,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "parity-scale-codec", "sp-api", @@ -2097,16 +2097,16 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac965ea399ec3a25ac7d13b8affd4b8f39325cca00858ddf5eb29b79e6b14b08" +checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6" dependencies = [ "bytes 0.5.5", "ct-logs", "futures-util", "hyper 0.13.6", "log 0.4.8", - "rustls 0.17.0", + "rustls", "rustls-native-certs", "tokio 0.2.21", "tokio-rustls", @@ -2878,7 +2878,7 @@ dependencies = [ "libp2p-core", "log 0.4.8", "quicksink", - "rustls 0.18.0", + "rustls", "rw-stream-sink", "soketto", "url 2.1.1", @@ -3466,7 +3466,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "frame-system", @@ -3482,7 +3482,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "frame-system", @@ -3497,7 +3497,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-benchmarking", "frame-support", @@ -3522,7 +3522,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-benchmarking", "frame-support", @@ -3536,7 +3536,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-benchmarking", "frame-support", @@ -3552,7 +3552,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-benchmarking", "frame-support", @@ -3567,7 +3567,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-benchmarking", "frame-support", @@ -3582,7 +3582,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "frame-system", @@ -3598,7 +3598,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "frame-system", @@ -3618,7 +3618,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3634,7 +3634,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-benchmarking", "frame-support", @@ -3654,7 +3654,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "frame-system", @@ -3670,7 +3670,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "frame-system", @@ -3684,7 +3684,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "frame-system", @@ -3699,7 +3699,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "frame-system", @@ -3713,7 +3713,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "frame-system", @@ -3728,7 +3728,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-benchmarking", "frame-support", @@ -3749,7 +3749,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "frame-system", @@ -3764,7 +3764,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "frame-system", @@ -3777,7 +3777,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "enumflags2", "frame-support", @@ -3792,7 +3792,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-benchmarking", "frame-support", @@ -3807,7 +3807,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "frame-system", @@ -3827,7 +3827,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-benchmarking", "frame-support", @@ -3843,7 +3843,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "frame-system", @@ -3857,7 +3857,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-benchmarking", "frame-support", @@ -3879,7 +3879,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -3890,7 +3890,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "frame-system", @@ -3904,7 +3904,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-benchmarking", "frame-support", @@ -3922,7 +3922,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "frame-system", @@ -3937,7 +3937,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -3955,7 +3955,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-support", "parity-scale-codec", @@ -3968,7 +3968,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-benchmarking", "frame-support", @@ -3983,7 +3983,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-benchmarking", "frame-support", @@ -3999,7 +3999,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5875,19 +5875,6 @@ dependencies = [ "semver", ] -[[package]] -name = "rustls" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0d4a31f5d68413404705d6982529b0e11a9aacd4839d1d6222ee3b8cb4015e1" -dependencies = [ - "base64 0.11.0", - "log 0.4.8", - "ring", - "sct", - "webpki", -] - [[package]] name = "rustls" version = "0.18.0" @@ -5903,12 +5890,12 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75ffeb84a6bd9d014713119542ce415db3a3e4748f0bfce1e1416cd224a23a5" +checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8" dependencies = [ "openssl-probe", - "rustls 0.17.0", + "rustls", "schannel", "security-framework", ] @@ -5942,7 +5929,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "bytes 0.5.5", "derive_more 0.99.9", @@ -5969,7 +5956,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -5993,7 +5980,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6010,7 +5997,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "impl-trait-for-tuples", "sc-chain-spec-derive", @@ -6026,7 +6013,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -6037,7 +6024,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6078,7 +6065,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "derive_more 0.99.9", "fnv", @@ -6114,7 +6101,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "blake2-rfc", "hash-db", @@ -6143,7 +6130,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6154,7 +6141,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "derive_more 0.99.9", "fork-tree", @@ -6196,7 +6183,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6220,7 +6207,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6233,7 +6220,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6256,7 +6243,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "log 0.4.8", "sc-client-api", @@ -6270,7 +6257,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "derive_more 0.99.9", "lazy_static", @@ -6298,7 +6285,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "derive_more 0.99.9", "log 0.4.8", @@ -6315,7 +6302,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -6330,7 +6317,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "cranelift-codegen", "cranelift-wasm", @@ -6351,7 +6338,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "assert_matches", "derive_more 0.99.9", @@ -6389,7 +6376,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6406,7 +6393,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -6424,7 +6411,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "derive_more 0.99.9", "hex", @@ -6440,7 +6427,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "hash-db", "lazy_static", @@ -6459,7 +6446,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "bitflags", "bs58", @@ -6511,7 +6498,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6526,7 +6513,7 @@ dependencies = [ [[package]] name = "sc-network-test" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "env_logger", "futures 0.3.5", @@ -6553,7 +6540,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "bytes 0.5.5", "fnv", @@ -6580,7 +6567,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "futures 0.3.5", "libp2p", @@ -6593,7 +6580,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "log 0.4.8", "substrate-prometheus-endpoint", @@ -6602,7 +6589,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "futures 0.3.5", "hash-db", @@ -6634,7 +6621,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6658,7 +6645,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "jsonrpc-core", "jsonrpc-http-server", @@ -6674,7 +6661,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "derive_more 0.99.9", "directories", @@ -6736,7 +6723,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -6750,7 +6737,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6771,7 +6758,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "erased-serde", "log 0.4.8", @@ -6788,7 +6775,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6808,7 +6795,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6918,9 +6905,9 @@ dependencies = [ [[package]] name = "security-framework" -version = "0.4.4" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535" +checksum = "ad502866817f0575705bd7be36e2b2535cc33262d493aa733a2ec862baa2bc2b" dependencies = [ "bitflags", "core-foundation", @@ -6931,9 +6918,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "0.4.3" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405" +checksum = "51ceb04988b17b6d1dcd555390fa822ca5637b4a14e1f5099f13d351bed4d6c7" dependencies = [ "core-foundation-sys", "libc", @@ -7234,7 +7221,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "derive_more 0.99.9", "log 0.4.8", @@ -7246,7 +7233,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "hash-db", "parity-scale-codec", @@ -7261,7 +7248,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7273,7 +7260,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "parity-scale-codec", "serde", @@ -7285,7 +7272,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7298,7 +7285,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "parity-scale-codec", "sp-api", @@ -7310,7 +7297,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7321,7 +7308,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "parity-scale-codec", "sp-api", @@ -7333,7 +7320,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "derive_more 0.99.9", "log 0.4.8", @@ -7350,7 +7337,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "serde", "serde_json", @@ -7359,7 +7346,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7384,7 +7371,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "parity-scale-codec", "sp-api", @@ -7398,7 +7385,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "merlin", "parity-scale-codec", @@ -7417,7 +7404,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7426,7 +7413,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -7438,7 +7425,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "base58", "blake2-rfc", @@ -7481,7 +7468,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -7490,7 +7477,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -7500,7 +7487,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "environmental", "parity-scale-codec", @@ -7511,7 +7498,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "finality-grandpa", "log 0.4.8", @@ -7527,7 +7514,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7537,7 +7524,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "derive_more 0.99.9", "parity-scale-codec", @@ -7549,7 +7536,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "futures 0.3.5", "hash-db", @@ -7570,7 +7557,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "lazy_static", "sp-core", @@ -7581,7 +7568,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "parity-scale-codec", "serde", @@ -7593,7 +7580,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -7604,7 +7591,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "sp-api", "sp-core", @@ -7614,7 +7601,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "backtrace", "log 0.4.8", @@ -7623,7 +7610,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "serde", "sp-core", @@ -7632,7 +7619,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "either", "hash256-std-hasher", @@ -7654,7 +7641,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "parity-scale-codec", "primitive-types", @@ -7669,7 +7656,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "Inflector", "proc-macro-crate", @@ -7681,7 +7668,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "serde", "serde_json", @@ -7690,7 +7677,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "parity-scale-codec", "sp-api", @@ -7703,7 +7690,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7713,7 +7700,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "hash-db", "itertools 0.9.0", @@ -7734,12 +7721,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" [[package]] name = "sp-storage" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "impl-serde 0.2.3", "ref-cast", @@ -7751,7 +7738,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7765,7 +7752,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "log 0.4.8", "rental", @@ -7775,7 +7762,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7791,7 +7778,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "hash-db", "memory-db", @@ -7805,7 +7792,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "futures 0.3.5", "futures-core", @@ -7817,7 +7804,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "impl-serde 0.2.3", "parity-scale-codec", @@ -7829,7 +7816,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7969,7 +7956,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "chrono", "clear_on_drop", @@ -7996,7 +7983,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "platforms", ] @@ -8004,7 +7991,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -8027,7 +8014,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "async-std", "derive_more 0.99.9", @@ -8041,7 +8028,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -8067,7 +8054,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "cfg-if", "frame-executive", @@ -8107,7 +8094,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" dependencies = [ "futures 0.3.5", "parity-scale-codec", @@ -8128,7 +8115,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder-runner" version = "1.0.6" -source = "git+https://github.com/paritytech/substrate#7e7c576050afabbf1980c754ad8de19258c667e7" +source = "git+https://github.com/paritytech/substrate#1be02953d4eb521ac1d40e55c71b44e2031ac105" [[package]] name = "substrate-wasm-builder-runner" @@ -8687,12 +8674,12 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15cb62a0d2770787abc96e99c1cd98fcf17f94959f3af63ca85bdfb203f051b4" +checksum = "228139ddd4fea3fa345a29233009635235833e52807af7ea6448ead03890d6a9" dependencies = [ "futures-core", - "rustls 0.17.0", + "rustls", "tokio 0.2.21", "webpki", ] diff --git a/polkadot/runtime/common/src/crowdfund.rs b/polkadot/runtime/common/src/crowdfund.rs index fc233d107a..3b02b5a646 100644 --- a/polkadot/runtime/common/src/crowdfund.rs +++ b/polkadot/runtime/common/src/crowdfund.rs @@ -663,6 +663,7 @@ mod tests { type ProposalBondMinimum = ProposalBondMinimum; type SpendPeriod = SpendPeriod; type Burn = Burn; + type BurnDestination = (); type Tippers = Nobody; type TipCountdown = TipCountdown; type TipFindersFee = TipFindersFee; diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index cba2ad10c0..81c50e0ed4 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -479,7 +479,7 @@ parameter_types! { pub const ProposalBond: Permill = Permill::from_percent(5); pub const ProposalBondMinimum: Balance = 20 * DOLLARS; pub const SpendPeriod: BlockNumber = 6 * DAYS; - pub const Burn: Permill = Permill::from_percent(0); + pub const Burn: Permill = Permill::from_perthousand(2); pub const TreasuryModuleId: ModuleId = ModuleId(*b"py/trsry"); pub const TipCountdown: BlockNumber = 1 * DAYS; @@ -509,6 +509,7 @@ impl treasury::Trait for Runtime { type ProposalBondMinimum = ProposalBondMinimum; type SpendPeriod = SpendPeriod; type Burn = Burn; + type BurnDestination = Society; type ModuleId = TreasuryModuleId; type WeightInfo = (); } diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index 68cbf0a97b..180e0b349c 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -576,6 +576,7 @@ impl treasury::Trait for Runtime { type ProposalBondMinimum = ProposalBondMinimum; type SpendPeriod = SpendPeriod; type Burn = Burn; + type BurnDestination = (); type WeightInfo = (); }