From 3ec1060040be35b877913a3589a1d64e7ff6e96e Mon Sep 17 00:00:00 2001 From: Muharem Ismailov Date: Tue, 14 Feb 2023 09:10:57 +0100 Subject: [PATCH] fix: enable runtime-benchmarks feature for xcm-builder (#2173) * fix: enable runtime-benchmarks feature for xcm-builder * Update polkadot dependencies --------- Co-authored-by: EgorPopelyaev --- Cargo.lock | 508 +++++++++--------- .../testing/rococo-parachain/Cargo.toml | 1 + 2 files changed, 255 insertions(+), 254 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 248832ef804..821734e26dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -474,7 +474,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -508,7 +508,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "beefy-gadget", "futures", @@ -527,7 +527,7 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "sp-api", "sp-beefy", @@ -3207,7 +3207,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "parity-scale-codec", ] @@ -3230,7 +3230,7 @@ checksum = "85dcb89d2b10c5f6133de2efd8c11959ce9dbb46a2f7a4cab208c4eeda6ce1ab" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-support", "frame-support-procedural", @@ -3255,7 +3255,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3302,7 +3302,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3313,7 +3313,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3330,7 +3330,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-support", "frame-system", @@ -3359,7 +3359,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "futures", "log", @@ -3375,7 +3375,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "bitflags", "frame-metadata", @@ -3407,7 +3407,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "Inflector", "cfg-expr", @@ -3422,7 +3422,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3434,7 +3434,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "proc-macro2", "quote", @@ -3444,7 +3444,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-support", "log", @@ -3462,7 +3462,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -3477,7 +3477,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "parity-scale-codec", "sp-api", @@ -3486,7 +3486,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-support", "parity-scale-codec", @@ -4425,7 +4425,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "bitvec", "frame-benchmarking", @@ -4522,7 +4522,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "frame-support", "polkadot-primitives", @@ -5366,7 +5366,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "futures", "log", @@ -5385,7 +5385,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "anyhow", "jsonrpsee", @@ -5886,7 +5886,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "array-bytes 4.2.0", "frame-benchmarking", @@ -5907,7 +5907,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -5925,7 +5925,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -5940,7 +5940,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-support", "frame-system", @@ -5956,7 +5956,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-support", "frame-system", @@ -5972,7 +5972,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-support", "frame-system", @@ -5986,7 +5986,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6010,7 +6010,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6030,7 +6030,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6045,7 +6045,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-support", "frame-system", @@ -6061,7 +6061,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "array-bytes 4.2.0", "beefy-merkle-tree", @@ -6084,7 +6084,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6102,7 +6102,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6146,7 +6146,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6163,7 +6163,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "bitflags", "frame-benchmarking", @@ -6192,7 +6192,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "bitflags", "parity-scale-codec", @@ -6204,7 +6204,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "proc-macro2", "quote", @@ -6214,7 +6214,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6231,7 +6231,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6249,7 +6249,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6272,7 +6272,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6285,7 +6285,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6303,7 +6303,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6321,7 +6321,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6344,7 +6344,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6360,7 +6360,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6380,7 +6380,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6397,7 +6397,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6414,7 +6414,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6431,7 +6431,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6447,7 +6447,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6464,7 +6464,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6480,7 +6480,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-support", "frame-system", @@ -6497,7 +6497,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6517,7 +6517,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "parity-scale-codec", "sp-api", @@ -6527,7 +6527,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-support", "frame-system", @@ -6544,7 +6544,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6568,7 +6568,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6585,7 +6585,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6600,7 +6600,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-support", "frame-system", @@ -6614,7 +6614,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6632,7 +6632,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6647,7 +6647,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6666,7 +6666,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6683,7 +6683,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-support", "frame-system", @@ -6704,7 +6704,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6720,7 +6720,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-support", "frame-system", @@ -6734,7 +6734,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6757,7 +6757,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6768,7 +6768,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "log", "sp-arithmetic", @@ -6777,7 +6777,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6794,7 +6794,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-support", "frame-system", @@ -6823,7 +6823,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6841,7 +6841,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6860,7 +6860,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-support", "frame-system", @@ -6876,7 +6876,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6892,7 +6892,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6904,7 +6904,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6921,7 +6921,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6936,7 +6936,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6952,7 +6952,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6967,7 +6967,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-benchmarking", "frame-support", @@ -6982,7 +6982,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7002,7 +7002,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7538,7 +7538,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "futures", "polkadot-node-metrics", @@ -7553,7 +7553,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7567,7 +7567,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "derive_more", "fatality", @@ -7590,7 +7590,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "fatality", "futures", @@ -7611,7 +7611,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "clap 4.1.4", "frame-benchmarking-cli", @@ -7639,7 +7639,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "async-trait", "frame-benchmarking", @@ -7682,7 +7682,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "always-assert", "bitvec", @@ -7704,7 +7704,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "parity-scale-codec", "scale-info", @@ -7716,7 +7716,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "derive_more", "fatality", @@ -7741,7 +7741,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7755,7 +7755,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "futures", "futures-timer", @@ -7775,7 +7775,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "always-assert", "async-trait", @@ -7799,7 +7799,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "futures", "parity-scale-codec", @@ -7817,7 +7817,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "bitvec", "derive_more", @@ -7846,7 +7846,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "bitvec", "futures", @@ -7866,7 +7866,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "bitvec", "fatality", @@ -7885,7 +7885,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "futures", "polkadot-node-subsystem", @@ -7900,7 +7900,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "async-trait", "futures", @@ -7919,7 +7919,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "futures", "polkadot-node-metrics", @@ -7934,7 +7934,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "futures", "futures-timer", @@ -7951,7 +7951,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "fatality", "futures", @@ -7970,7 +7970,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "async-trait", "futures", @@ -7987,7 +7987,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "bitvec", "fatality", @@ -8005,7 +8005,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "always-assert", "assert_matches", @@ -8037,7 +8037,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "futures", "polkadot-node-primitives", @@ -8053,7 +8053,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "futures", "lru 0.9.0", @@ -8068,7 +8068,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "lazy_static", "log", @@ -8086,7 +8086,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "bs58", "futures", @@ -8105,7 +8105,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "async-trait", "derive_more", @@ -8128,7 +8128,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "bounded-vec", "futures", @@ -8150,7 +8150,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -8160,7 +8160,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "async-trait", "futures", @@ -8178,7 +8178,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "async-trait", "derive_more", @@ -8201,7 +8201,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "async-trait", "derive_more", @@ -8234,7 +8234,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "async-trait", "futures", @@ -8257,7 +8257,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "derive_more", "frame-support", @@ -8355,7 +8355,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -8370,7 +8370,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "bitvec", "hex-literal", @@ -8396,7 +8396,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -8428,7 +8428,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "bitvec", "frame-benchmarking", @@ -8517,7 +8517,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "bitvec", "frame-benchmarking", @@ -8566,7 +8566,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "frame-support", "polkadot-primitives", @@ -8580,7 +8580,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "bs58", "parity-scale-codec", @@ -8592,7 +8592,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "bitflags", "bitvec", @@ -8635,7 +8635,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "async-trait", "beefy-gadget", @@ -8744,7 +8744,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8765,7 +8765,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8775,7 +8775,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8800,7 +8800,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "bitvec", "frame-election-provider-support", @@ -8861,7 +8861,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "frame-benchmarking", "frame-system", @@ -9586,7 +9586,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "beefy-merkle-tree", "frame-benchmarking", @@ -9672,7 +9672,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "frame-support", "polkadot-primitives", @@ -9896,7 +9896,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "log", "sp-core", @@ -9907,7 +9907,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "async-trait", "futures", @@ -9934,7 +9934,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "futures", "futures-timer", @@ -9957,7 +9957,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9973,7 +9973,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9988,7 +9988,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9999,7 +9999,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -10039,7 +10039,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "fnv", "futures", @@ -10065,7 +10065,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "hash-db", "kvdb", @@ -10091,7 +10091,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "async-trait", "futures", @@ -10116,7 +10116,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "async-trait", "futures", @@ -10145,7 +10145,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "async-trait", "fork-tree", @@ -10183,7 +10183,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "futures", "jsonrpsee", @@ -10205,7 +10205,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10218,7 +10218,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "async-trait", "futures", @@ -10241,7 +10241,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -10265,7 +10265,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -10278,7 +10278,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "log", "sc-allocator", @@ -10291,7 +10291,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "cfg-if", "libc", @@ -10308,7 +10308,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "ahash 0.8.2", "array-bytes 4.2.0", @@ -10348,7 +10348,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "finality-grandpa", "futures", @@ -10368,7 +10368,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "ansi_term", "futures", @@ -10383,7 +10383,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10398,7 +10398,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10440,7 +10440,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "cid", "futures", @@ -10459,7 +10459,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "async-trait", "bitflags", @@ -10485,7 +10485,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "ahash 0.8.2", "futures", @@ -10503,7 +10503,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10524,7 +10524,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10556,7 +10556,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10575,7 +10575,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -10605,7 +10605,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "futures", "libp2p", @@ -10618,7 +10618,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10627,7 +10627,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "futures", "jsonrpsee", @@ -10657,7 +10657,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10676,7 +10676,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "http", "jsonrpsee", @@ -10691,7 +10691,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10717,7 +10717,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "async-trait", "directories", @@ -10783,7 +10783,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "log", "parity-scale-codec", @@ -10794,7 +10794,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "clap 4.1.4", "futures", @@ -10810,7 +10810,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10829,7 +10829,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "futures", "libc", @@ -10848,7 +10848,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "chrono", "futures", @@ -10867,7 +10867,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "ansi_term", "atty", @@ -10898,7 +10898,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10909,7 +10909,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "async-trait", "futures", @@ -10936,7 +10936,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "async-trait", "futures", @@ -10950,7 +10950,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "backtrace", "futures", @@ -11399,7 +11399,7 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "enumn", "parity-scale-codec", @@ -11476,7 +11476,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "hash-db", "log", @@ -11494,7 +11494,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "blake2", "proc-macro-crate", @@ -11506,7 +11506,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "parity-scale-codec", "scale-info", @@ -11519,7 +11519,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "integer-sqrt", "num-traits", @@ -11533,7 +11533,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "parity-scale-codec", "scale-info", @@ -11546,7 +11546,7 @@ dependencies = [ [[package]] name = "sp-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "parity-scale-codec", "scale-info", @@ -11563,7 +11563,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "parity-scale-codec", "sp-api", @@ -11575,7 +11575,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "futures", "log", @@ -11593,7 +11593,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "async-trait", "futures", @@ -11611,7 +11611,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "async-trait", "parity-scale-codec", @@ -11629,7 +11629,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "async-trait", "merlin", @@ -11652,7 +11652,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "parity-scale-codec", "scale-info", @@ -11664,7 +11664,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "parity-scale-codec", "scale-info", @@ -11677,7 +11677,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "array-bytes 4.2.0", "base58", @@ -11719,7 +11719,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "blake2", "byteorder", @@ -11733,7 +11733,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "proc-macro2", "quote", @@ -11744,7 +11744,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11753,7 +11753,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "proc-macro2", "quote", @@ -11763,7 +11763,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "environmental", "parity-scale-codec", @@ -11774,7 +11774,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "finality-grandpa", "log", @@ -11792,7 +11792,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11806,7 +11806,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "bytes", "ed25519", @@ -11831,7 +11831,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "lazy_static", "sp-core", @@ -11842,7 +11842,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "async-trait", "futures", @@ -11859,7 +11859,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "thiserror", "zstd", @@ -11868,7 +11868,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11886,7 +11886,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "parity-scale-codec", "scale-info", @@ -11900,7 +11900,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "sp-api", "sp-core", @@ -11910,7 +11910,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "backtrace", "lazy_static", @@ -11920,7 +11920,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "rustc-hash", "serde", @@ -11930,7 +11930,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "either", "hash256-std-hasher", @@ -11952,7 +11952,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11970,7 +11970,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "Inflector", "proc-macro-crate", @@ -11982,7 +11982,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "serde", "serde_json", @@ -11991,7 +11991,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "parity-scale-codec", "scale-info", @@ -12005,7 +12005,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "parity-scale-codec", "scale-info", @@ -12017,7 +12017,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "hash-db", "log", @@ -12037,12 +12037,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12055,7 +12055,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "async-trait", "futures-timer", @@ -12070,7 +12070,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "parity-scale-codec", "sp-std", @@ -12082,7 +12082,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "sp-api", "sp-runtime", @@ -12091,7 +12091,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "async-trait", "log", @@ -12107,7 +12107,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "ahash 0.8.2", "hash-db", @@ -12130,7 +12130,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12147,7 +12147,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12158,7 +12158,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "impl-trait-for-tuples", "log", @@ -12171,7 +12171,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "parity-scale-codec", "scale-info", @@ -12492,7 +12492,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "platforms", ] @@ -12500,7 +12500,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12519,7 +12519,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "hyper", "log", @@ -12531,7 +12531,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "async-trait", "jsonrpsee", @@ -12544,7 +12544,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "jsonrpsee", "log", @@ -12563,7 +12563,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -12589,7 +12589,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12599,7 +12599,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12610,7 +12610,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "ansi_term", "build-helper", @@ -12727,7 +12727,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "frame-support", "polkadot-primitives", @@ -13118,7 +13118,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -13129,7 +13129,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "expander 0.0.6", "proc-macro-crate", @@ -13259,7 +13259,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#5a281ced23f8802b44d2a0fb6e1e08f6013b2554" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.38#18bb7c7c841b101c19a8d1881b893ae8e37de460" dependencies = [ "clap 4.1.4", "frame-remote-externalities", @@ -14169,7 +14169,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "bitvec", "frame-benchmarking", @@ -14260,7 +14260,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "frame-support", "polkadot-primitives", @@ -14651,7 +14651,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -14667,7 +14667,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "frame-support", "frame-system", @@ -14688,7 +14688,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "environmental", "frame-benchmarking", @@ -14708,7 +14708,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.9.38" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#0ae7774f9a61ecb8924e1b416cebe3e8b983aa3c" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.38#5421daf3473e77010f6c812f29c1a6403046407d" dependencies = [ "Inflector", "proc-macro2", diff --git a/parachains/runtimes/testing/rococo-parachain/Cargo.toml b/parachains/runtimes/testing/rococo-parachain/Cargo.toml index 21b2be7a06a..2b92f89bc00 100644 --- a/parachains/runtimes/testing/rococo-parachain/Cargo.toml +++ b/parachains/runtimes/testing/rococo-parachain/Cargo.toml @@ -104,4 +104,5 @@ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", "pallet-assets/runtime-benchmarks", "pallet-xcm/runtime-benchmarks", + "xcm-builder/runtime-benchmarks", ]