From 93e984a5ea0ea9d9f501eb77d028982549dc3b31 Mon Sep 17 00:00:00 2001 From: Davide Galassi Date: Thu, 23 Mar 2023 15:39:37 +0100 Subject: [PATCH 1/2] Rename 'AppKey' to 'AppCrypto' --- polkadot-parachain/src/service.rs | 45 ++++++++++++++++--------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/polkadot-parachain/src/service.rs b/polkadot-parachain/src/service.rs index b83a3f84fc8..ee5ae0572a8 100644 --- a/polkadot-parachain/src/service.rs +++ b/polkadot-parachain/src/service.rs @@ -51,7 +51,7 @@ use sp_api::{ApiExt, ConstructRuntimeApi}; use sp_consensus_aura::AuraApi; use sp_keystore::KeystorePtr; use sp_runtime::{ - app_crypto::AppKey, + app_crypto::AppCrypto, traits::{BlakeTwo256, Header as HeaderT}, }; use std::{marker::PhantomData, sync::Arc, time::Duration}; @@ -1042,7 +1042,7 @@ where } /// Build the import queue for Statemint and other Aura-based runtimes. -pub fn aura_build_import_queue( +pub fn aura_build_import_queue( client: Arc>, block_import: ParachainBlockImport, config: &Configuration, @@ -1059,9 +1059,9 @@ where StateBackend = sc_client_api::StateBackendFor, > + sp_offchain::OffchainWorkerApi + sp_block_builder::BlockBuilder - + sp_consensus_aura::AuraApi::Pair as Pair>::Public>, + + sp_consensus_aura::AuraApi::Pair as Pair>::Public>, sc_client_api::StateBackendFor: sp_api::StateBackend, - <::Pair as Pair>::Signature: + <::Pair as Pair>::Signature: TryFrom> + std::hash::Hash + sp_runtime::traits::Member + Codec, { let client2 = client.clone(); @@ -1069,25 +1069,26 @@ where let aura_verifier = move || { let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client2).unwrap(); - Box::new( - cumulus_client_consensus_aura::build_verifier::<::Pair, _, _, _>( - cumulus_client_consensus_aura::BuildVerifierParams { - client: client2.clone(), - create_inherent_data_providers: move |_, _| async move { - let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); - - let slot = + Box::new(cumulus_client_consensus_aura::build_verifier::< + ::Pair, + _, + _, + _, + >(cumulus_client_consensus_aura::BuildVerifierParams { + client: client2.clone(), + create_inherent_data_providers: move |_, _| async move { + let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); + + let slot = sp_consensus_aura::inherents::InherentDataProvider::from_timestamp_and_slot_duration( *timestamp, slot_duration, ); - Ok((slot, timestamp)) - }, - telemetry: telemetry_handle, - }, - ), - ) as Box<_> + Ok((slot, timestamp)) + }, + telemetry: telemetry_handle, + })) as Box<_> }; let relay_chain_verifier = @@ -1108,7 +1109,7 @@ where /// Start an aura powered parachain node. /// (collective-polkadot and statemine/t use this) -pub async fn start_generic_aura_node( +pub async fn start_generic_aura_node( parachain_config: Configuration, polkadot_config: Configuration, collator_options: CollatorOptions, @@ -1126,11 +1127,11 @@ where > + sp_offchain::OffchainWorkerApi + sp_block_builder::BlockBuilder + cumulus_primitives_core::CollectCollationInfo - + sp_consensus_aura::AuraApi::Pair as Pair>::Public> + + sp_consensus_aura::AuraApi::Pair as Pair>::Public> + pallet_transaction_payment_rpc::TransactionPaymentRuntimeApi + frame_rpc_system::AccountNonceApi, sc_client_api::StateBackendFor: sp_api::StateBackend, - <::Pair as Pair>::Signature: + <::Pair as Pair>::Signature: TryFrom> + std::hash::Hash + sp_runtime::traits::Member + Codec, { start_node_impl::( @@ -1170,7 +1171,7 @@ where telemetry2.clone(), ); - AuraConsensus::build::<::Pair, _, _, _, _, _, _>( + AuraConsensus::build::<::Pair, _, _, _, _, _, _>( BuildAuraConsensusParams { proposer_factory, create_inherent_data_providers: From b8406db008f69cdf4af91a969f7f1305f2cf4ebd Mon Sep 17 00:00:00 2001 From: parity-processbot <> Date: Fri, 24 Mar 2023 14:43:35 +0000 Subject: [PATCH 2/2] update lockfile for {"substrate", "polkadot"} --- Cargo.lock | 512 ++++++++++++++++++++++++++--------------------------- 1 file changed, 256 insertions(+), 256 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3cdd9012901..ee40e8458b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -529,7 +529,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "hash-db", "log", @@ -3331,7 +3331,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "parity-scale-codec", ] @@ -3354,7 +3354,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-support", "frame-support-procedural", @@ -3379,7 +3379,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3426,7 +3426,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3437,7 +3437,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3454,7 +3454,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-support", "frame-system", @@ -3483,7 +3483,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "futures", "log", @@ -3499,7 +3499,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "bitflags 1.3.2", "environmental", @@ -3532,7 +3532,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "Inflector", "cfg-expr", @@ -3547,7 +3547,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3559,7 +3559,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "proc-macro2", "quote", @@ -3569,7 +3569,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-support", "log", @@ -3587,7 +3587,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -3602,7 +3602,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "parity-scale-codec", "sp-api", @@ -3611,7 +3611,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-support", "parity-scale-codec", @@ -4574,7 +4574,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "bitvec", "frame-benchmarking", @@ -4672,7 +4672,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "frame-support", "polkadot-primitives", @@ -5514,7 +5514,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "futures", "log", @@ -5533,7 +5533,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "anyhow", "jsonrpsee", @@ -6022,7 +6022,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "array-bytes 4.2.0", "frame-benchmarking", @@ -6043,7 +6043,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6061,7 +6061,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6076,7 +6076,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-support", "frame-system", @@ -6092,7 +6092,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-support", "frame-system", @@ -6108,7 +6108,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-support", "frame-system", @@ -6122,7 +6122,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6146,7 +6146,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6166,7 +6166,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6181,7 +6181,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-support", "frame-system", @@ -6200,7 +6200,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree", @@ -6224,7 +6224,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6242,7 +6242,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6286,7 +6286,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6303,7 +6303,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "bitflags 1.3.2", "environmental", @@ -6333,7 +6333,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -6346,7 +6346,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "proc-macro2", "quote", @@ -6356,7 +6356,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6373,7 +6373,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6391,7 +6391,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6414,7 +6414,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6427,7 +6427,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6445,7 +6445,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6463,7 +6463,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6486,7 +6486,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6502,7 +6502,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6522,7 +6522,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6539,7 +6539,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-support", "frame-system", @@ -6553,7 +6553,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6570,7 +6570,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6587,7 +6587,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6603,7 +6603,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6621,7 +6621,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-support", "pallet-nfts", @@ -6632,7 +6632,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6648,7 +6648,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-support", "frame-system", @@ -6665,7 +6665,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6685,7 +6685,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6696,7 +6696,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-support", "frame-system", @@ -6713,7 +6713,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6737,7 +6737,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6754,7 +6754,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6769,7 +6769,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6787,7 +6787,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6802,7 +6802,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6821,7 +6821,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6838,7 +6838,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-support", "frame-system", @@ -6859,7 +6859,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6875,7 +6875,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-support", "frame-system", @@ -6889,7 +6889,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6912,7 +6912,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6923,7 +6923,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "log", "sp-arithmetic", @@ -6932,7 +6932,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "parity-scale-codec", "sp-api", @@ -6941,7 +6941,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6958,7 +6958,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-support", "frame-system", @@ -6987,7 +6987,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7005,7 +7005,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7024,7 +7024,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-support", "frame-system", @@ -7040,7 +7040,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7056,7 +7056,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7068,7 +7068,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7085,7 +7085,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7100,7 +7100,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7116,7 +7116,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7131,7 +7131,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-benchmarking", "frame-support", @@ -7146,7 +7146,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -7167,7 +7167,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "frame-benchmarking", "frame-support", @@ -7709,7 +7709,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "futures", "polkadot-node-metrics", @@ -7724,7 +7724,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7738,7 +7738,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "derive_more", "fatality", @@ -7761,7 +7761,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "fatality", "futures", @@ -7782,7 +7782,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "clap 4.1.11", "frame-benchmarking-cli", @@ -7810,7 +7810,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "async-trait", "frame-benchmarking", @@ -7853,7 +7853,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "always-assert", "bitvec", @@ -7875,7 +7875,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "parity-scale-codec", "scale-info", @@ -7887,7 +7887,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "derive_more", "fatality", @@ -7912,7 +7912,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7926,7 +7926,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "futures", "futures-timer", @@ -7946,7 +7946,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "always-assert", "async-trait", @@ -7969,7 +7969,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "futures", "parity-scale-codec", @@ -7987,7 +7987,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "bitvec", "derive_more", @@ -8016,7 +8016,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "bitvec", "futures", @@ -8037,7 +8037,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "bitvec", "fatality", @@ -8056,7 +8056,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "futures", "polkadot-node-subsystem", @@ -8071,7 +8071,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "async-trait", "futures", @@ -8091,7 +8091,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "futures", "polkadot-node-metrics", @@ -8106,7 +8106,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "futures", "futures-timer", @@ -8123,7 +8123,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "fatality", "futures", @@ -8142,7 +8142,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "async-trait", "futures", @@ -8159,7 +8159,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "bitvec", "fatality", @@ -8177,7 +8177,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "always-assert", "assert_matches", @@ -8213,7 +8213,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "futures", "polkadot-node-primitives", @@ -8229,7 +8229,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "futures", "lru 0.9.0", @@ -8244,7 +8244,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "lazy_static", "log", @@ -8262,7 +8262,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "bs58", "futures", @@ -8281,7 +8281,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "async-trait", "derive_more", @@ -8303,7 +8303,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "bounded-vec", "futures", @@ -8326,7 +8326,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -8336,7 +8336,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "async-trait", "futures", @@ -8354,7 +8354,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "async-trait", "derive_more", @@ -8377,7 +8377,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "async-trait", "derive_more", @@ -8410,7 +8410,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "async-trait", "futures", @@ -8433,7 +8433,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "bounded-collections", "derive_more", @@ -8530,7 +8530,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -8546,7 +8546,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "bitvec", "hex-literal", @@ -8572,7 +8572,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -8604,7 +8604,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "bitvec", "frame-benchmarking", @@ -8698,7 +8698,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "bitvec", "frame-benchmarking", @@ -8744,7 +8744,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "frame-support", "polkadot-primitives", @@ -8758,7 +8758,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "bs58", "parity-scale-codec", @@ -8770,7 +8770,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -8814,7 +8814,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "async-trait", "frame-benchmarking-cli", @@ -8924,7 +8924,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8945,7 +8945,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8955,7 +8955,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8980,7 +8980,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "bitvec", "frame-election-provider-support", @@ -9041,7 +9041,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "frame-benchmarking", "frame-system", @@ -9777,7 +9777,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -9863,7 +9863,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "frame-support", "polkadot-primitives", @@ -10096,7 +10096,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "log", "sp-core", @@ -10107,7 +10107,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "async-trait", "futures", @@ -10135,7 +10135,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "futures", "futures-timer", @@ -10158,7 +10158,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -10173,7 +10173,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10192,7 +10192,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10203,7 +10203,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -10243,7 +10243,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "fnv", "futures", @@ -10269,7 +10269,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "hash-db", "kvdb", @@ -10295,7 +10295,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "async-trait", "futures", @@ -10320,7 +10320,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "async-trait", "futures", @@ -10349,7 +10349,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "async-trait", "fork-tree", @@ -10388,7 +10388,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "futures", "jsonrpsee", @@ -10410,7 +10410,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10445,7 +10445,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "futures", "jsonrpsee", @@ -10464,7 +10464,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10477,7 +10477,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "ahash 0.8.2", "array-bytes 4.2.0", @@ -10517,7 +10517,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "finality-grandpa", "futures", @@ -10537,7 +10537,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "async-trait", "futures", @@ -10560,7 +10560,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -10584,7 +10584,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -10597,7 +10597,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "log", "sc-allocator", @@ -10610,7 +10610,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "anyhow", "cfg-if", @@ -10628,7 +10628,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "ansi_term", "futures", @@ -10644,7 +10644,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10659,7 +10659,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -10703,7 +10703,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "cid", "futures", @@ -10723,7 +10723,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10751,7 +10751,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "ahash 0.8.2", "futures", @@ -10770,7 +10770,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10792,7 +10792,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10826,7 +10826,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10846,7 +10846,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -10877,7 +10877,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "futures", "libp2p", @@ -10890,7 +10890,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10899,7 +10899,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "futures", "jsonrpsee", @@ -10929,7 +10929,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10948,7 +10948,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "http", "jsonrpsee", @@ -10963,7 +10963,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10989,7 +10989,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "async-trait", "directories", @@ -11055,7 +11055,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "log", "parity-scale-codec", @@ -11066,7 +11066,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "clap 4.1.11", "fs4", @@ -11082,7 +11082,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11101,7 +11101,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "futures", "libc", @@ -11120,7 +11120,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "chrono", "futures", @@ -11139,7 +11139,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "ansi_term", "atty", @@ -11170,7 +11170,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11181,7 +11181,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "async-trait", "futures", @@ -11208,7 +11208,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "async-trait", "futures", @@ -11222,7 +11222,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "async-channel", "futures", @@ -11703,7 +11703,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "enumn", "parity-scale-codec", @@ -11780,7 +11780,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "hash-db", "log", @@ -11798,7 +11798,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "Inflector", "blake2", @@ -11812,7 +11812,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "parity-scale-codec", "scale-info", @@ -11825,7 +11825,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "integer-sqrt", "num-traits", @@ -11839,7 +11839,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "parity-scale-codec", "scale-info", @@ -11852,7 +11852,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "parity-scale-codec", "sp-api", @@ -11864,7 +11864,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "futures", "log", @@ -11882,7 +11882,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "async-trait", "futures", @@ -11897,7 +11897,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "async-trait", "parity-scale-codec", @@ -11915,7 +11915,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "async-trait", "merlin", @@ -11938,7 +11938,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11957,7 +11957,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "finality-grandpa", "log", @@ -11975,7 +11975,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "parity-scale-codec", "scale-info", @@ -11987,7 +11987,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "parity-scale-codec", "scale-info", @@ -12000,7 +12000,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "array-bytes 4.2.0", "base58", @@ -12043,7 +12043,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "blake2b_simd", "byteorder", @@ -12057,7 +12057,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "proc-macro2", "quote", @@ -12068,7 +12068,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12077,7 +12077,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "proc-macro2", "quote", @@ -12087,7 +12087,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "environmental", "parity-scale-codec", @@ -12098,7 +12098,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -12113,7 +12113,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "bytes", "ed25519", @@ -12138,7 +12138,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "lazy_static", "sp-core", @@ -12149,7 +12149,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "futures", "merlin", @@ -12165,7 +12165,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "thiserror", "zstd", @@ -12174,7 +12174,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -12192,7 +12192,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "parity-scale-codec", "scale-info", @@ -12206,7 +12206,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "sp-api", "sp-core", @@ -12216,7 +12216,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "backtrace", "lazy_static", @@ -12226,7 +12226,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "rustc-hash", "serde", @@ -12236,7 +12236,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "either", "hash256-std-hasher", @@ -12258,7 +12258,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -12276,7 +12276,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "Inflector", "proc-macro-crate", @@ -12288,7 +12288,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "serde", "serde_json", @@ -12297,7 +12297,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "parity-scale-codec", "scale-info", @@ -12311,7 +12311,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "parity-scale-codec", "scale-info", @@ -12323,7 +12323,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "hash-db", "log", @@ -12343,12 +12343,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12361,7 +12361,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "async-trait", "futures-timer", @@ -12376,7 +12376,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "parity-scale-codec", "sp-std", @@ -12388,7 +12388,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "sp-api", "sp-runtime", @@ -12397,7 +12397,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "async-trait", "log", @@ -12413,7 +12413,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "ahash 0.8.2", "hash-db", @@ -12436,7 +12436,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12453,7 +12453,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12464,7 +12464,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -12478,7 +12478,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "parity-scale-codec", "scale-info", @@ -12802,7 +12802,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "platforms", ] @@ -12810,7 +12810,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12829,7 +12829,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "hyper", "log", @@ -12841,7 +12841,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "async-trait", "jsonrpsee", @@ -12854,7 +12854,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "jsonrpsee", "log", @@ -12873,7 +12873,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -12899,7 +12899,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12909,7 +12909,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12920,7 +12920,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "ansi_term", "build-helper", @@ -13036,7 +13036,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "frame-support", "polkadot-primitives", @@ -13427,7 +13427,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -13438,7 +13438,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "expander 0.0.6", "proc-macro-crate", @@ -13568,7 +13568,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#905861780ee0f6556d915a70a7a49371fc1fad2c" +source = "git+https://github.com/paritytech/substrate?branch=master#bf395c8308c481a9774373e0b0b14bd7a2e4b8d2" dependencies = [ "async-trait", "clap 4.1.11", @@ -14496,7 +14496,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "bitvec", "frame-benchmarking", @@ -14588,7 +14588,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "frame-support", "polkadot-primitives", @@ -15024,7 +15024,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "bounded-collections", "derivative", @@ -15040,7 +15040,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "frame-support", "frame-system", @@ -15061,7 +15061,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "environmental", "frame-benchmarking", @@ -15081,7 +15081,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.9.39" -source = "git+https://github.com/paritytech/polkadot?branch=master#32b91380421d73e979d39f2325e1e0b5e23b83c7" +source = "git+https://github.com/paritytech/polkadot?branch=master#27ddd270c3979fd2a5e2ac6fb3c9d474962c9260" dependencies = [ "Inflector", "proc-macro2",