From 88e96250f6185500cb20d9a5c124d5c198f9c35d Mon Sep 17 00:00:00 2001 From: Jegor Sidorenko Date: Sat, 21 Jan 2023 15:50:18 +0100 Subject: [PATCH 1/7] Companion for #13158 --- .../runtimes/assets/westmint/src/weights/pallet_nfts.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/parachains/runtimes/assets/westmint/src/weights/pallet_nfts.rs b/parachains/runtimes/assets/westmint/src/weights/pallet_nfts.rs index e4864b8196b..b22b220f816 100644 --- a/parachains/runtimes/assets/westmint/src/weights/pallet_nfts.rs +++ b/parachains/runtimes/assets/westmint/src/weights/pallet_nfts.rs @@ -423,4 +423,10 @@ impl pallet_nfts::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(11)) } + fn mint_pre_signed() -> Weight { + // Minimum execution time: 87_000 nanoseconds. + Weight::from_ref_time(90_000_000) + .saturating_add(T::DbWeight::get().reads(8)) + .saturating_add(T::DbWeight::get().writes(11)) + } } From 98a06a94be7cad08b80e3d0f76d7ca23042b89fa Mon Sep 17 00:00:00 2001 From: Jegor Sidorenko Date: Sat, 21 Jan 2023 16:12:53 +0100 Subject: [PATCH 2/7] Update values --- .../assets/westmint/src/weights/pallet_nfts.rs | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/parachains/runtimes/assets/westmint/src/weights/pallet_nfts.rs b/parachains/runtimes/assets/westmint/src/weights/pallet_nfts.rs index b22b220f816..a1fa17504c4 100644 --- a/parachains/runtimes/assets/westmint/src/weights/pallet_nfts.rs +++ b/parachains/runtimes/assets/westmint/src/weights/pallet_nfts.rs @@ -423,10 +423,17 @@ impl pallet_nfts::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(11)) } + // Storage: Nfts Collection (r:1 w:1) + // Storage: Nfts CollectionConfigOf (r:1 w:0) + // Storage: Nfts Item (r:1 w:1) + // Storage: Nfts ItemConfigOf (r:1 w:1) + // Storage: System Account (r:1 w:1) + // Storage: Nfts ItemMetadataOf (r:1 w:1) + // Storage: Nfts Account (r:0 w:1) fn mint_pre_signed() -> Weight { - // Minimum execution time: 87_000 nanoseconds. - Weight::from_ref_time(90_000_000) - .saturating_add(T::DbWeight::get().reads(8)) - .saturating_add(T::DbWeight::get().writes(11)) + // Minimum execution time: 125_160 nanoseconds. + Weight::from_ref_time(126_581_000) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().writes(6)) } } From 0a4b464bed45e7ac84a14c5f7b5fcdc7defda6dc Mon Sep 17 00:00:00 2001 From: Jegor Sidorenko Date: Tue, 31 Jan 2023 16:49:34 +0200 Subject: [PATCH 3/7] Add MaxAttributesPerCall --- parachains/runtimes/assets/westmint/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/parachains/runtimes/assets/westmint/src/lib.rs b/parachains/runtimes/assets/westmint/src/lib.rs index 6d2dad5f6c3..764d899d866 100644 --- a/parachains/runtimes/assets/westmint/src/lib.rs +++ b/parachains/runtimes/assets/westmint/src/lib.rs @@ -594,6 +594,7 @@ impl pallet_nfts::Config for Runtime { type ItemAttributesApprovalsLimit = ConstU32<30>; type MaxTips = ConstU32<10>; type MaxDeadlineDuration = NftsMaxDeadlineDuration; + type MaxAttributesPerCall = ConstU32<10>; type Features = NftsPalletFeatures; type WeightInfo = weights::pallet_nfts::WeightInfo; #[cfg(feature = "runtime-benchmarks")] From 62fa3de269e3d3ae565b37e61a08b966a8c985f4 Mon Sep 17 00:00:00 2001 From: Jegor Sidorenko Date: Tue, 31 Jan 2023 18:30:44 +0200 Subject: [PATCH 4/7] Update weights --- .../westmint/src/weights/pallet_nfts.rs | 42 +++++++++++++------ 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/parachains/runtimes/assets/westmint/src/weights/pallet_nfts.rs b/parachains/runtimes/assets/westmint/src/weights/pallet_nfts.rs index a1fa17504c4..10a5627eaea 100644 --- a/parachains/runtimes/assets/westmint/src/weights/pallet_nfts.rs +++ b/parachains/runtimes/assets/westmint/src/weights/pallet_nfts.rs @@ -423,17 +423,35 @@ impl pallet_nfts::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(11)) } - // Storage: Nfts Collection (r:1 w:1) - // Storage: Nfts CollectionConfigOf (r:1 w:0) - // Storage: Nfts Item (r:1 w:1) - // Storage: Nfts ItemConfigOf (r:1 w:1) - // Storage: System Account (r:1 w:1) - // Storage: Nfts ItemMetadataOf (r:1 w:1) - // Storage: Nfts Account (r:0 w:1) - fn mint_pre_signed() -> Weight { - // Minimum execution time: 125_160 nanoseconds. - Weight::from_ref_time(126_581_000) - .saturating_add(T::DbWeight::get().reads(6)) - .saturating_add(T::DbWeight::get().writes(6)) + /// Storage: Nfts Collection (r:1 w:1) + /// Proof: Nfts Collection (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen) + /// Storage: Nfts CollectionConfigOf (r:1 w:0) + /// Proof: Nfts CollectionConfigOf (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) + /// Storage: Nfts Item (r:1 w:1) + /// Proof: Nfts Item (max_values: None, max_size: Some(861), added: 3336, mode: MaxEncodedLen) + /// Storage: Nfts ItemConfigOf (r:1 w:1) + /// Proof: Nfts ItemConfigOf (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Nfts Attribute (r:10 w:10) + /// Proof: Nfts Attribute (max_values: None, max_size: Some(446), added: 2921, mode: MaxEncodedLen) + /// Storage: Nfts ItemMetadataOf (r:1 w:1) + /// Proof: Nfts ItemMetadataOf (max_values: None, max_size: Some(140), added: 2615, mode: MaxEncodedLen) + /// Storage: Nfts Account (r:0 w:1) + /// Proof: Nfts Account (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen) + /// The range of component `n` is `[0, 10]`. + fn mint_pre_signed(n: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `596` + // Estimated: `16180 + n * (2921 ±0)` + // Minimum execution time: 124_354 nanoseconds. + Weight::from_parts(133_779_491, 16180) + // Standard Error: 38_452 + .saturating_add(Weight::from_ref_time(25_110_697).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads(6_u64)) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) + .saturating_add(T::DbWeight::get().writes(6_u64)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) + .saturating_add(Weight::from_proof_size(2921).saturating_mul(n.into())) } } From eba661083db0fe2f15db149d189c80a320f92b41 Mon Sep 17 00:00:00 2001 From: Jegor Sidorenko Date: Mon, 6 Feb 2023 11:20:08 +0200 Subject: [PATCH 5/7] Apply suggestions --- parachains/runtimes/assets/westmint/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parachains/runtimes/assets/westmint/src/lib.rs b/parachains/runtimes/assets/westmint/src/lib.rs index 764d899d866..c6b5927d85d 100644 --- a/parachains/runtimes/assets/westmint/src/lib.rs +++ b/parachains/runtimes/assets/westmint/src/lib.rs @@ -596,6 +596,8 @@ impl pallet_nfts::Config for Runtime { type MaxDeadlineDuration = NftsMaxDeadlineDuration; type MaxAttributesPerCall = ConstU32<10>; type Features = NftsPalletFeatures; + type OffchainSignature = Signature; + type OffchainPublic = ::Signer; type WeightInfo = weights::pallet_nfts::WeightInfo; #[cfg(feature = "runtime-benchmarks")] type Helper = (); From ea5306349b87b6e156f6320b9c2b33d4c8a9f26b Mon Sep 17 00:00:00 2001 From: Jegor Sidorenko Date: Mon, 6 Feb 2023 14:08:18 +0200 Subject: [PATCH 6/7] Fix imports --- parachains/runtimes/assets/westmint/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parachains/runtimes/assets/westmint/src/lib.rs b/parachains/runtimes/assets/westmint/src/lib.rs index c6b5927d85d..67e34f75c37 100644 --- a/parachains/runtimes/assets/westmint/src/lib.rs +++ b/parachains/runtimes/assets/westmint/src/lib.rs @@ -33,7 +33,7 @@ use sp_api::impl_runtime_apis; use sp_core::{crypto::KeyTypeId, OpaqueMetadata}; use sp_runtime::{ create_runtime_str, generic, impl_opaque_keys, - traits::{AccountIdLookup, BlakeTwo256, Block as BlockT, ConvertInto}, + traits::{AccountIdLookup, BlakeTwo256, Block as BlockT, ConvertInto, Verify}, transaction_validity::{TransactionSource, TransactionValidity}, ApplyExtrinsicResult, }; @@ -597,7 +597,7 @@ impl pallet_nfts::Config for Runtime { type MaxAttributesPerCall = ConstU32<10>; type Features = NftsPalletFeatures; type OffchainSignature = Signature; - type OffchainPublic = ::Signer; + type OffchainPublic = ::Signer; type WeightInfo = weights::pallet_nfts::WeightInfo; #[cfg(feature = "runtime-benchmarks")] type Helper = (); From 00263b0188ecd511525788640afed76f197b4b3f Mon Sep 17 00:00:00 2001 From: parity-processbot <> Date: Tue, 14 Feb 2023 08:20:45 +0000 Subject: [PATCH 7/7] update lockfile for {"substrate", "polkadot"} --- Cargo.lock | 377 +++++++++++++++++++++++++++-------------------------- 1 file changed, 189 insertions(+), 188 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e5f639d006..5feafffaf45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -474,7 +474,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -508,7 +508,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "beefy-gadget", "futures", @@ -527,7 +527,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "hash-db", "log", @@ -3231,7 +3231,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "parity-scale-codec", ] @@ -3254,7 +3254,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-support", "frame-support-procedural", @@ -3279,7 +3279,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3326,7 +3326,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3337,7 +3337,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3354,7 +3354,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-support", "frame-system", @@ -3383,7 +3383,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "futures", "log", @@ -3399,7 +3399,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "bitflags", "frame-metadata", @@ -3431,7 +3431,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "Inflector", "cfg-expr", @@ -3446,7 +3446,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3458,7 +3458,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "proc-macro2", "quote", @@ -3468,7 +3468,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-support", "log", @@ -3486,7 +3486,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -3501,7 +3501,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "parity-scale-codec", "sp-api", @@ -3510,7 +3510,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-support", "parity-scale-codec", @@ -5377,7 +5377,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "futures", "log", @@ -5396,7 +5396,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "anyhow", "jsonrpsee", @@ -5894,7 +5894,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "array-bytes 4.2.0", "frame-benchmarking", @@ -5915,7 +5915,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -5933,7 +5933,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -5948,7 +5948,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-support", "frame-system", @@ -5964,7 +5964,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-support", "frame-system", @@ -5980,7 +5980,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-support", "frame-system", @@ -5994,7 +5994,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6018,7 +6018,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6038,7 +6038,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6053,7 +6053,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-support", "frame-system", @@ -6069,7 +6069,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree", @@ -6093,7 +6093,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6111,7 +6111,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6155,7 +6155,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6172,7 +6172,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "bitflags", "frame-benchmarking", @@ -6201,7 +6201,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "bitflags", "parity-scale-codec", @@ -6214,7 +6214,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "proc-macro2", "quote", @@ -6224,7 +6224,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6241,7 +6241,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6259,7 +6259,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6282,7 +6282,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6295,7 +6295,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6313,7 +6313,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6331,7 +6331,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6354,7 +6354,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6370,7 +6370,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6390,7 +6390,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6407,7 +6407,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-support", "frame-system", @@ -6421,7 +6421,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6438,7 +6438,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6455,7 +6455,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6471,7 +6471,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6481,6 +6481,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", + "sp-io", "sp-runtime", "sp-std", ] @@ -6488,7 +6489,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6504,7 +6505,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-support", "frame-system", @@ -6521,7 +6522,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6541,7 +6542,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "parity-scale-codec", "sp-api", @@ -6551,7 +6552,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-support", "frame-system", @@ -6568,7 +6569,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6592,7 +6593,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6609,7 +6610,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6624,7 +6625,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6642,7 +6643,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6657,7 +6658,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6676,7 +6677,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6693,7 +6694,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-support", "frame-system", @@ -6714,7 +6715,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6730,7 +6731,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-support", "frame-system", @@ -6744,7 +6745,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6767,7 +6768,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6778,7 +6779,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "log", "sp-arithmetic", @@ -6787,7 +6788,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6804,7 +6805,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-support", "frame-system", @@ -6833,7 +6834,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6851,7 +6852,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6870,7 +6871,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-support", "frame-system", @@ -6886,7 +6887,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6902,7 +6903,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6914,7 +6915,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6931,7 +6932,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6946,7 +6947,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6962,7 +6963,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6977,7 +6978,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-benchmarking", "frame-support", @@ -9894,7 +9895,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "log", "sp-core", @@ -9905,7 +9906,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "async-trait", "futures", @@ -9932,7 +9933,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "futures", "futures-timer", @@ -9955,7 +9956,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9971,7 +9972,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9986,7 +9987,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9997,7 +9998,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -10037,7 +10038,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "fnv", "futures", @@ -10063,7 +10064,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "hash-db", "kvdb", @@ -10089,7 +10090,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "async-trait", "futures", @@ -10114,7 +10115,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "async-trait", "futures", @@ -10143,7 +10144,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "async-trait", "fork-tree", @@ -10182,7 +10183,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "futures", "jsonrpsee", @@ -10204,7 +10205,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10217,7 +10218,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "async-trait", "futures", @@ -10240,7 +10241,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -10264,7 +10265,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -10277,7 +10278,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "log", "sc-allocator", @@ -10290,7 +10291,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "anyhow", "cfg-if", @@ -10308,7 +10309,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "ahash 0.8.2", "array-bytes 4.2.0", @@ -10348,7 +10349,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "finality-grandpa", "futures", @@ -10368,7 +10369,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "ansi_term", "futures", @@ -10383,7 +10384,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10398,7 +10399,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10441,7 +10442,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "cid", "futures", @@ -10460,7 +10461,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "async-trait", "bitflags", @@ -10486,7 +10487,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "ahash 0.8.2", "futures", @@ -10504,7 +10505,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10525,7 +10526,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10557,7 +10558,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10576,7 +10577,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -10606,7 +10607,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "futures", "libp2p", @@ -10619,7 +10620,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10628,7 +10629,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "futures", "jsonrpsee", @@ -10658,7 +10659,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10677,7 +10678,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "http", "jsonrpsee", @@ -10692,7 +10693,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10718,7 +10719,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "async-trait", "directories", @@ -10784,7 +10785,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "log", "parity-scale-codec", @@ -10795,7 +10796,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "clap 4.1.4", "futures", @@ -10811,7 +10812,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10830,7 +10831,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "futures", "libc", @@ -10849,7 +10850,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "chrono", "futures", @@ -10868,7 +10869,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "ansi_term", "atty", @@ -10899,7 +10900,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10910,7 +10911,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "async-trait", "futures", @@ -10937,7 +10938,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "async-trait", "futures", @@ -10951,7 +10952,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "backtrace", "futures", @@ -11478,7 +11479,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "hash-db", "log", @@ -11496,7 +11497,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "blake2", "proc-macro-crate", @@ -11508,7 +11509,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "parity-scale-codec", "scale-info", @@ -11521,7 +11522,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "integer-sqrt", "num-traits", @@ -11535,7 +11536,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "parity-scale-codec", "scale-info", @@ -11548,7 +11549,7 @@ dependencies = [ [[package]] name = "sp-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11567,7 +11568,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "parity-scale-codec", "sp-api", @@ -11579,7 +11580,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "futures", "log", @@ -11597,7 +11598,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "async-trait", "futures", @@ -11615,7 +11616,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "async-trait", "parity-scale-codec", @@ -11633,7 +11634,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "async-trait", "merlin", @@ -11656,7 +11657,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "parity-scale-codec", "scale-info", @@ -11668,7 +11669,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "parity-scale-codec", "scale-info", @@ -11681,7 +11682,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "array-bytes 4.2.0", "base58", @@ -11724,7 +11725,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "blake2", "byteorder", @@ -11738,7 +11739,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "proc-macro2", "quote", @@ -11749,7 +11750,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11758,7 +11759,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "proc-macro2", "quote", @@ -11768,7 +11769,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "environmental", "parity-scale-codec", @@ -11779,7 +11780,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "finality-grandpa", "log", @@ -11797,7 +11798,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11812,7 +11813,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "bytes", "ed25519", @@ -11837,7 +11838,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "lazy_static", "sp-core", @@ -11848,7 +11849,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "async-trait", "futures", @@ -11865,7 +11866,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "thiserror", "zstd", @@ -11874,7 +11875,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11892,7 +11893,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "parity-scale-codec", "scale-info", @@ -11906,7 +11907,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "sp-api", "sp-core", @@ -11916,7 +11917,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "backtrace", "lazy_static", @@ -11926,7 +11927,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "rustc-hash", "serde", @@ -11936,7 +11937,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "either", "hash256-std-hasher", @@ -11958,7 +11959,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11976,7 +11977,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "Inflector", "proc-macro-crate", @@ -11988,7 +11989,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "serde", "serde_json", @@ -11997,7 +11998,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12011,7 +12012,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12023,7 +12024,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "hash-db", "log", @@ -12043,12 +12044,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12061,7 +12062,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "async-trait", "futures-timer", @@ -12076,7 +12077,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "parity-scale-codec", "sp-std", @@ -12088,7 +12089,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "sp-api", "sp-runtime", @@ -12097,7 +12098,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "async-trait", "log", @@ -12113,7 +12114,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "ahash 0.8.2", "hash-db", @@ -12136,7 +12137,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12153,7 +12154,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12164,7 +12165,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -12178,7 +12179,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12486,7 +12487,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "platforms", ] @@ -12494,7 +12495,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12513,7 +12514,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "hyper", "log", @@ -12525,7 +12526,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "async-trait", "jsonrpsee", @@ -12538,7 +12539,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "jsonrpsee", "log", @@ -12557,7 +12558,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -12583,7 +12584,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12593,7 +12594,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12604,7 +12605,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "ansi_term", "build-helper", @@ -13253,7 +13254,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#fc49dddda28bbf8dcc1e9c208346cdfb2565501b" +source = "git+https://github.com/paritytech/substrate?branch=master#0ce39208841e519920b57d3ba5a3962188c4c66c" dependencies = [ "clap 4.1.4", "frame-remote-externalities",