diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index e0ddadbe1e..2159abc16a 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1401,7 +1401,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "parity-scale-codec", ] @@ -1409,7 +1409,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support", "frame-system", @@ -1426,7 +1426,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1444,7 +1444,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support", "frame-system", @@ -1459,7 +1459,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "parity-scale-codec", "serde", @@ -1470,7 +1470,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "bitmask", "frame-metadata", @@ -1495,7 +1495,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.18", @@ -1506,7 +1506,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1518,7 +1518,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -1528,7 +1528,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1544,7 +1544,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-benchmarking", "frame-support", @@ -1558,7 +1558,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "parity-scale-codec", "sp-api", @@ -3558,7 +3558,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support", "frame-system", @@ -3574,7 +3574,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support", "frame-system", @@ -3589,7 +3589,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-benchmarking", "frame-support", @@ -3614,7 +3614,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-benchmarking", "frame-support", @@ -3628,7 +3628,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-benchmarking", "frame-support", @@ -3644,7 +3644,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-benchmarking", "frame-support", @@ -3659,7 +3659,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-benchmarking", "frame-support", @@ -3674,7 +3674,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support", "frame-system", @@ -3690,7 +3690,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-benchmarking", "frame-support", @@ -3712,7 +3712,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3728,7 +3728,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-benchmarking", "frame-support", @@ -3748,7 +3748,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support", "frame-system", @@ -3764,7 +3764,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support", "frame-system", @@ -3778,7 +3778,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support", "frame-system", @@ -3793,7 +3793,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support", "frame-system", @@ -3807,7 +3807,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support", "frame-system", @@ -3822,7 +3822,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-benchmarking", "frame-support", @@ -3843,7 +3843,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support", "frame-system", @@ -3858,7 +3858,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support", "frame-system", @@ -3871,7 +3871,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "enumflags2", "frame-support", @@ -3886,7 +3886,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-benchmarking", "frame-support", @@ -3901,7 +3901,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support", "frame-system", @@ -3921,7 +3921,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-benchmarking", "frame-support", @@ -3937,7 +3937,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support", "frame-system", @@ -3951,7 +3951,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-benchmarking", "frame-support", @@ -3973,7 +3973,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -3984,7 +3984,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support", "frame-system", @@ -3998,7 +3998,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-benchmarking", "frame-support", @@ -4016,7 +4016,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support", "frame-system", @@ -4033,7 +4033,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4051,7 +4051,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-support", "parity-scale-codec", @@ -4064,7 +4064,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-benchmarking", "frame-support", @@ -4079,7 +4079,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-benchmarking", "frame-support", @@ -4095,7 +4095,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6319,7 +6319,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "bytes 0.5.5", "derive_more 0.99.9", @@ -6346,7 +6346,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6370,7 +6370,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6387,7 +6387,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "impl-trait-for-tuples", "sc-chain-spec-derive", @@ -6403,7 +6403,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -6414,7 +6414,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6455,7 +6455,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "derive_more 0.99.9", "fnv", @@ -6491,7 +6491,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "blake2-rfc", "hash-db", @@ -6521,7 +6521,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6532,7 +6532,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "derive_more 0.99.9", "fork-tree", @@ -6576,7 +6576,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6600,7 +6600,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6613,7 +6613,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6636,7 +6636,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "log 0.4.11", "sc-client-api", @@ -6650,7 +6650,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "derive_more 0.99.9", "lazy_static", @@ -6678,7 +6678,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -6695,7 +6695,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6710,7 +6710,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6728,7 +6728,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6765,7 +6765,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6786,7 +6786,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -6804,7 +6804,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "derive_more 0.99.9", "hex", @@ -6820,7 +6820,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "hash-db", "lazy_static", @@ -6839,8 +6839,9 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ + "async-std", "bitflags", "bs58", "bytes 0.5.5", @@ -6891,7 +6892,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6906,7 +6907,7 @@ dependencies = [ [[package]] name = "sc-network-test" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "env_logger", "futures 0.3.5", @@ -6933,7 +6934,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "bytes 0.5.5", "fnv", @@ -6960,7 +6961,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "futures 0.3.5", "libp2p", @@ -6973,7 +6974,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "log 0.4.11", "substrate-prometheus-endpoint", @@ -6982,7 +6983,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "futures 0.3.5", "hash-db", @@ -7014,7 +7015,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7038,7 +7039,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "jsonrpc-core", "jsonrpc-http-server", @@ -7054,7 +7055,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "derive_more 0.99.9", "directories", @@ -7115,7 +7116,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -7129,7 +7130,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7150,7 +7151,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "erased-serde", "log 0.4.11", @@ -7168,7 +7169,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7189,7 +7190,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7656,7 +7657,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7668,7 +7669,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "hash-db", "parity-scale-codec", @@ -7683,7 +7684,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7695,7 +7696,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "parity-scale-codec", "serde", @@ -7707,7 +7708,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7720,7 +7721,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "parity-scale-codec", "sp-api", @@ -7732,7 +7733,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7743,7 +7744,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "parity-scale-codec", "sp-api", @@ -7755,7 +7756,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7772,7 +7773,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "serde", "serde_json", @@ -7781,7 +7782,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7807,7 +7808,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "parity-scale-codec", "sp-api", @@ -7821,7 +7822,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "merlin", "parity-scale-codec", @@ -7840,7 +7841,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7849,7 +7850,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -7861,7 +7862,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "base58", "blake2-rfc", @@ -7905,7 +7906,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -7914,7 +7915,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -7924,7 +7925,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "environmental", "parity-scale-codec", @@ -7935,7 +7936,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "finality-grandpa", "log 0.4.11", @@ -7951,7 +7952,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7961,7 +7962,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "derive_more 0.99.9", "parity-scale-codec", @@ -7973,7 +7974,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "futures 0.3.5", "hash-db", @@ -7994,7 +7995,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "lazy_static", "sp-core", @@ -8005,7 +8006,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "parity-scale-codec", "serde", @@ -8017,7 +8018,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -8028,7 +8029,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "sp-api", "sp-core", @@ -8038,7 +8039,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "backtrace", "log 0.4.11", @@ -8047,7 +8048,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "serde", "sp-core", @@ -8056,7 +8057,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "either", "hash256-std-hasher", @@ -8078,7 +8079,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "parity-scale-codec", "primitive-types", @@ -8093,7 +8094,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "Inflector", "proc-macro-crate", @@ -8105,7 +8106,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "serde", "serde_json", @@ -8114,7 +8115,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "parity-scale-codec", "sp-api", @@ -8127,7 +8128,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8137,7 +8138,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "hash-db", "itertools 0.9.0", @@ -8158,12 +8159,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" [[package]] name = "sp-storage" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "impl-serde 0.2.3", "ref-cast", @@ -8175,7 +8176,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8189,7 +8190,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "log 0.4.11", "rental", @@ -8199,7 +8200,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -8214,7 +8215,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "hash-db", "memory-db", @@ -8228,7 +8229,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "futures 0.3.5", "futures-core", @@ -8240,7 +8241,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "impl-serde 0.2.3", "parity-scale-codec", @@ -8252,7 +8253,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8383,7 +8384,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "chrono", "console_error_panic_hook", @@ -8409,7 +8410,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "platforms", ] @@ -8417,7 +8418,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -8440,7 +8441,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "async-std", "derive_more 0.99.9", @@ -8454,7 +8455,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -8480,7 +8481,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "cfg-if", "frame-executive", @@ -8520,7 +8521,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "futures 0.3.5", "parity-scale-codec", @@ -8541,7 +8542,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "futures 0.3.5", "substrate-test-utils-derive", @@ -8551,7 +8552,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" dependencies = [ "proc-macro-crate", "quote 1.0.7", @@ -8561,13 +8562,13 @@ dependencies = [ [[package]] name = "substrate-wasm-builder-runner" version = "1.0.6" -source = "git+https://github.com/paritytech/substrate#cd3b62b74aa416028bb654543b96856f5846e3a7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2a965994514ab35d3893e9260245f2947fd1981cdd4fffd2c6e6d1a9ce02e6a" [[package]] name = "substrate-wasm-builder-runner" version = "1.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2a965994514ab35d3893e9260245f2947fd1981cdd4fffd2c6e6d1a9ce02e6a" +source = "git+https://github.com/paritytech/substrate#488b7c7286d4ca9cedd047a5e2c2381736a3f088" [[package]] name = "subtle" diff --git a/polkadot/node/service/src/lib.rs b/polkadot/node/service/src/lib.rs index 01b1a24090..0489cde65b 100644 --- a/polkadot/node/service/src/lib.rs +++ b/polkadot/node/service/src/lib.rs @@ -33,6 +33,7 @@ use polkadot_subsystem::DummySubsystem; use polkadot_node_core_proposer::ProposerFactory; use sp_trie::PrefixedMemoryDB; use sp_core::traits::SpawnNamed; +use sc_client_api::ExecutorProvider; pub use service::{ Role, PruningMode, TransactionPoolOptions, Error, RuntimeGenesis, TFullClient, TLightClient, TFullBackend, TLightBackend, TFullCallExecutor, TLightCallExecutor, @@ -225,6 +226,7 @@ fn new_partial(config: &mut Configuration) -> Result< inherent_data_providers.clone(), &task_manager.spawn_handle(), config.prometheus_registry(), + consensus_common::CanAuthorWithNativeVersion::new(client.executor().clone()), )?; let justification_stream = grandpa_link.justification_stream(); @@ -319,7 +321,6 @@ fn new_full( RuntimeApiCollection>, Executor: NativeExecutionDispatch + 'static, { - use sc_client_api::ExecutorProvider; use sp_core::traits::BareCryptoStorePtr; let is_collator = collating_for.is_some(); @@ -576,6 +577,7 @@ fn new_light(mut config: Configuration) -> Result(config: &mut Configuration, test: bool) inherent_data_providers.clone(), &task_manager.spawn_handle(), config.prometheus_registry(), + consensus_common::CanAuthorWithNativeVersion::new(client.executor().clone()), )?; let justification_stream = grandpa_link.justification_stream(); @@ -266,7 +268,6 @@ pub fn new_full( Executor: NativeExecutionDispatch + 'static, { use sc_network::Event; - use sc_client_api::ExecutorProvider; use futures::stream::StreamExt; use sp_core::traits::BareCryptoStorePtr; @@ -615,6 +616,7 @@ fn new_light(mut config: Configuration) -> Result<(TaskManage inherent_data_providers.clone(), &task_manager.spawn_handle(), config.prometheus_registry(), + consensus_common::NeverCanAuthor, )?; let finality_proof_provider =