From 4f97c7e98653d675e7c3bdeba85976b793632b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 00:14:04 +0000 Subject: [PATCH] Bump pallet-message-queue from `492786d` to `298f676` Bumps [pallet-message-queue](https://github.com/paritytech/polkadot-sdk) from `492786d` to `298f676`. - [Release notes](https://github.com/paritytech/polkadot-sdk/releases) - [Commits](https://github.com/paritytech/polkadot-sdk/compare/492786da44f1b8ac433f6d98b659d96d2e74e0fc...298f676c91d64f15f38ea7fd78f125c5889ab09c) --- updated-dependencies: - dependency-name: pallet-message-queue dependency-version: 298f676c91d64f15f38ea7fd78f125c5889ab09c dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 565 +++++++++++++++++++++++++++-------------------------- 1 file changed, 283 insertions(+), 282 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b779f84b..3b82a42e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -755,7 +755,7 @@ checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3" [[package]] name = "binary-merkle-tree" version = "15.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "hash-db", "log", @@ -962,7 +962,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.14.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", "scale-info", @@ -1872,7 +1872,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "clap", "parity-scale-codec", @@ -1889,7 +1889,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -1911,8 +1911,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" -version = "0.18.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +version = "0.18.2" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "cumulus-client-collator", @@ -1957,7 +1957,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -1987,7 +1987,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "anyhow", "async-trait", @@ -2002,7 +2002,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2028,7 +2028,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.12.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2050,7 +2050,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2076,7 +2076,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -2113,7 +2113,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2130,7 +2130,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.17.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2166,7 +2166,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -2177,7 +2177,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -2190,7 +2190,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2205,7 +2205,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.17.3" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -2230,7 +2230,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "sp-api", "sp-consensus-aura", @@ -2239,7 +2239,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2255,7 +2255,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2269,7 +2269,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -2279,7 +2279,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -2295,7 +2295,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.17.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2312,7 +2312,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2336,7 +2336,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2355,7 +2355,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "array-bytes 6.2.3", "async-trait", @@ -2390,7 +2390,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2429,7 +2429,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3979,7 +3979,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", ] @@ -4106,8 +4106,8 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" -version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +version = "38.1.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-support", "frame-support-procedural", @@ -4130,8 +4130,8 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "43.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +version = "43.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "Inflector", "array-bytes 6.2.3", @@ -4181,7 +4181,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "14.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -4192,7 +4192,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -4208,7 +4208,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "38.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "aquamarine", "frame-support", @@ -4238,7 +4238,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "array-bytes 6.2.3", "docify", @@ -4253,7 +4253,7 @@ dependencies = [ [[package]] name = "frame-support" version = "38.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "aquamarine", "array-bytes 6.2.3", @@ -4294,7 +4294,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "30.0.6" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "Inflector", "cfg-expr", @@ -4314,7 +4314,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.3.0", @@ -4326,7 +4326,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "proc-macro2", "quote", @@ -4336,7 +4336,7 @@ dependencies = [ [[package]] name = "frame-system" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "cfg-if", "docify", @@ -4356,7 +4356,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -4370,7 +4370,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "docify", "parity-scale-codec", @@ -4380,7 +4380,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-support", "parity-scale-codec", @@ -6804,7 +6804,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "futures 0.3.31", "log", @@ -6823,7 +6823,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -7820,7 +7820,7 @@ checksum = "26995317201fa17f3656c36716aed4a7c81743a9634ac4c99c0eeda495db0cec" [[package]] name = "pallet-asset-conversion" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7857,7 +7857,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7871,7 +7871,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7887,7 +7887,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-support", "frame-system", @@ -7903,7 +7903,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-support", "frame-system", @@ -7918,7 +7918,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-support", "frame-system", @@ -7931,7 +7931,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7954,7 +7954,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "aquamarine", "docify", @@ -7975,7 +7975,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "39.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "docify", "frame-benchmarking", @@ -7990,7 +7990,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-support", "frame-system", @@ -8009,7 +8009,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "array-bytes 6.2.3", "binary-merkle-tree", @@ -8034,7 +8034,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "37.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8051,7 +8051,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.17.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bitvec", "frame-benchmarking", @@ -8069,7 +8069,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8087,7 +8087,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8103,7 +8103,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8119,7 +8119,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "5.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-support", "frame-system", @@ -8134,7 +8134,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8151,7 +8151,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8173,7 +8173,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8186,7 +8186,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8320,7 +8320,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "docify", "frame-benchmarking", @@ -8338,7 +8338,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8360,7 +8360,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "enumflags2", "frame-benchmarking", @@ -8376,7 +8376,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8395,7 +8395,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8411,7 +8411,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8427,7 +8427,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "41.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "environmental", "frame-benchmarking", @@ -8446,7 +8446,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8463,7 +8463,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8478,7 +8478,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8493,7 +8493,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "35.0.3" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-support", "frame-system", @@ -8511,7 +8511,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8531,7 +8531,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "33.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -8541,7 +8541,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-support", "frame-system", @@ -8557,7 +8557,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8580,7 +8580,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "docify", "frame-benchmarking", @@ -8597,7 +8597,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8613,7 +8613,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8627,7 +8627,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "38.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8645,7 +8645,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8659,7 +8659,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8677,7 +8677,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-support", "frame-system", @@ -8690,8 +8690,8 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +version = "39.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "docify", "frame-benchmarking", @@ -8708,7 +8708,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-support", "frame-system", @@ -8729,7 +8729,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8745,7 +8745,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8762,7 +8762,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "38.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8784,7 +8784,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "log", "sp-arithmetic", @@ -8793,7 +8793,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", "sp-api", @@ -8803,7 +8803,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8819,7 +8819,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "docify", "frame-benchmarking", @@ -8834,7 +8834,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "docify", "frame-benchmarking", @@ -8853,7 +8853,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8871,7 +8871,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "38.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-support", "frame-system", @@ -8886,7 +8886,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -8902,7 +8902,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -8914,7 +8914,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "docify", "frame-benchmarking", @@ -8932,7 +8932,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "docify", "frame-benchmarking", @@ -8949,7 +8949,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8964,7 +8964,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8978,7 +8978,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8991,13 +8991,14 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "17.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +version = "17.0.5" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bounded-collections", "frame-benchmarking", "frame-support", "frame-system", + "hex-literal", "log", "pallet-balances", "parity-scale-codec", @@ -9016,7 +9017,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-benchmarking", "frame-support", @@ -9345,7 +9346,7 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "polkadot-approval-distribution" version = "18.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bitvec", "futures 0.3.31", @@ -9365,7 +9366,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "always-assert", "futures 0.3.31", @@ -9381,7 +9382,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "derive_more 0.99.20", "fatality", @@ -9405,7 +9406,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "fatality", @@ -9438,7 +9439,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "cfg-if", "clap", @@ -9466,7 +9467,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bitvec", "fatality", @@ -9489,7 +9490,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", "scale-info", @@ -9500,7 +9501,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "derive_more 0.99.20", "fatality", @@ -9525,7 +9526,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -9539,7 +9540,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "futures 0.3.31", "futures-timer", @@ -9560,8 +9561,8 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +version = "18.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "always-assert", "async-trait", @@ -9584,7 +9585,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "futures 0.3.31", "parity-scale-codec", @@ -9602,7 +9603,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "18.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bitvec", "derive_more 0.99.20", @@ -9635,7 +9636,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bitvec", "futures 0.3.31", @@ -9657,7 +9658,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bitvec", "fatality", @@ -9677,7 +9678,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "futures 0.3.31", "polkadot-node-subsystem", @@ -9692,7 +9693,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "futures 0.3.31", @@ -9714,7 +9715,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "futures 0.3.31", "polkadot-node-metrics", @@ -9728,7 +9729,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "futures 0.3.31", "futures-timer", @@ -9745,7 +9746,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "fatality", "futures 0.3.31", @@ -9764,7 +9765,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "futures 0.3.31", @@ -9781,7 +9782,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "fatality", "futures 0.3.31", @@ -9795,7 +9796,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bitvec", "fatality", @@ -9813,7 +9814,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "always-assert", "array-bytes 6.2.3", @@ -9842,7 +9843,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "futures 0.3.31", "polkadot-node-primitives", @@ -9858,7 +9859,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "cpu-time", "futures 0.3.31", @@ -9884,7 +9885,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "futures 0.3.31", "polkadot-node-metrics", @@ -9899,7 +9900,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "lazy_static", "log", @@ -9918,7 +9919,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bs58 0.5.1", "futures 0.3.31", @@ -9937,7 +9938,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "18.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -9963,7 +9964,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bitvec", "bounded-vec", @@ -9989,7 +9990,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -9999,7 +10000,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "bitvec", @@ -10029,7 +10030,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "derive_more 0.99.20", @@ -10065,7 +10066,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "futures 0.3.31", @@ -10087,7 +10088,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bounded-collections", "derive_more 0.99.20", @@ -10103,7 +10104,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bitvec", "hex-literal", @@ -10129,7 +10130,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -10164,7 +10165,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bitvec", "frame-benchmarking", @@ -10214,7 +10215,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bs58 0.5.1", "frame-benchmarking", @@ -10226,7 +10227,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "17.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -10275,7 +10276,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "19.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "frame-benchmarking", @@ -10382,7 +10383,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "arrayvec 0.7.6", "bitvec", @@ -10405,7 +10406,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -11529,8 +11530,8 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "18.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +version = "18.0.2" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "binary-merkle-tree", "bitvec", @@ -11630,7 +11631,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-support", "polkadot-primitives", @@ -11967,7 +11968,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "log", "sp-core", @@ -11978,7 +11979,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "futures 0.3.31", @@ -12008,7 +12009,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "futures 0.3.31", "futures-timer", @@ -12030,7 +12031,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.42.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", "sp-api", @@ -12045,7 +12046,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "array-bytes 6.2.3", "docify", @@ -12072,7 +12073,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -12083,7 +12084,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.47.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "array-bytes 6.2.3", "chrono", @@ -12124,7 +12125,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "fnv", "futures 0.3.31", @@ -12151,7 +12152,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.44.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "hash-db", "kvdb", @@ -12177,7 +12178,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "futures 0.3.31", @@ -12201,7 +12202,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "futures 0.3.31", @@ -12230,7 +12231,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "fork-tree", @@ -12266,7 +12267,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "futures 0.3.31", "jsonrpsee", @@ -12288,7 +12289,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -12324,7 +12325,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "futures 0.3.31", "jsonrpsee", @@ -12344,7 +12345,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "fork-tree", "parity-scale-codec", @@ -12357,7 +12358,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.30.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "ahash", "array-bytes 6.2.3", @@ -12401,7 +12402,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.30.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "finality-grandpa", "futures 0.3.31", @@ -12421,7 +12422,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "futures 0.3.31", @@ -12444,7 +12445,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.40.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -12467,7 +12468,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "polkavm", "sc-allocator", @@ -12480,7 +12481,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "log", "polkavm", @@ -12491,7 +12492,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "anyhow", "cfg-if", @@ -12509,7 +12510,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "console", "futures 0.3.31", @@ -12526,7 +12527,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "33.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "array-bytes 6.2.3", "parking_lot 0.12.3", @@ -12540,7 +12541,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "array-bytes 6.2.3", "arrayvec 0.7.6", @@ -12569,7 +12570,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.45.6" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -12620,7 +12621,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -12638,7 +12639,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "ahash", "futures 0.3.31", @@ -12657,7 +12658,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.44.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -12678,7 +12679,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.44.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -12715,7 +12716,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.44.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "array-bytes 6.2.3", "futures 0.3.31", @@ -12734,7 +12735,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.12.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bs58 0.5.1", "ed25519-dalek", @@ -12751,7 +12752,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "array-bytes 6.2.3", "bytes", @@ -12785,7 +12786,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -12794,7 +12795,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "futures 0.3.31", "jsonrpsee", @@ -12826,7 +12827,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.44.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12846,7 +12847,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "17.1.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -12870,7 +12871,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "array-bytes 6.2.3", "futures 0.3.31", @@ -12902,7 +12903,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.46.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "directories", @@ -12966,7 +12967,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "log", "parity-scale-codec", @@ -12977,7 +12978,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.22.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "clap", "fs4", @@ -12990,7 +12991,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -13009,7 +13010,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "derive_more 0.99.20", "futures 0.3.31", @@ -13030,7 +13031,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "chrono", "futures 0.3.31", @@ -13050,7 +13051,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "37.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "chrono", "console", @@ -13079,7 +13080,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -13090,7 +13091,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "futures 0.3.31", @@ -13117,7 +13118,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "futures 0.3.31", @@ -13133,7 +13134,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-channel 1.9.0", "futures 0.3.31", @@ -13637,7 +13638,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "enumn", "parity-scale-codec", @@ -13844,7 +13845,7 @@ dependencies = [ [[package]] name = "sp-api" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "docify", "hash-db", @@ -13866,7 +13867,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "20.0.3" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "Inflector", "blake2 0.10.6", @@ -13880,7 +13881,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", "scale-info", @@ -13892,7 +13893,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "docify", "integer-sqrt", @@ -13906,7 +13907,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", "scale-info", @@ -13918,7 +13919,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "sp-api", "sp-inherents", @@ -13928,7 +13929,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "37.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "futures 0.3.31", "parity-scale-codec", @@ -13947,7 +13948,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "futures 0.3.31", @@ -13962,7 +13963,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "parity-scale-codec", @@ -13978,7 +13979,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "parity-scale-codec", @@ -13996,7 +13997,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "22.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "lazy_static", "parity-scale-codec", @@ -14017,7 +14018,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "finality-grandpa", "log", @@ -14034,7 +14035,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.40.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", "scale-info", @@ -14045,7 +14046,7 @@ dependencies = [ [[package]] name = "sp-core" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "array-bytes 6.2.3", "bitflags 1.3.2", @@ -14091,7 +14092,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "blake2b_simd", "byteorder", @@ -14104,7 +14105,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "quote", "sp-crypto-hashing", @@ -14114,7 +14115,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -14123,7 +14124,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "proc-macro2", "quote", @@ -14133,7 +14134,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "environmental", "parity-scale-codec", @@ -14143,7 +14144,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.15.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", "scale-info", @@ -14155,7 +14156,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -14168,7 +14169,7 @@ dependencies = [ [[package]] name = "sp-io" version = "38.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bytes", "docify", @@ -14194,7 +14195,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "sp-core", "sp-runtime", @@ -14204,7 +14205,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.40.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -14215,7 +14216,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -14224,7 +14225,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -14234,7 +14235,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.12.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", "scale-info", @@ -14245,7 +14246,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "34.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "log", "parity-scale-codec", @@ -14262,7 +14263,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", "scale-info", @@ -14275,7 +14276,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "sp-api", "sp-core", @@ -14285,7 +14286,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "backtrace", "lazy_static", @@ -14295,7 +14296,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -14305,7 +14306,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "39.0.5" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "docify", "either", @@ -14331,7 +14332,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -14350,7 +14351,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "Inflector", "expander", @@ -14363,7 +14364,7 @@ dependencies = [ [[package]] name = "sp-session" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", "scale-info", @@ -14377,7 +14378,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -14390,7 +14391,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "hash-db", "log", @@ -14410,7 +14411,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -14434,12 +14435,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" [[package]] name = "sp-storage" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -14451,7 +14452,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "parity-scale-codec", @@ -14463,7 +14464,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", "tracing", @@ -14474,7 +14475,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "sp-api", "sp-runtime", @@ -14483,7 +14484,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "async-trait", "parity-scale-codec", @@ -14497,7 +14498,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "ahash", "hash-db", @@ -14520,7 +14521,7 @@ dependencies = [ [[package]] name = "sp-version" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -14537,7 +14538,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -14548,7 +14549,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "21.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -14560,7 +14561,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -14749,7 +14750,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-parachain-info" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -14762,7 +14763,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "14.2.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "array-bytes 6.2.3", "bounded-collections", @@ -14781,7 +14782,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "17.0.5" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-support", "frame-system", @@ -14802,8 +14803,8 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "17.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +version = "17.0.3" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "environmental", "frame-benchmarking", @@ -14946,7 +14947,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -14971,12 +14972,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" [[package]] name = "substrate-frame-rpc-system" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -14995,8 +14996,8 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" -version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +version = "0.17.5" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "http-body-util", "hyper 1.6.0", @@ -15010,7 +15011,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "38.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -15027,7 +15028,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "24.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "build-helper", "cargo_metadata", @@ -15674,7 +15675,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "coarsetime", "polkadot-primitives", @@ -15685,7 +15686,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "expander", "proc-macro-crate 3.3.0", @@ -16611,8 +16612,8 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "westend-runtime" -version = "18.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +version = "18.1.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "binary-merkle-tree", "bitvec", @@ -16720,7 +16721,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-support", "polkadot-primitives", @@ -17313,7 +17314,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "10.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "Inflector", "proc-macro2", @@ -17324,7 +17325,7 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" version = "0.4.3" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#492786da44f1b8ac433f6d98b659d96d2e74e0fc" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2409#298f676c91d64f15f38ea7fd78f125c5889ab09c" dependencies = [ "frame-support", "parity-scale-codec",