From 7578458b4fffdc89fc9010b008f9dd2bed95ca5e Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Wed, 31 May 2023 19:01:37 +0300 Subject: [PATCH 1/4] Fix docs Signed-off-by: Alexandru Vasile --- .../src/reconnecting_ws_client.rs | 2 +- pallets/parachain-system/src/lib.rs | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/client/relay-chain-rpc-interface/src/reconnecting_ws_client.rs b/client/relay-chain-rpc-interface/src/reconnecting_ws_client.rs index e03525226bc..0d8da9bd3ae 100644 --- a/client/relay-chain-rpc-interface/src/reconnecting_ws_client.rs +++ b/client/relay-chain-rpc-interface/src/reconnecting_ws_client.rs @@ -161,7 +161,7 @@ impl ReconnectingWsClient { } } -/// Worker that should be used in combination with [`RelayChainRpcClient`]. Must be polled to distribute header notifications to listeners. +/// Worker that should be used in combination with [`crate::RelayChainRpcClient`]. Must be polled to distribute header notifications to listeners. struct ReconnectingWebsocketWorker { ws_urls: Vec, /// Communication channel with the RPC client diff --git a/pallets/parachain-system/src/lib.rs b/pallets/parachain-system/src/lib.rs index 5f7e1501570..cbbfc92f60a 100644 --- a/pallets/parachain-system/src/lib.rs +++ b/pallets/parachain-system/src/lib.rs @@ -553,10 +553,8 @@ pub mod pallet { /// In case of a scheduled upgrade, this storage field contains the validation code to be applied. /// - /// As soon as the relay chain gives us the go-ahead signal, we will overwrite the [`:code`][well_known_keys::CODE] + /// As soon as the relay chain gives us the go-ahead signal, we will overwrite the [`:code`][sp_core::storage::well_known_keys::CODE] /// which will result the next block process with the new validation code. This concludes the upgrade process. - /// - /// [well_known_keys::CODE]: sp_core::storage::well_known_keys::CODE #[pallet::storage] #[pallet::getter(fn new_validation_function)] pub(super) type PendingValidationCode = StorageValue<_, Vec, ValueQuery>; @@ -694,7 +692,7 @@ pub mod pallet { /// A custom head data that should be returned as result of `validate_block`. /// - /// See [`Pallet::set_custom_validation_head_data`] for more information. + /// See `Pallet::set_custom_validation_head_data` for more information. #[pallet::storage] pub(super) type CustomValidationHeadData = StorageValue<_, Vec, OptionQuery>; @@ -874,7 +872,7 @@ impl Pallet { /// Process all inbound horizontal messages relayed by the collator. /// - /// This is similar to [`process_inbound_downward_messages`], but works on multiple inbound + /// This is similar to `Pallet::process_inbound_downward_messages`, but works on multiple inbound /// channels. /// /// **Panics** if either any of horizontal messages submitted by the collator was sent from From be78cfc0dfbc671c81b01da17690932cdd6f3a2e Mon Sep 17 00:00:00 2001 From: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> Date: Wed, 31 May 2023 19:33:30 +0300 Subject: [PATCH 2/4] Update client/relay-chain-rpc-interface/src/reconnecting_ws_client.rs Co-authored-by: Davide Galassi --- .../relay-chain-rpc-interface/src/reconnecting_ws_client.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/relay-chain-rpc-interface/src/reconnecting_ws_client.rs b/client/relay-chain-rpc-interface/src/reconnecting_ws_client.rs index 0d8da9bd3ae..803a27d00f6 100644 --- a/client/relay-chain-rpc-interface/src/reconnecting_ws_client.rs +++ b/client/relay-chain-rpc-interface/src/reconnecting_ws_client.rs @@ -161,7 +161,9 @@ impl ReconnectingWsClient { } } -/// Worker that should be used in combination with [`crate::RelayChainRpcClient`]. Must be polled to distribute header notifications to listeners. +/// Worker that should be used in combination with [`crate::RelayChainRpcClient`]. +/// +/// Must be polled to distribute header notifications to listeners. struct ReconnectingWebsocketWorker { ws_urls: Vec, /// Communication channel with the RPC client From 02631b57fa0080c995fdf436805b0e0f107ba3f6 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Thu, 1 Jun 2023 19:18:17 +0300 Subject: [PATCH 3/4] Update cargo.lock with substrate Signed-off-by: Alexandru Vasile --- Cargo.lock | 382 ++++++++++++++++++++++++++--------------------------- 1 file changed, 191 insertions(+), 191 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd32782c006..21f3976bca3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,7 +577,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "hash-db", "log", @@ -3817,7 +3817,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "parity-scale-codec", ] @@ -3840,7 +3840,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-support", "frame-support-procedural", @@ -3865,7 +3865,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3912,7 +3912,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3923,7 +3923,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3940,7 +3940,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-support", "frame-system", @@ -3969,7 +3969,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-recursion", "futures", @@ -3990,7 +3990,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "bitflags", "environmental", @@ -4025,7 +4025,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "Inflector", "cfg-expr", @@ -4042,7 +4042,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -4054,7 +4054,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "proc-macro2", "quote", @@ -4064,7 +4064,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "cfg-if", "frame-support", @@ -4083,7 +4083,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -4098,7 +4098,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "parity-scale-codec", "sp-api", @@ -4107,7 +4107,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-support", "parity-scale-codec", @@ -6222,7 +6222,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "futures", "log", @@ -6241,7 +6241,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "anyhow", "jsonrpsee", @@ -6745,7 +6745,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "array-bytes 4.2.0", "frame-benchmarking", @@ -6766,7 +6766,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -6784,7 +6784,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -6799,7 +6799,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-support", "frame-system", @@ -6815,7 +6815,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-support", "frame-system", @@ -6831,7 +6831,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-support", "frame-system", @@ -6845,7 +6845,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -6869,7 +6869,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6889,7 +6889,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -6904,7 +6904,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-support", "frame-system", @@ -6923,7 +6923,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree", @@ -6947,7 +6947,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7053,7 +7053,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7097,7 +7097,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7114,7 +7114,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "bitflags", "environmental", @@ -7144,7 +7144,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "bitflags", "parity-scale-codec", @@ -7157,7 +7157,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "proc-macro2", "quote", @@ -7167,7 +7167,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7184,7 +7184,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7202,7 +7202,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7225,7 +7225,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7238,7 +7238,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7256,7 +7256,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "docify", "frame-benchmarking", @@ -7275,7 +7275,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "blake2", "frame-benchmarking", @@ -7293,7 +7293,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7316,7 +7316,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7332,7 +7332,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7352,7 +7352,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7369,7 +7369,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-support", "frame-system", @@ -7383,7 +7383,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7400,7 +7400,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7419,7 +7419,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7436,7 +7436,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7452,7 +7452,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7469,7 +7469,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7487,7 +7487,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-support", "pallet-nfts", @@ -7498,7 +7498,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7514,7 +7514,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-support", "frame-system", @@ -7531,7 +7531,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7551,7 +7551,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -7562,7 +7562,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-support", "frame-system", @@ -7579,7 +7579,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7618,7 +7618,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7635,7 +7635,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7650,7 +7650,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7668,7 +7668,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7683,7 +7683,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7702,7 +7702,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7719,7 +7719,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-support", "frame-system", @@ -7740,7 +7740,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7756,7 +7756,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-support", "frame-system", @@ -7770,7 +7770,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7793,7 +7793,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7804,7 +7804,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "log", "sp-arithmetic", @@ -7813,7 +7813,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "parity-scale-codec", "sp-api", @@ -7822,7 +7822,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7839,7 +7839,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7854,7 +7854,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7872,7 +7872,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7891,7 +7891,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-support", "frame-system", @@ -7907,7 +7907,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7923,7 +7923,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7935,7 +7935,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7952,7 +7952,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7967,7 +7967,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7983,7 +7983,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -7998,7 +7998,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-benchmarking", "frame-support", @@ -11163,7 +11163,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "log", "sp-core", @@ -11174,7 +11174,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-trait", "futures", @@ -11203,7 +11203,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "futures", "futures-timer", @@ -11226,7 +11226,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -11241,7 +11241,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -11260,7 +11260,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11271,7 +11271,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -11311,7 +11311,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "fnv", "futures", @@ -11338,7 +11338,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "hash-db", "kvdb", @@ -11364,7 +11364,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-trait", "futures", @@ -11389,7 +11389,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-trait", "futures", @@ -11418,7 +11418,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-trait", "fork-tree", @@ -11454,7 +11454,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "futures", "jsonrpsee", @@ -11476,7 +11476,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -11512,7 +11512,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "futures", "jsonrpsee", @@ -11531,7 +11531,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "fork-tree", "parity-scale-codec", @@ -11544,7 +11544,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "ahash 0.8.2", "array-bytes 4.2.0", @@ -11584,7 +11584,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "finality-grandpa", "futures", @@ -11604,7 +11604,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-trait", "futures", @@ -11627,7 +11627,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "lru 0.10.0", "parity-scale-codec", @@ -11649,7 +11649,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -11661,7 +11661,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "anyhow", "cfg-if", @@ -11679,7 +11679,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "ansi_term", "futures", @@ -11695,7 +11695,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "array-bytes 4.2.0", "parking_lot 0.12.1", @@ -11709,7 +11709,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -11755,7 +11755,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-channel", "cid", @@ -11776,7 +11776,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -11803,7 +11803,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "ahash 0.8.2", "futures", @@ -11821,7 +11821,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -11843,7 +11843,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -11877,7 +11877,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11895,7 +11895,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -11925,7 +11925,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -11934,7 +11934,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "futures", "jsonrpsee", @@ -11965,7 +11965,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11984,7 +11984,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "http", "jsonrpsee", @@ -11999,7 +11999,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "array-bytes 4.2.0", "futures", @@ -12025,7 +12025,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-trait", "directories", @@ -12091,7 +12091,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "log", "parity-scale-codec", @@ -12102,7 +12102,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "clap", "fs4", @@ -12118,7 +12118,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12137,7 +12137,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "futures", "libc", @@ -12156,7 +12156,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "chrono", "futures", @@ -12175,7 +12175,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "ansi_term", "atty", @@ -12206,7 +12206,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12217,7 +12217,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-trait", "futures", @@ -12244,7 +12244,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-trait", "futures", @@ -12260,7 +12260,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-channel", "futures", @@ -12818,7 +12818,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "hash-db", "log", @@ -12838,7 +12838,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "Inflector", "blake2", @@ -12852,7 +12852,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "parity-scale-codec", "scale-info", @@ -12865,7 +12865,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "integer-sqrt", "num-traits", @@ -12879,7 +12879,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "parity-scale-codec", "scale-info", @@ -12892,7 +12892,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "parity-scale-codec", "sp-api", @@ -12904,7 +12904,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "futures", "log", @@ -12922,7 +12922,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-trait", "futures", @@ -12937,7 +12937,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-trait", "parity-scale-codec", @@ -12955,7 +12955,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-trait", "parity-scale-codec", @@ -12976,7 +12976,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "lazy_static", "parity-scale-codec", @@ -12995,7 +12995,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "finality-grandpa", "log", @@ -13013,7 +13013,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "parity-scale-codec", "scale-info", @@ -13025,7 +13025,7 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "array-bytes 4.2.0", "bitflags", @@ -13069,7 +13069,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "blake2b_simd", "byteorder", @@ -13083,7 +13083,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "proc-macro2", "quote", @@ -13094,7 +13094,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -13103,7 +13103,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "proc-macro2", "quote", @@ -13113,7 +13113,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "environmental", "parity-scale-codec", @@ -13124,7 +13124,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -13139,7 +13139,7 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "bytes", "ed25519", @@ -13165,7 +13165,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "lazy_static", "sp-core", @@ -13176,7 +13176,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "futures", "parity-scale-codec", @@ -13190,7 +13190,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -13199,7 +13199,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -13210,7 +13210,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -13228,7 +13228,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "parity-scale-codec", "scale-info", @@ -13242,7 +13242,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "sp-api", "sp-core", @@ -13252,7 +13252,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "backtrace", "lazy_static", @@ -13262,7 +13262,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "rustc-hash", "serde", @@ -13272,7 +13272,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "either", "hash256-std-hasher", @@ -13294,7 +13294,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -13312,7 +13312,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "Inflector", "proc-macro-crate", @@ -13324,7 +13324,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "parity-scale-codec", "scale-info", @@ -13338,7 +13338,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "parity-scale-codec", "scale-info", @@ -13351,7 +13351,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "hash-db", "log", @@ -13371,7 +13371,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "log", "parity-scale-codec", @@ -13389,12 +13389,12 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13407,7 +13407,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-trait", "futures-timer", @@ -13422,7 +13422,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "parity-scale-codec", "sp-std", @@ -13434,7 +13434,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "sp-api", "sp-runtime", @@ -13443,7 +13443,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-trait", "log", @@ -13459,7 +13459,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "ahash 0.8.2", "hash-db", @@ -13482,7 +13482,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13499,7 +13499,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -13510,7 +13510,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -13523,7 +13523,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "parity-scale-codec", "scale-info", @@ -13912,7 +13912,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "platforms", ] @@ -13920,7 +13920,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -13939,7 +13939,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "hyper", "log", @@ -13951,7 +13951,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-trait", "jsonrpsee", @@ -13964,7 +13964,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "jsonrpsee", "log", @@ -13983,7 +13983,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -14009,7 +14009,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "futures", "substrate-test-utils-derive", @@ -14019,7 +14019,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -14030,7 +14030,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "ansi_term", "build-helper", @@ -14690,7 +14690,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#655b81cf3ce607b87a293b67d14662ed433a3863" +source = "git+https://github.com/paritytech/substrate?branch=master#f50c501411d2e453eb5d10d5e8ee73194d7f7340" dependencies = [ "async-trait", "clap", From 25094f021351ef221e354deeaaa6f2c8c5ab51ba Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Thu, 1 Jun 2023 19:43:38 +0300 Subject: [PATCH 4/4] Update Cargo.lock for polkadot Signed-off-by: Alexandru Vasile --- Cargo.lock | 138 ++++++++++++++++++++++++++--------------------------- 1 file changed, 69 insertions(+), 69 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92e296e1021..305c986fdb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5194,7 +5194,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "bitvec", "frame-benchmarking", @@ -5293,7 +5293,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "frame-support", "polkadot-primitives", @@ -8013,7 +8013,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -8034,7 +8034,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "frame-benchmarking", "frame-support", @@ -8645,7 +8645,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "futures", "polkadot-node-jaeger", @@ -8661,7 +8661,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -8675,7 +8675,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "derive_more", "fatality", @@ -8698,7 +8698,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "fatality", "futures", @@ -8719,7 +8719,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "clap", "frame-benchmarking-cli", @@ -8749,7 +8749,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "async-trait", "frame-benchmarking", @@ -8792,7 +8792,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "always-assert", "bitvec", @@ -8814,7 +8814,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "parity-scale-codec", "scale-info", @@ -8826,7 +8826,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "derive_more", "fatality", @@ -8851,7 +8851,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -8865,7 +8865,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "futures", "futures-timer", @@ -8885,7 +8885,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "always-assert", "async-trait", @@ -8908,7 +8908,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "futures", "parity-scale-codec", @@ -8926,7 +8926,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "bitvec", "derive_more", @@ -8955,7 +8955,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "bitvec", "futures", @@ -8976,7 +8976,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "bitvec", "fatality", @@ -8995,7 +8995,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "futures", "polkadot-node-subsystem", @@ -9010,7 +9010,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "async-trait", "futures", @@ -9030,7 +9030,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "futures", "polkadot-node-metrics", @@ -9045,7 +9045,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "futures", "futures-timer", @@ -9062,7 +9062,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "fatality", "futures", @@ -9081,7 +9081,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "async-trait", "futures", @@ -9098,7 +9098,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "bitvec", "fatality", @@ -9116,7 +9116,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "always-assert", "futures", @@ -9147,7 +9147,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "futures", "polkadot-node-primitives", @@ -9163,7 +9163,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "cpu-time", "futures", @@ -9183,7 +9183,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-execute-worker" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "cpu-time", "futures", @@ -9208,7 +9208,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-prepare-worker" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "futures", "libc", @@ -9231,7 +9231,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "futures", "lru 0.9.0", @@ -9246,7 +9246,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "lazy_static", "log", @@ -9264,7 +9264,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "bs58", "futures", @@ -9283,7 +9283,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "async-channel", "async-trait", @@ -9306,7 +9306,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "bounded-vec", "futures", @@ -9328,7 +9328,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -9338,7 +9338,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "async-trait", "futures", @@ -9356,7 +9356,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "async-trait", "derive_more", @@ -9379,7 +9379,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "async-trait", "derive_more", @@ -9412,7 +9412,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "async-trait", "futures", @@ -9435,7 +9435,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "bounded-collections", "derive_more", @@ -9534,7 +9534,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -9552,7 +9552,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "bitvec", "hex-literal 0.4.1", @@ -9578,7 +9578,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -9610,7 +9610,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "bitvec", "frame-benchmarking", @@ -9705,7 +9705,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "bitvec", "frame-benchmarking", @@ -9751,7 +9751,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "frame-support", "polkadot-primitives", @@ -9765,7 +9765,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "bs58", "parity-scale-codec", @@ -9777,7 +9777,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "bitflags", "bitvec", @@ -9822,7 +9822,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "async-trait", "frame-benchmarking-cli", @@ -9932,7 +9932,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -9953,7 +9953,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -9963,7 +9963,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -9988,7 +9988,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "bitvec", "frame-election-provider-support", @@ -10049,7 +10049,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "frame-benchmarking", "frame-system", @@ -10829,7 +10829,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -10916,7 +10916,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "frame-support", "polkadot-primitives", @@ -12741,7 +12741,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "enumn", "parity-scale-codec", @@ -14158,7 +14158,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "frame-support", "polkadot-primitives", @@ -14549,7 +14549,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -14560,7 +14560,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "expander 2.0.0", "proc-macro-crate", @@ -15605,7 +15605,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "bitvec", "frame-benchmarking", @@ -15698,7 +15698,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "frame-support", "polkadot-primitives", @@ -16201,7 +16201,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "bounded-collections", "derivative", @@ -16217,7 +16217,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "frame-support", "frame-system", @@ -16272,7 +16272,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "environmental", "frame-benchmarking", @@ -16292,7 +16292,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.9.41" -source = "git+https://github.com/paritytech/polkadot?branch=master#478c6596f2f9137f2d66709665d96d01d5c189e1" +source = "git+https://github.com/paritytech/polkadot?branch=master#48982ae84d803fdaf85ae717622bad75c4cf4121" dependencies = [ "Inflector", "proc-macro2",