diff --git a/Cargo.lock b/Cargo.lock index d10d32ba756..ccb182146b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,9 +626,9 @@ dependencies = [ [[package]] name = "clap" -version = "2.33.1" +version = "2.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129" +checksum = "10040cdf04294b565d9e0319955430099ec3813a64c952b86a41200ad714ae48" dependencies = [ "ansi_term 0.11.0", "atty", @@ -650,9 +650,9 @@ dependencies = [ [[package]] name = "concurrent-queue" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39ff9c66992ebea984b9446b2a45b300947216c17544ec9d7f045afe24333cd0" +checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3" dependencies = [ "cache-padded", ] @@ -1392,9 +1392,9 @@ dependencies = [ [[package]] name = "event-listener" -version = "2.3.0" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "298f00c3b04c1d9b4cb86aefaaa35348af0957d98b30a5306fc635f8e718923d" +checksum = "68082183f458867ce7cddea16d4df4443c1537112c0c09c450dedc09daf5c719" [[package]] name = "exit-future" @@ -1529,7 +1529,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "parity-scale-codec", ] @@ -1537,7 +1537,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -1554,7 +1554,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1572,7 +1572,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -1587,7 +1587,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "parity-scale-codec", "serde", @@ -1598,7 +1598,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "bitmask", "frame-metadata", @@ -1623,7 +1623,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.19", @@ -1634,7 +1634,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1646,7 +1646,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "proc-macro2 1.0.19", "quote 1.0.7", @@ -1656,7 +1656,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1672,7 +1672,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "parity-scale-codec", "sp-api", @@ -3604,7 +3604,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -3620,7 +3620,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -3635,7 +3635,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-benchmarking", "frame-support", @@ -3660,7 +3660,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-benchmarking", "frame-support", @@ -3674,7 +3674,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -3689,7 +3689,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-benchmarking", "frame-support", @@ -3704,7 +3704,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -3718,7 +3718,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -3734,7 +3734,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-benchmarking", "frame-support", @@ -3756,7 +3756,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3772,7 +3772,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -3791,7 +3791,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -3807,7 +3807,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -3821,7 +3821,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -3836,7 +3836,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -3850,7 +3850,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -3865,7 +3865,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -3880,7 +3880,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -3893,7 +3893,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "enumflags2", "frame-support", @@ -3908,7 +3908,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-benchmarking", "frame-support", @@ -3923,7 +3923,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -3943,7 +3943,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -3957,7 +3957,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -3977,7 +3977,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.19", @@ -3988,7 +3988,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -4002,7 +4002,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-benchmarking", "frame-support", @@ -4019,7 +4019,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -4036,7 +4036,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4054,7 +4054,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "parity-scale-codec", @@ -4067,7 +4067,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -4081,7 +4081,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-support", "frame-system", @@ -4096,7 +4096,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "enumflags2", "frame-support", @@ -5859,7 +5859,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "bytes 0.5.6", "derive_more 0.99.9", @@ -5886,7 +5886,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -5910,7 +5910,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -5927,7 +5927,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "impl-trait-for-tuples", "sc-chain-spec-derive", @@ -5943,7 +5943,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.19", @@ -5954,7 +5954,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "ansi_term 0.12.1", "atty", @@ -5995,7 +5995,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "derive_more 0.99.9", "fnv", @@ -6031,7 +6031,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "blake2-rfc", "hash-db", @@ -6061,7 +6061,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6072,7 +6072,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "derive_more 0.99.9", "fork-tree", @@ -6116,7 +6116,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6140,7 +6140,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6153,7 +6153,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6176,7 +6176,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "log 0.4.11", "sc-client-api", @@ -6190,7 +6190,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "derive_more 0.99.9", "lazy_static", @@ -6218,7 +6218,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -6235,7 +6235,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6250,7 +6250,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "cranelift-codegen", "cranelift-wasm", @@ -6271,7 +6271,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "assert_matches", "derive_more 0.99.9", @@ -6309,7 +6309,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6326,7 +6326,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -6344,7 +6344,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "derive_more 0.99.9", "hex", @@ -6360,7 +6360,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "hash-db", "lazy_static", @@ -6379,7 +6379,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "bitflags", "bs58", @@ -6431,7 +6431,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6446,7 +6446,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "bytes 0.5.6", "fnv", @@ -6473,7 +6473,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "futures 0.3.5", "libp2p", @@ -6486,7 +6486,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "log 0.4.11", "substrate-prometheus-endpoint", @@ -6495,7 +6495,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "futures 0.3.5", "hash-db", @@ -6527,7 +6527,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6551,7 +6551,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "jsonrpc-core", "jsonrpc-http-server", @@ -6567,7 +6567,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "derive_more 0.99.9", "directories", @@ -6630,7 +6630,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6644,7 +6644,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6665,7 +6665,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "erased-serde", "log 0.4.11", @@ -6682,7 +6682,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6703,7 +6703,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6980,9 +6980,9 @@ checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" [[package]] name = "signal-hook-registry" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41" +checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035" dependencies = [ "arc-swap", "libc", @@ -7129,7 +7129,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7141,7 +7141,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "hash-db", "parity-scale-codec", @@ -7156,7 +7156,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7168,7 +7168,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "parity-scale-codec", "serde", @@ -7180,7 +7180,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7193,7 +7193,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "parity-scale-codec", "sp-api", @@ -7205,7 +7205,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7216,7 +7216,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "parity-scale-codec", "sp-api", @@ -7228,7 +7228,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7245,7 +7245,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "serde", "serde_json", @@ -7254,7 +7254,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7280,7 +7280,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "parity-scale-codec", "sp-api", @@ -7294,7 +7294,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "merlin", "parity-scale-codec", @@ -7313,7 +7313,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7322,7 +7322,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -7334,7 +7334,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "base58", "blake2-rfc", @@ -7378,7 +7378,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -7387,7 +7387,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "proc-macro2 1.0.19", "quote 1.0.7", @@ -7397,7 +7397,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "environmental", "parity-scale-codec", @@ -7408,7 +7408,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "finality-grandpa", "log 0.4.11", @@ -7424,7 +7424,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7434,7 +7434,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "derive_more 0.99.9", "parity-scale-codec", @@ -7446,7 +7446,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "futures 0.3.5", "hash-db", @@ -7467,7 +7467,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "lazy_static", "sp-core", @@ -7478,7 +7478,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "parity-scale-codec", "serde", @@ -7490,7 +7490,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.19", @@ -7501,7 +7501,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "sp-api", "sp-core", @@ -7511,7 +7511,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "backtrace", "log 0.4.11", @@ -7520,7 +7520,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "serde", "sp-core", @@ -7529,7 +7529,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "either", "hash256-std-hasher", @@ -7551,7 +7551,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "parity-scale-codec", "primitive-types", @@ -7566,7 +7566,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "Inflector", "proc-macro-crate", @@ -7578,7 +7578,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "serde", "serde_json", @@ -7587,7 +7587,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "parity-scale-codec", "sp-api", @@ -7600,7 +7600,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7610,7 +7610,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "hash-db", "itertools 0.9.0", @@ -7631,12 +7631,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" [[package]] name = "sp-storage" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "impl-serde 0.2.3", "ref-cast", @@ -7648,7 +7648,7 @@ dependencies = [ [[package]] name = "sp-test-primitives" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -7661,7 +7661,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7675,7 +7675,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "log 0.4.11", "rental", @@ -7685,7 +7685,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7700,7 +7700,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "hash-db", "memory-db", @@ -7714,7 +7714,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "futures 0.3.5", "futures-core", @@ -7726,7 +7726,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "impl-serde 0.2.3", "parity-scale-codec", @@ -7738,7 +7738,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7857,7 +7857,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "platforms", ] @@ -7865,7 +7865,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -7888,7 +7888,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "async-std", "derive_more 0.99.9", @@ -7902,7 +7902,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -7928,7 +7928,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "cfg-if", "frame-executive", @@ -7968,7 +7968,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" dependencies = [ "futures 0.3.5", "parity-scale-codec", @@ -7989,7 +7989,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder-runner" version = "1.0.6" -source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#6ea3c68bd3f880a24978a41bf8a73e3babd21337" +source = "git+https://github.com/paritytech/substrate?branch=rococo-branch#0d24a21176a40224bdca74fcd2094762a36503fa" [[package]] name = "substrate-wasm-builder-runner" @@ -9079,18 +9079,18 @@ dependencies = [ [[package]] name = "wast" -version = "21.0.0" +version = "22.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b1844f66a2bc8526d71690104c0e78a8e59ffa1597b7245769d174ebb91deb5" +checksum = "fe1220ed7f824992b426a76125a3403d048eaf0f627918e97ade0d9b9d510d20" dependencies = [ "leb128", ] [[package]] name = "wat" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce85d72b74242c340e9e3492cfb602652d7bb324c3172dd441b5577e39a2e18c" +checksum = "f888158d9a4b7c39b859f72a435019835b64097c749f4f28d319004ca5a520b8" dependencies = [ "wast", ] diff --git a/test/parachain/src/service.rs b/test/parachain/src/service.rs index 0c7695f47c7..06156eefdb0 100644 --- a/test/parachain/src/service.rs +++ b/test/parachain/src/service.rs @@ -17,7 +17,6 @@ use ansi_term::Color; use cumulus_collator::{prepare_collator_config, CollatorBuilder}; use cumulus_network::{DelayedBlockAnnounceValidator, JustifiedBlockAnnounceValidator}; -use futures::{future::ready, FutureExt}; use polkadot_primitives::v0::{CollatorPair, Block as PBlock, Id as ParaId}; use sc_executor::native_executor_instance; pub use sc_executor::NativeExecutor; @@ -191,21 +190,17 @@ pub fn run_collator( block_announce_validator, ); - let (polkadot_future, polkadpt_task_manager) = + let (polkadot_future, polkadot_task_manager) = polkadot_collator::start_collator(builder, id, key, polkadot_config)?; - // Make sure the polkadot task manager survives as long as the service. - let polkadot_future = polkadot_future.then(move |_| { - let _ = polkadpt_task_manager; - ready(()) - }); - task_manager .spawn_essential_handle() .spawn("polkadot", polkadot_future); + + task_manager.add_child(polkadot_task_manager); } else { let is_light = matches!(polkadot_config.role, Role::Light); - let (mut polkadot_task_manager, client, handles) = if is_light { + let (polkadot_task_manager, client, handles) = if is_light { Err("Light client not supported.".into()) } else { polkadot_service::build_full( @@ -217,9 +212,6 @@ pub fn run_collator( None, ) }?; - let polkadot_future = async move { - polkadot_task_manager.future().await.expect("polkadot essential task failed"); - }; let polkadot_network = handles.polkadot_network.expect("polkadot service is started; qed"); client.execute_with(SetDelayedBlockAnnounceValidator { block_announce_validator, @@ -227,9 +219,7 @@ pub fn run_collator( polkadot_sync_oracle: Box::new(polkadot_network), }); - task_manager - .spawn_essential_handle() - .spawn("polkadot", polkadot_future); + task_manager.add_child(polkadot_task_manager); } start_network.start_network();