diff --git a/.cargo-deny.toml b/.cargo-deny.toml index ec2e7c7c29..80d1cb8fac 100644 --- a/.cargo-deny.toml +++ b/.cargo-deny.toml @@ -51,6 +51,9 @@ license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }] name = "ring" [sources] -allow-git = ["https://github.com/paritytech/polkadot-sdk"] -unknown-git = "deny" +allow-git = [ + "https://github.com/KILTprotocol/polkadot-sdk", + "https://github.com/paritytech/polkadot-sdk", +] +unknown-git = "deny" unknown-registry = "deny" diff --git a/Cargo.lock b/Cargo.lock index 928032d529..a539e687c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -428,7 +428,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-hub-rococo-emulated-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "asset-hub-rococo-runtime", "cumulus-primitives-core", @@ -442,8 +442,8 @@ dependencies = [ [[package]] name = "asset-hub-rococo-runtime" -version = "0.12.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +version = "0.12.3" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "assets-common", "bp-asset-hub-rococo", @@ -524,7 +524,7 @@ dependencies = [ [[package]] name = "asset-test-utils" version = "8.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -553,7 +553,7 @@ dependencies = [ [[package]] name = "assets-common" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -859,7 +859,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "hash-db", "log", @@ -1060,7 +1060,7 @@ dependencies = [ [[package]] name = "bp-asset-hub-rococo" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bp-xcm-bridge-hub-router", "frame-support", @@ -1071,7 +1071,7 @@ dependencies = [ [[package]] name = "bp-asset-hub-westend" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bp-xcm-bridge-hub-router", "frame-support", @@ -1082,7 +1082,7 @@ dependencies = [ [[package]] name = "bp-bridge-hub-cumulus" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -1097,7 +1097,7 @@ dependencies = [ [[package]] name = "bp-bridge-hub-rococo" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1111,7 +1111,7 @@ dependencies = [ [[package]] name = "bp-bridge-hub-westend" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1125,7 +1125,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.8.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1142,7 +1142,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1157,7 +1157,7 @@ dependencies = [ [[package]] name = "bp-parachains" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1174,7 +1174,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bp-messages", "bp-runtime", @@ -1192,7 +1192,7 @@ dependencies = [ [[package]] name = "bp-relayers" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bp-messages", "bp-runtime", @@ -1206,7 +1206,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support", "frame-system", @@ -1229,7 +1229,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1249,7 +1249,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "sp-std", ] @@ -1257,7 +1257,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "scale-info", @@ -1268,7 +1268,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bp-header-chain", "bp-messages", @@ -1996,7 +1996,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "clap", "parity-scale-codec", @@ -2013,7 +2013,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -2036,7 +2036,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "cumulus-client-collator", @@ -2078,7 +2078,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2107,7 +2107,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "anyhow", "async-trait", @@ -2122,7 +2122,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2145,7 +2145,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2169,7 +2169,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2193,7 +2193,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -2229,7 +2229,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2247,7 +2247,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.8.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2282,7 +2282,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -2293,7 +2293,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -2307,7 +2307,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2323,7 +2323,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -2348,7 +2348,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2362,7 +2362,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2379,7 +2379,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2394,7 +2394,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -2404,7 +2404,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "cumulus-primitives-core", "futures", @@ -2417,7 +2417,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.8.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2437,7 +2437,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2461,7 +2461,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2479,7 +2479,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "array-bytes 6.2.3", "async-trait", @@ -2520,7 +2520,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2559,7 +2559,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3292,7 +3292,7 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" version = "4.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "asset-test-utils", "bp-messages", @@ -3737,7 +3737,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", ] @@ -3760,7 +3760,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support", "frame-support-procedural", @@ -3785,7 +3785,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "33.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "Inflector", "array-bytes 6.2.3", @@ -3833,7 +3833,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -3844,7 +3844,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3861,7 +3861,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support", "frame-system", @@ -3891,7 +3891,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "array-bytes 6.2.3", "docify", @@ -3906,7 +3906,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "futures", "indicatif", @@ -3928,7 +3928,7 @@ dependencies = [ [[package]] name = "frame-support" version = "29.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "aquamarine", "array-bytes 6.2.3", @@ -3969,7 +3969,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "Inflector", "cfg-expr", @@ -3988,7 +3988,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", @@ -4000,7 +4000,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "proc-macro2", "quote", @@ -4010,7 +4010,7 @@ dependencies = [ [[package]] name = "frame-system" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "cfg-if", "docify", @@ -4030,7 +4030,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -4045,7 +4045,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "sp-api", @@ -4054,7 +4054,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support", "parity-scale-codec", @@ -6291,7 +6291,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "futures", "log", @@ -6310,7 +6310,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -6864,7 +6864,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-asset-conversion" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6882,7 +6882,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support", "frame-system", @@ -6897,7 +6897,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6944,7 +6944,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6962,7 +6962,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6978,7 +6978,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support", "frame-system", @@ -6995,7 +6995,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "29.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support", "frame-system", @@ -7011,7 +7011,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support", "frame-system", @@ -7025,7 +7025,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7049,7 +7049,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "aquamarine", "docify", @@ -7071,7 +7071,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "29.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "docify", "frame-benchmarking", @@ -7087,7 +7087,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support", "frame-system", @@ -7107,7 +7107,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "array-bytes 6.2.3", "binary-merkle-tree", @@ -7165,7 +7165,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7183,7 +7183,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bp-header-chain", "bp-runtime", @@ -7204,7 +7204,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bp-messages", "bp-runtime", @@ -7222,7 +7222,7 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bp-header-chain", "bp-parachains", @@ -7243,7 +7243,7 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bp-messages", "bp-relayers", @@ -7263,7 +7263,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.7.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bitvec", "frame-benchmarking", @@ -7281,7 +7281,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7299,8 +7299,8 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "10.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +version = "10.0.3" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7320,7 +7320,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7356,7 +7356,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7373,7 +7373,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7475,7 +7475,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7498,7 +7498,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7512,7 +7512,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7531,7 +7531,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "docify", "frame-benchmarking", @@ -7550,7 +7550,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7573,7 +7573,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "29.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7590,7 +7590,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7610,7 +7610,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7643,7 +7643,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7660,7 +7660,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "environmental", "frame-benchmarking", @@ -7712,7 +7712,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7730,7 +7730,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7746,7 +7746,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7763,7 +7763,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7781,7 +7781,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "pallet-nfts", "parity-scale-codec", @@ -7792,7 +7792,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7808,7 +7808,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "26.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support", "frame-system", @@ -7827,7 +7827,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7847,7 +7847,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -7858,7 +7858,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support", "frame-system", @@ -7875,7 +7875,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7911,7 +7911,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7928,7 +7928,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7943,7 +7943,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7962,7 +7962,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -7977,7 +7977,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8016,7 +8016,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support", "frame-system", @@ -8031,7 +8031,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "docify", "frame-benchmarking", @@ -8049,7 +8049,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support", "frame-system", @@ -8071,7 +8071,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8088,7 +8088,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8106,7 +8106,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "29.0.3" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8129,7 +8129,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -8140,7 +8140,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "log", "sp-arithmetic", @@ -8149,7 +8149,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "15.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "sp-api", @@ -8159,7 +8159,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8176,7 +8176,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "docify", "frame-benchmarking", @@ -8192,7 +8192,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "docify", "frame-benchmarking", @@ -8212,7 +8212,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8230,8 +8230,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "29.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +version = "29.0.2" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support", "frame-system", @@ -8247,7 +8247,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -8263,7 +8263,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -8275,7 +8275,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "28.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "docify", "frame-benchmarking", @@ -8294,7 +8294,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8309,7 +8309,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8325,7 +8325,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8359,7 +8359,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8374,7 +8374,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "8.0.5" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -8397,7 +8397,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "8.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8416,7 +8416,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -8460,8 +8460,8 @@ dependencies = [ [[package]] name = "parachains-common" -version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +version = "8.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -8492,7 +8492,7 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -8938,7 +8938,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "polkadot-approval-distribution" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bitvec", "futures", @@ -8958,7 +8958,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "always-assert", "futures", @@ -8974,7 +8974,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "derive_more", "fatality", @@ -8997,7 +8997,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "fatality", @@ -9020,7 +9020,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "cfg-if", "clap", @@ -9048,7 +9048,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bitvec", "fatality", @@ -9070,7 +9070,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "scale-info", @@ -9082,7 +9082,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "derive_more", "fatality", @@ -9107,7 +9107,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -9121,7 +9121,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "futures", "futures-timer", @@ -9143,7 +9143,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "always-assert", "async-trait", @@ -9166,7 +9166,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "futures", "parity-scale-codec", @@ -9184,7 +9184,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bitvec", "derive_more", @@ -9217,7 +9217,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bitvec", "futures", @@ -9239,7 +9239,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "8.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bitvec", "fatality", @@ -9259,7 +9259,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "futures", "polkadot-node-subsystem", @@ -9274,7 +9274,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "futures", @@ -9295,7 +9295,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "futures", "polkadot-node-metrics", @@ -9309,7 +9309,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "futures", "futures-timer", @@ -9326,7 +9326,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "fatality", "futures", @@ -9345,7 +9345,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "futures", @@ -9362,7 +9362,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bitvec", "fatality", @@ -9379,7 +9379,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "8.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bitvec", "fatality", @@ -9396,7 +9396,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "always-assert", "array-bytes 6.2.3", @@ -9429,7 +9429,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "futures", "polkadot-node-primitives", @@ -9445,7 +9445,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "cfg-if", "cpu-time", @@ -9472,7 +9472,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "futures", "polkadot-node-metrics", @@ -9487,7 +9487,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "lazy_static", "log", @@ -9505,7 +9505,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bs58 0.5.1", "futures", @@ -9524,7 +9524,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -9548,7 +9548,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bitvec", "bounded-vec", @@ -9571,7 +9571,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -9581,7 +9581,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "bitvec", @@ -9609,7 +9609,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "derive_more", @@ -9644,7 +9644,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "futures", @@ -9666,7 +9666,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bounded-collections", "derive_more", @@ -9683,7 +9683,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "8.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bitvec", "hex-literal 0.4.1", @@ -9710,7 +9710,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -9742,8 +9742,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "8.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +version = "8.0.3" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bitvec", "frame-benchmarking", @@ -9794,7 +9794,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bs58 0.5.1", "frame-benchmarking", @@ -9807,7 +9807,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "8.0.3" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -9856,7 +9856,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "frame-benchmarking", @@ -9973,7 +9973,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -9996,7 +9996,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "8.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -10759,7 +10759,7 @@ dependencies = [ [[package]] name = "rococo-emulated-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "emulated-integration-tests-common", "parachains-common", @@ -10775,8 +10775,8 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +version = "8.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -10873,7 +10873,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support", "polkadot-primitives", @@ -11168,7 +11168,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "log", "sp-core", @@ -11179,7 +11179,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "futures", @@ -11208,7 +11208,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "futures", "futures-timer", @@ -11230,7 +11230,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "sp-api", @@ -11245,7 +11245,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "array-bytes 6.2.3", "docify", @@ -11271,7 +11271,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -11282,7 +11282,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.37.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "array-bytes 6.2.3", "bip39", @@ -11323,7 +11323,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "fnv", "futures", @@ -11350,7 +11350,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "hash-db", "kvdb", @@ -11376,7 +11376,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "futures", @@ -11401,7 +11401,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "futures", @@ -11430,7 +11430,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "fork-tree", @@ -11466,7 +11466,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "futures", "jsonrpsee", @@ -11488,7 +11488,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -11524,7 +11524,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "futures", "jsonrpsee", @@ -11543,7 +11543,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "fork-tree", "parity-scale-codec", @@ -11556,7 +11556,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.20.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.3", @@ -11599,7 +11599,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.20.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "finality-grandpa", "futures", @@ -11619,7 +11619,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "futures", @@ -11642,7 +11642,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -11664,7 +11664,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.30.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -11676,7 +11676,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.30.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "anyhow", "cfg-if", @@ -11694,7 +11694,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "ansi_term", "futures", @@ -11711,7 +11711,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "array-bytes 6.2.3", "parking_lot 0.12.3", @@ -11725,7 +11725,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -11754,7 +11754,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -11797,7 +11797,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-channel 1.9.0", "cid", @@ -11817,7 +11817,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -11834,7 +11834,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "ahash 0.8.11", "futures", @@ -11853,7 +11853,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -11874,7 +11874,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -11910,7 +11910,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "array-bytes 6.2.3", "futures", @@ -11929,7 +11929,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "array-bytes 6.2.3", "bytes", @@ -11963,7 +11963,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -11972,7 +11972,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "futures", "jsonrpsee", @@ -12004,7 +12004,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12024,7 +12024,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "http", "jsonrpsee", @@ -12039,7 +12039,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "array-bytes 6.2.3", "futures", @@ -12069,7 +12069,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "directories", @@ -12132,7 +12132,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.31.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "log", "parity-scale-codec", @@ -12143,7 +12143,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "clap", "fs4", @@ -12156,7 +12156,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12175,7 +12175,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "derive_more", "futures", @@ -12196,7 +12196,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "chrono", "futures", @@ -12215,7 +12215,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "ansi_term", "chrono", @@ -12245,7 +12245,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -12256,7 +12256,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "futures", @@ -12283,7 +12283,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "futures", @@ -12299,7 +12299,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-channel 1.9.0", "futures", @@ -12733,7 +12733,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "enumn", "parity-scale-codec", @@ -12899,8 +12899,8 @@ dependencies = [ [[package]] name = "snowbridge-beacon-primitives" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +version = "0.1.2" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "byte-slice-cast", "frame-support", @@ -12923,8 +12923,8 @@ dependencies = [ [[package]] name = "snowbridge-core" -version = "0.1.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +version = "0.1.3" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "ethabi-decode", "frame-support", @@ -12947,7 +12947,7 @@ dependencies = [ [[package]] name = "snowbridge-ethereum" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "ethabi-decode", "ethbloom", @@ -12984,7 +12984,7 @@ dependencies = [ [[package]] name = "snowbridge-router-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "ethabi-decode", "frame-support", @@ -13044,7 +13044,7 @@ dependencies = [ [[package]] name = "sp-api" version = "27.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "hash-db", "log", @@ -13065,7 +13065,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "Inflector", "blake2 0.10.6", @@ -13079,7 +13079,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "scale-info", @@ -13092,7 +13092,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "integer-sqrt", "num-traits", @@ -13106,7 +13106,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "scale-info", @@ -13119,7 +13119,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "sp-api", "sp-inherents", @@ -13130,7 +13130,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "futures", "log", @@ -13148,7 +13148,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "futures", @@ -13163,7 +13163,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "parity-scale-codec", @@ -13180,7 +13180,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "parity-scale-codec", @@ -13199,7 +13199,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "lazy_static", "parity-scale-codec", @@ -13219,7 +13219,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "finality-grandpa", "log", @@ -13237,7 +13237,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "scale-info", @@ -13249,7 +13249,7 @@ dependencies = [ [[package]] name = "sp-core" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "array-bytes 6.2.3", "bip39", @@ -13294,7 +13294,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "blake2b_simd", "byteorder", @@ -13307,7 +13307,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "quote", "sp-crypto-hashing", @@ -13317,7 +13317,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -13326,7 +13326,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "proc-macro2", "quote", @@ -13336,7 +13336,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.26.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "environmental", "parity-scale-codec", @@ -13347,7 +13347,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "serde_json", "sp-api", @@ -13358,7 +13358,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -13372,7 +13372,7 @@ dependencies = [ [[package]] name = "sp-io" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bytes", "ed25519-dalek", @@ -13397,7 +13397,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "sp-core", "sp-runtime", @@ -13407,7 +13407,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -13419,7 +13419,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "thiserror", "zstd 0.12.4", @@ -13428,7 +13428,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -13439,7 +13439,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "scale-info", @@ -13451,7 +13451,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -13469,7 +13469,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "scale-info", @@ -13483,7 +13483,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "sp-api", "sp-core", @@ -13493,7 +13493,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "backtrace", "lazy_static", @@ -13503,7 +13503,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "rustc-hash", "serde", @@ -13513,7 +13513,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "docify", "either", @@ -13537,7 +13537,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -13555,7 +13555,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "Inflector", "expander 2.2.1", @@ -13568,7 +13568,7 @@ dependencies = [ [[package]] name = "sp-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "scale-info", @@ -13583,7 +13583,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -13597,7 +13597,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "hash-db", "log", @@ -13618,7 +13618,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.3", @@ -13643,12 +13643,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" [[package]] name = "sp-storage" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13661,7 +13661,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "parity-scale-codec", @@ -13674,7 +13674,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "sp-std", @@ -13686,7 +13686,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "sp-api", "sp-runtime", @@ -13695,7 +13695,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "parity-scale-codec", @@ -13710,7 +13710,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "ahash 0.8.11", "hash-db", @@ -13734,7 +13734,7 @@ dependencies = [ [[package]] name = "sp-version" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13751,7 +13751,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -13762,7 +13762,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -13775,7 +13775,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -13960,7 +13960,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-parachain-info" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -13974,7 +13974,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "8.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "array-bytes 6.2.3", "bounded-collections", @@ -13991,8 +13991,8 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "8.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +version = "8.0.3" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support", "frame-system", @@ -14014,7 +14014,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "8.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "environmental", "frame-benchmarking", @@ -14189,7 +14189,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" [[package]] name = "substrate-fixed" @@ -14206,7 +14206,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -14225,7 +14225,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "hyper", "log", @@ -14237,7 +14237,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "jsonrpsee", @@ -14250,7 +14250,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14277,7 +14277,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "18.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "array-bytes 6.2.3", "build-helper", @@ -14459,7 +14459,7 @@ dependencies = [ [[package]] name = "testnet-parachains-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support", "polkadot-core-primitives", @@ -14857,7 +14857,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "coarsetime", "polkadot-primitives", @@ -14868,7 +14868,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "expander 2.2.1", "proc-macro-crate 3.1.0", @@ -15026,7 +15026,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" version = "0.39.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "async-trait", "clap", @@ -15685,8 +15685,8 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +version = "8.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "binary-merkle-tree", "bitvec", @@ -15793,7 +15793,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "frame-support", "polkadot-primitives", @@ -16179,7 +16179,7 @@ dependencies = [ [[package]] name = "xcm-emulator" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -16255,7 +16255,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#e046d3b2caaca6c43a60f26594052c5c806b980e" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=release-crates-io-v1.7.0#69c0bc7b0d5221ffe0c7905b566dfb1bbab853d1" dependencies = [ "Inflector", "proc-macro2", diff --git a/runtimes/peregrine/src/lib.rs b/runtimes/peregrine/src/lib.rs index 25611a8c12..2b09a26561 100644 --- a/runtimes/peregrine/src/lib.rs +++ b/runtimes/peregrine/src/lib.rs @@ -78,10 +78,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("mashnet-node"), impl_name: create_runtime_str!("mashnet-node"), authoring_version: 4, - spec_version: 11502, + spec_version: 11503, impl_version: 0, apis: RUNTIME_API_VERSION, - transaction_version: 8, + transaction_version: 11, state_version: 0, }; diff --git a/runtimes/spiritnet/src/lib.rs b/runtimes/spiritnet/src/lib.rs index 1f01b60e68..bcea3fd53e 100644 --- a/runtimes/spiritnet/src/lib.rs +++ b/runtimes/spiritnet/src/lib.rs @@ -77,10 +77,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kilt-spiritnet"), impl_name: create_runtime_str!("kilt-spiritnet"), authoring_version: 1, - spec_version: 11502, + spec_version: 11503, impl_version: 0, apis: RUNTIME_API_VERSION, - transaction_version: 8, + transaction_version: 11, state_version: 0, }; diff --git a/zombienet/runtimes/peregrine/.env b/zombienet/runtimes/peregrine/.env index a44d7f1d84..bd5cfb21e2 100644 --- a/zombienet/runtimes/peregrine/.env +++ b/zombienet/runtimes/peregrine/.env @@ -1,4 +1,4 @@ RELAY_IMAGE=parity/polkadot:v1.15.2 RELAY_RPC=50001 -PARA_IMAGE=kiltprotocol/kilt-node:1.14.3 +PARA_IMAGE=kiltprotocol/kilt-node:1.15.2 PARA_RPC=50010 diff --git a/zombienet/runtimes/spiritnet/.env b/zombienet/runtimes/spiritnet/.env index a44d7f1d84..72a2b9b8d3 100644 --- a/zombienet/runtimes/spiritnet/.env +++ b/zombienet/runtimes/spiritnet/.env @@ -1,4 +1,4 @@ RELAY_IMAGE=parity/polkadot:v1.15.2 RELAY_RPC=50001 -PARA_IMAGE=kiltprotocol/kilt-node:1.14.3 +PARA_IMAGE=kiltprotocol/kilt-node:1.14.5 PARA_RPC=50010