From 092f0e9149bec13b62ba6cb6db16ad93d5b7e0e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Fri, 4 Dec 2020 23:49:12 +0100 Subject: [PATCH] Update to latest master & master (#260) --- cumulus/Cargo.lock | 362 +++++++++++----------- cumulus/rococo-parachains/src/command.rs | 4 +- cumulus/test/service/src/lib.rs | 1 + cumulus/test/service/tests/integration.rs | 2 +- 4 files changed, 187 insertions(+), 182 deletions(-) diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 2013f417da..2d5536fd98 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -1753,7 +1753,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "parity-scale-codec", ] @@ -1761,7 +1761,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -1779,7 +1779,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "chrono", "frame-benchmarking", @@ -1801,7 +1801,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -1817,7 +1817,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "12.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "parity-scale-codec", "serde", @@ -1828,7 +1828,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "bitflags", "frame-metadata", @@ -1853,7 +1853,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.24", @@ -1864,7 +1864,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1876,7 +1876,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", @@ -1886,7 +1886,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1902,7 +1902,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "parity-scale-codec", "sp-api", @@ -2850,7 +2850,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.8.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "bitvec", "frame-executive", @@ -3002,9 +3002,9 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" [[package]] name = "libp2p" -version = "0.31.1" +version = "0.31.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24966e73cc5624a6cf14b025365f67cb6da436b4d6337ed84d198063ba74451d" +checksum = "724846a3194368fefcac7ebdab12e01b8ac382e3efe399ddbd28851ab34f396f" dependencies = [ "atomic", "bytes 0.5.6", @@ -3040,9 +3040,9 @@ dependencies = [ [[package]] name = "libp2p-core" -version = "0.25.1" +version = "0.25.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d92fab5df60c9705e05750d9ecee6a5af15aed1e3fa86e09fd3dd07ec5dc8e" +checksum = "cc9c96d3a606a696a3a6c0ad3c3352c57bda2082ec9090930f1bd9daf787039f" dependencies = [ "asn1_der", "bs58", @@ -3794,9 +3794,9 @@ checksum = "1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333" [[package]] name = "multistream-select" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46e19fd46149acdd3600780ebaa09f6ae4e7f2ddbafec64aab54cf75aafd1746" +checksum = "dda822043bba2d6da31c4e14041f9794f8fb130a5959289038d0b809d8888614" dependencies = [ "bytes 0.5.6", "futures 0.3.8", @@ -4037,7 +4037,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4053,7 +4053,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4068,7 +4068,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4093,7 +4093,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4107,7 +4107,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4122,7 +4122,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4137,7 +4137,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4151,7 +4151,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4172,7 +4172,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4188,7 +4188,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4207,7 +4207,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4223,7 +4223,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4237,7 +4237,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4252,7 +4252,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4266,7 +4266,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4281,7 +4281,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4296,7 +4296,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4309,7 +4309,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "enumflags2", "frame-support", @@ -4324,7 +4324,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4339,7 +4339,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4359,7 +4359,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4373,7 +4373,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4393,7 +4393,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -4404,7 +4404,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4418,7 +4418,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-benchmarking", "frame-support", @@ -4435,7 +4435,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4452,7 +4452,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4470,7 +4470,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "parity-scale-codec", @@ -4483,7 +4483,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4497,7 +4497,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-support", "frame-system", @@ -4512,7 +4512,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "enumflags2", "frame-support", @@ -4969,7 +4969,7 @@ checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e" [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "futures 0.3.8", "parity-scale-codec", @@ -4984,7 +4984,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "futures 0.3.8", "parity-scale-codec", @@ -5003,7 +5003,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.8.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "frame-benchmarking-cli", "log", @@ -5023,7 +5023,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "futures 0.3.8", "polkadot-node-network-protocol", @@ -5038,7 +5038,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.7.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "parity-scale-codec", "sp-core", @@ -5049,7 +5049,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.8.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -5062,7 +5062,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "async-trait", "futures 0.3.8", @@ -5079,7 +5079,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "futures 0.3.8", "polkadot-erasure-coding", @@ -5096,7 +5096,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -5117,7 +5117,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "bitvec", "futures 0.3.8", @@ -5136,7 +5136,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "futures 0.3.8", "polkadot-node-subsystem", @@ -5152,7 +5152,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-selection" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "futures 0.3.8", "polkadot-node-subsystem", @@ -5167,7 +5167,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "futures 0.3.8", "parity-scale-codec", @@ -5184,7 +5184,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "futures 0.3.8", "polkadot-node-subsystem", @@ -5198,7 +5198,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-proposer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -5222,7 +5222,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "bitvec", "futures 0.3.8", @@ -5238,7 +5238,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "futures 0.3.8", "polkadot-node-subsystem", @@ -5253,7 +5253,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -5264,7 +5264,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "futures 0.3.8", "parity-scale-codec", @@ -5277,7 +5277,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -5301,7 +5301,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "async-trait", "futures 0.3.8", @@ -5324,7 +5324,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "async-trait", "futures 0.3.8", @@ -5348,7 +5348,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "async-trait", "futures 0.3.8", @@ -5366,7 +5366,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.8.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "derive_more 0.99.11", "futures 0.3.8", @@ -5389,7 +5389,7 @@ dependencies = [ [[package]] name = "polkadot-pov-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "futures 0.3.8", "polkadot-node-network-protocol", @@ -5404,7 +5404,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.8.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "bitvec", "frame-system", @@ -5429,7 +5429,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.8.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "jsonrpc-core", "pallet-transaction-payment-rpc", @@ -5459,7 +5459,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.8.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "bitvec", "frame-executive", @@ -5522,7 +5522,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.8.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "bitvec", "frame-support", @@ -5557,7 +5557,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "bitvec", "derive_more 0.99.11", @@ -5593,7 +5593,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.8.3" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "frame-benchmarking", "frame-system-rpc-runtime-api", @@ -5670,7 +5670,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "arrayvec 0.5.2", "futures 0.3.8", @@ -5688,7 +5688,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.8.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -5698,7 +5698,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.8.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -5722,7 +5722,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.8.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "bitvec", "frame-executive", @@ -5776,7 +5776,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.8.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "frame-benchmarking", "frame-system", @@ -5828,7 +5828,7 @@ dependencies = [ [[package]] name = "polkadot-validation" version = "0.8.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "futures 0.3.8", "log", @@ -6567,7 +6567,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.8.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "frame-executive", "frame-support", @@ -6740,7 +6740,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -6768,7 +6768,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -6791,7 +6791,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6808,7 +6808,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6829,7 +6829,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -6840,15 +6840,13 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ - "ansi_term 0.12.1", "atty", "chrono", "fdlimit", "futures 0.3.8", "hex", - "lazy_static", "libp2p", "log", "names", @@ -6885,7 +6883,7 @@ dependencies = [ [[package]] name = "sc-cli-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -6896,7 +6894,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "derive_more 0.99.11", "fnv", @@ -6930,7 +6928,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "blake2-rfc", "hash-db", @@ -6960,7 +6958,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6971,7 +6969,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "derive_more 0.99.11", "fork-tree", @@ -7016,7 +7014,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "derive_more 0.99.11", "futures 0.3.8", @@ -7040,7 +7038,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "fork-tree", "parity-scale-codec", @@ -7053,7 +7051,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -7079,7 +7077,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "log", "sc-client-api", @@ -7093,7 +7091,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "derive_more 0.99.11", "lazy_static", @@ -7122,7 +7120,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "derive_more 0.99.11", "parity-scale-codec", @@ -7138,7 +7136,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "log", "parity-scale-codec", @@ -7153,7 +7151,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "log", "parity-scale-codec", @@ -7171,7 +7169,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "derive_more 0.99.11", "finality-grandpa", @@ -7208,7 +7206,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "derive_more 0.99.11", "finality-grandpa", @@ -7232,7 +7230,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "ansi_term 0.12.1", "futures 0.3.8", @@ -7250,7 +7248,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -7270,7 +7268,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "hash-db", "lazy_static", @@ -7289,7 +7287,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "async-std", "async-trait", @@ -7343,7 +7341,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -7358,7 +7356,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "bytes 0.5.6", "fnv", @@ -7385,7 +7383,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "futures 0.3.8", "libp2p", @@ -7398,7 +7396,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -7407,7 +7405,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "futures 0.3.8", "hash-db", @@ -7421,6 +7419,7 @@ dependencies = [ "sc-executor", "sc-keystore", "sc-rpc-api", + "sc-tracing", "serde_json", "sp-api", "sp-blockchain", @@ -7440,7 +7439,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "derive_more 0.99.11", "futures 0.3.8", @@ -7464,7 +7463,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "futures 0.1.30", "jsonrpc-core", @@ -7482,7 +7481,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "directories 3.0.1", "exit-future 0.2.0", @@ -7546,7 +7545,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "log", "parity-scale-codec", @@ -7561,7 +7560,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -7581,7 +7580,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -7602,11 +7601,15 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ + "ansi_term 0.12.1", "erased-serde", + "lazy_static", "log", + "once_cell", "parking_lot 0.10.2", + "regex", "rustc-hash", "sc-telemetry", "serde", @@ -7615,13 +7618,14 @@ dependencies = [ "sp-tracing", "tracing", "tracing-core", + "tracing-log", "tracing-subscriber", ] [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "derive_more 0.99.11", "futures 0.3.8", @@ -7643,7 +7647,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "futures 0.3.8", "futures-diagnose", @@ -8098,7 +8102,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "log", "sp-core", @@ -8110,7 +8114,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "hash-db", "parity-scale-codec", @@ -8126,7 +8130,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -8138,7 +8142,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "parity-scale-codec", "serde", @@ -8150,7 +8154,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "integer-sqrt", "num-traits 0.2.14", @@ -8163,7 +8167,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "parity-scale-codec", "sp-api", @@ -8175,7 +8179,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8186,7 +8190,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "parity-scale-codec", "sp-api", @@ -8198,7 +8202,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "futures 0.3.8", "log", @@ -8216,7 +8220,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "serde", "serde_json", @@ -8225,7 +8229,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -8265,7 +8269,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "merlin", "parity-scale-codec", @@ -8285,7 +8289,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8294,7 +8298,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8306,7 +8310,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "base58", "blake2-rfc", @@ -8350,7 +8354,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -8359,7 +8363,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", @@ -8369,7 +8373,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "environmental", "parity-scale-codec", @@ -8380,7 +8384,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "finality-grandpa", "log", @@ -8397,7 +8401,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "parity-scale-codec", "parking_lot 0.10.2", @@ -8409,7 +8413,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "futures 0.3.8", "hash-db", @@ -8433,7 +8437,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "lazy_static", "sp-core", @@ -8444,7 +8448,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -8460,7 +8464,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "parity-scale-codec", "serde", @@ -8472,7 +8476,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -8483,7 +8487,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "sp-api", "sp-core", @@ -8493,7 +8497,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "backtrace", ] @@ -8501,7 +8505,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "serde", "sp-core", @@ -8510,7 +8514,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "either", "hash256-std-hasher", @@ -8531,7 +8535,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "parity-scale-codec", "primitive-types", @@ -8547,7 +8551,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "Inflector", "proc-macro-crate", @@ -8559,7 +8563,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "serde", "serde_json", @@ -8568,7 +8572,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "parity-scale-codec", "sp-api", @@ -8581,7 +8585,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8591,7 +8595,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "hash-db", "log", @@ -8613,12 +8617,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8631,7 +8635,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "log", "sp-core", @@ -8657,7 +8661,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8671,7 +8675,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "log", "parity-scale-codec", @@ -8684,7 +8688,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "derive_more 0.99.11", "futures 0.3.8", @@ -8700,7 +8704,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "hash-db", "memory-db", @@ -8714,7 +8718,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "futures 0.3.8", "futures-core", @@ -8726,7 +8730,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8738,7 +8742,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8871,7 +8875,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "platforms", ] @@ -8879,7 +8883,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.8", @@ -8902,7 +8906,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "async-std", "derive_more 0.99.11", @@ -8916,7 +8920,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f884296f7436916909025f8b43c4bbf3e60e4c60" +source = "git+https://github.com/paritytech/substrate?branch=master#39278096356942a087213b0f21c976ac100cb8f8" dependencies = [ "futures 0.1.30", "futures 0.3.8", @@ -10231,7 +10235,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.8.26" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "bitvec", "frame-executive", @@ -10371,7 +10375,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.8.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#550d84a8fccb491130160bd16a6b6a4657b7090a" +source = "git+https://github.com/paritytech/polkadot?branch=master#d72570266223d2ace38a777cad785b63b7fc485b" dependencies = [ "parity-scale-codec", ] diff --git a/cumulus/rococo-parachains/src/command.rs b/cumulus/rococo-parachains/src/command.rs index f87544b6cb..61299b9589 100644 --- a/cumulus/rococo-parachains/src/command.rs +++ b/cumulus/rococo-parachains/src/command.rs @@ -217,7 +217,7 @@ pub fn run() -> Result<()> { }) } Some(Subcommand::ExportGenesisState(params)) => { - sc_cli::init_logger("", sc_tracing::TracingReceiver::Log, None)?; + sc_cli::init_logger("", sc_tracing::TracingReceiver::Log, None, false)?; let block: Block = generate_genesis_block(&load_spec( ¶ms.chain.clone().unwrap_or_default(), @@ -239,7 +239,7 @@ pub fn run() -> Result<()> { Ok(()) } Some(Subcommand::ExportGenesisWasm(params)) => { - sc_cli::init_logger("", sc_tracing::TracingReceiver::Log, None)?; + sc_cli::init_logger("", sc_tracing::TracingReceiver::Log, None, false)?; let raw_wasm_blob = extract_genesis_wasm(&cli.load_spec(¶ms.chain.clone().unwrap_or_default())?)?; diff --git a/cumulus/test/service/src/lib.rs b/cumulus/test/service/src/lib.rs index ae452b6b64..34c970325b 100644 --- a/cumulus/test/service/src/lib.rs +++ b/cumulus/test/service/src/lib.rs @@ -423,6 +423,7 @@ pub fn node_config( base_path: Some(base_path), informant_output_format: Default::default(), wasm_runtime_overrides: None, + disable_log_reloading: false, }) } diff --git a/cumulus/test/service/tests/integration.rs b/cumulus/test/service/tests/integration.rs index aec62ffd97..974acfe19f 100644 --- a/cumulus/test/service/tests/integration.rs +++ b/cumulus/test/service/tests/integration.rs @@ -22,7 +22,7 @@ use substrate_test_runtime_client::AccountKeyring::*; #[substrate_test_utils::test] async fn test_collating_and_non_collator_mode_catching_up(task_executor: TaskExecutor) { - sc_cli::init_logger("", Default::default(), None).expect("Sets up logger"); + sc_cli::init_logger("", Default::default(), None, false).expect("Sets up logger"); let para_id = ParaId::from(100);