From 32501cc14105d95842e795fae7b388cde1f47907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Wed, 17 Mar 2021 15:39:12 +0100 Subject: [PATCH 1/2] Companion for Substrate#8386 https://github.com/paritytech/substrate/pull/8386 --- node/service/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/service/src/lib.rs b/node/service/src/lib.rs index 23c6ae698d11..4e9a90d69d02 100644 --- a/node/service/src/lib.rs +++ b/node/service/src/lib.rs @@ -231,7 +231,7 @@ fn new_partial( babe::BabeLink ), grandpa::SharedVoterState, - u64, // slot-duration + std::time::Duration, // slot-duration Option, ) >, @@ -745,7 +745,7 @@ pub fn new_full( path: config.database.path() .ok_or(Error::DatabasePathRequired)? .join("parachains").join("approval-voting"), - slot_duration_millis: slot_duration, + slot_duration_millis: slot_duration.as_millis() as u64, cache_size: None, // default is fine. }; From 9e6e1c6057db7bf091e321db34e4c3575083c36d Mon Sep 17 00:00:00 2001 From: parity-processbot <> Date: Wed, 17 Mar 2021 23:26:09 +0000 Subject: [PATCH 2/2] "Update Substrate" --- Cargo.lock | 291 +++++++++++++++++++++++++++-------------------------- 1 file changed, 146 insertions(+), 145 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 702d3f7517bc..9c2b9bb7448e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1646,7 +1646,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "parity-scale-codec", ] @@ -1664,7 +1664,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-support", "frame-system", @@ -1683,7 +1683,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "Inflector", "chrono", @@ -1706,7 +1706,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-support", "frame-system", @@ -1719,7 +1719,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-support", "frame-system", @@ -1735,7 +1735,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "parity-scale-codec", "serde", @@ -1746,7 +1746,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "bitflags", "frame-metadata", @@ -1772,7 +1772,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -1784,7 +1784,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -1796,7 +1796,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "proc-macro2", "quote", @@ -1806,7 +1806,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-metadata", "frame-support", @@ -1827,7 +1827,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1844,7 +1844,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-support", @@ -1858,7 +1858,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "parity-scale-codec", "sp-api", @@ -1867,7 +1867,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-support", "parity-scale-codec", @@ -4169,7 +4169,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-support", "frame-system", @@ -4185,7 +4185,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-support", "frame-system", @@ -4200,7 +4200,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-support", @@ -4224,7 +4224,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-support", @@ -4239,7 +4239,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-support", @@ -4254,7 +4254,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-support", @@ -4271,7 +4271,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-support", @@ -4286,7 +4286,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4307,7 +4307,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-support", @@ -4323,7 +4323,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-support", @@ -4345,7 +4345,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4361,7 +4361,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-support", @@ -4381,7 +4381,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-support", @@ -4398,7 +4398,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-support", "frame-system", @@ -4412,7 +4412,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-support", @@ -4428,7 +4428,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-support", "frame-system", @@ -4442,7 +4442,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-support", "frame-system", @@ -4458,7 +4458,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4480,7 +4480,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-support", @@ -4496,7 +4496,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-support", "frame-system", @@ -4509,7 +4509,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "enumflags2", "frame-support", @@ -4524,7 +4524,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-support", @@ -4540,7 +4540,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-support", "frame-system", @@ -4560,7 +4560,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-support", @@ -4576,7 +4576,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-support", "frame-system", @@ -4590,7 +4590,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4614,7 +4614,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -4625,7 +4625,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-support", "frame-system", @@ -4639,7 +4639,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-support", @@ -4658,7 +4658,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-support", @@ -4673,7 +4673,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-support", "frame-system", @@ -4689,7 +4689,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4706,7 +4706,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -4717,7 +4717,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-support", @@ -4733,7 +4733,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-benchmarking", "frame-support", @@ -4749,7 +4749,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6916,7 +6916,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "env_logger 0.8.2", "hex-literal", @@ -7172,7 +7172,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "async-trait", "derive_more", @@ -7200,7 +7200,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -7223,7 +7223,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -7239,7 +7239,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7260,7 +7260,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -7271,7 +7271,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "chrono", "fdlimit", @@ -7309,7 +7309,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "derive_more", "fnv", @@ -7343,7 +7343,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "blake2-rfc", "hash-db", @@ -7373,7 +7373,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "sc-client-api", "sp-blockchain", @@ -7384,7 +7384,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "derive_more", "fork-tree", @@ -7430,7 +7430,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "derive_more", "futures 0.3.12", @@ -7454,7 +7454,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "fork-tree", "parity-scale-codec", @@ -7467,7 +7467,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -7486,6 +7486,7 @@ dependencies = [ "sp-inherents", "sp-runtime", "sp-state-machine", + "sp-timestamp", "sp-trie", "thiserror", ] @@ -7493,7 +7494,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "log", "sc-client-api", @@ -7507,7 +7508,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "derive_more", "lazy_static", @@ -7536,7 +7537,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "derive_more", "parity-scale-codec", @@ -7552,7 +7553,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "log", "parity-scale-codec", @@ -7567,7 +7568,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "log", "parity-scale-codec", @@ -7585,7 +7586,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "derive_more", "dyn-clone", @@ -7624,7 +7625,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "derive_more", "finality-grandpa", @@ -7648,7 +7649,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "derive_more", "futures 0.3.12", @@ -7669,7 +7670,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "ansi_term 0.12.1", "futures 0.3.12", @@ -7687,7 +7688,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "async-trait", "derive_more", @@ -7707,7 +7708,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "hash-db", "lazy_static", @@ -7726,7 +7727,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "async-std", "async-trait", @@ -7779,7 +7780,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -7795,7 +7796,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "bytes 0.5.6", "fnv", @@ -7823,7 +7824,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "futures 0.3.12", "libp2p", @@ -7836,7 +7837,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -7845,7 +7846,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "futures 0.3.12", "hash-db", @@ -7879,7 +7880,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "derive_more", "futures 0.3.12", @@ -7903,7 +7904,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -7921,7 +7922,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "directories", "exit-future", @@ -7984,7 +7985,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "log", "parity-scale-codec", @@ -7999,7 +8000,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8019,7 +8020,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "chrono", "futures 0.3.12", @@ -8039,7 +8040,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8066,7 +8067,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8077,7 +8078,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "derive_more", "futures 0.3.12", @@ -8099,7 +8100,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "futures 0.3.12", "futures-diagnose", @@ -8505,7 +8506,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "log", "sp-core", @@ -8517,7 +8518,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "hash-db", "log", @@ -8534,7 +8535,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -8546,7 +8547,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "parity-scale-codec", "serde", @@ -8558,7 +8559,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "integer-sqrt", "num-traits", @@ -8571,7 +8572,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "parity-scale-codec", "sp-api", @@ -8583,7 +8584,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8594,7 +8595,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "parity-scale-codec", "sp-api", @@ -8606,7 +8607,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "futures 0.3.12", "log", @@ -8624,7 +8625,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "serde", "serde_json", @@ -8633,7 +8634,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "futures 0.3.12", "futures-timer 3.0.2", @@ -8659,7 +8660,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "merlin", "parity-scale-codec", @@ -8680,7 +8681,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -8690,7 +8691,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8702,7 +8703,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "base58", "blake2-rfc", @@ -8746,7 +8747,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -8755,7 +8756,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "proc-macro2", "quote", @@ -8765,7 +8766,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "environmental", "parity-scale-codec", @@ -8776,7 +8777,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "finality-grandpa", "log", @@ -8793,7 +8794,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", @@ -8805,7 +8806,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "futures 0.3.12", "hash-db", @@ -8829,7 +8830,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "lazy_static", "sp-core", @@ -8840,7 +8841,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "async-trait", "derive_more", @@ -8857,7 +8858,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "parity-scale-codec", "serde", @@ -8870,7 +8871,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8881,7 +8882,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "sp-api", "sp-core", @@ -8891,7 +8892,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "backtrace", ] @@ -8899,7 +8900,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "serde", "sp-core", @@ -8908,7 +8909,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "either", "hash256-std-hasher", @@ -8929,7 +8930,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8946,7 +8947,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -8958,7 +8959,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "serde", "serde_json", @@ -8967,7 +8968,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "parity-scale-codec", "sp-api", @@ -8980,7 +8981,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8990,7 +8991,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "hash-db", "log", @@ -9012,12 +9013,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9030,7 +9031,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "log", "sp-core", @@ -9043,7 +9044,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "parity-scale-codec", "sp-api", @@ -9056,7 +9057,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "log", "parity-scale-codec", @@ -9069,7 +9070,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "derive_more", "futures 0.3.12", @@ -9085,7 +9086,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "hash-db", "memory-db", @@ -9099,7 +9100,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "futures 0.3.12", "futures-core", @@ -9111,7 +9112,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9123,7 +9124,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9255,7 +9256,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "chrono", "console_error_panic_hook", @@ -9281,7 +9282,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "platforms", ] @@ -9289,7 +9290,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.12", @@ -9312,7 +9313,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "async-std", "derive_more", @@ -9326,7 +9327,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "futures 0.1.29", "futures 0.3.12", @@ -9354,7 +9355,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "futures 0.3.12", "substrate-test-utils-derive", @@ -9364,7 +9365,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "proc-macro-crate 1.0.0", "quote", @@ -10047,7 +10048,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#c532e0bb319a8bc12b3a3b711f9285a41f0d5ec9" +source = "git+https://github.com/paritytech/substrate#a0161f3b224a0607b351ae23b41621b01126a893" dependencies = [ "frame-try-runtime", "log",