From 5ff08be516af0cd862b8266a129354ac73ba8ed6 Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Mon, 6 May 2024 10:34:41 +0300 Subject: [PATCH 1/3] subcommand to relay messages range --- Cargo.lock | 493 ++++++++---------- .../client-bridge-hub-kusama/Cargo.toml | 22 +- .../client-bridge-hub-polkadot/Cargo.toml | 26 +- .../client-bridge-hub-rococo/Cargo.toml | 22 +- .../client-bridge-hub-westend/Cargo.toml | 26 +- relay-clients/client-kusama/Cargo.toml | 20 +- .../client-polkadot-bulletin/Cargo.toml | 26 +- relay-clients/client-polkadot/Cargo.toml | 20 +- relay-clients/client-rococo/Cargo.toml | 18 +- relay-clients/client-westend/Cargo.toml | 20 +- substrate-relay/Cargo.toml | 42 +- substrate-relay/src/cli/mod.rs | 3 + substrate-relay/src/cli/relay_messages.rs | 37 +- 13 files changed, 390 insertions(+), 385 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f61499d0cd6..02b8bfae9c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1117,7 +1117,7 @@ dependencies = [ [[package]] name = "bp-bridge-hub-cumulus" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -1126,13 +1126,13 @@ dependencies = [ "frame-system", "polkadot-primitives", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "bp-bridge-hub-kusama" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1140,13 +1140,13 @@ dependencies = [ "frame-support", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "bp-bridge-hub-polkadot" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1154,13 +1154,13 @@ dependencies = [ "frame-support", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "bp-bridge-hub-rococo" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1168,13 +1168,13 @@ dependencies = [ "frame-support", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "bp-bridge-hub-westend" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1182,13 +1182,13 @@ dependencies = [ "frame-support", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "bp-header-chain" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1199,26 +1199,26 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "bp-kusama" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "bp-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1227,13 +1227,13 @@ dependencies = [ "scale-info", "serde", "sp-core", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "bp-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1244,26 +1244,26 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "bp-polkadot" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "bp-polkadot-bulletin" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-header-chain", "bp-messages", @@ -1275,13 +1275,13 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "bp-polkadot-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-messages", "bp-runtime", @@ -1293,13 +1293,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "bp-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-messages", "bp-runtime", @@ -1307,26 +1307,26 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "bp-rococo" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "bp-runtime" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "frame-support", "frame-system", @@ -1341,7 +1341,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-trie", "trie-db", ] @@ -1349,7 +1349,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1362,35 +1362,35 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-trie", ] [[package]] name = "bp-westend" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "bp-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "bp-xcm-bridge-hub-router" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "parity-scale-codec", "scale-info", @@ -1401,7 +1401,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-header-chain", "bp-messages", @@ -1427,7 +1427,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-trie", "staging-xcm", "staging-xcm-builder", @@ -2594,7 +2594,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "equivocation-detector" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "async-std", "async-trait", @@ -2785,7 +2785,7 @@ dependencies = [ [[package]] name = "finality-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "async-std", "async-trait", @@ -2874,7 +2874,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "frame-support", "frame-support-procedural", @@ -2890,9 +2890,9 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "static_assertions", ] @@ -2922,7 +2922,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "aquamarine", "array-bytes 6.2.2", @@ -2945,7 +2945,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -2953,8 +2953,8 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-weights", "static_assertions", "tt-call", @@ -2963,7 +2963,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "Inflector", "cfg-expr", @@ -2975,14 +2975,14 @@ dependencies = [ "proc-macro-warning", "proc-macro2 1.0.81", "quote 1.0.36", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "syn 2.0.60", ] [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", @@ -2994,7 +2994,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "proc-macro2 1.0.81", "quote 1.0.36", @@ -3004,7 +3004,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "cfg-if", "docify", @@ -3016,7 +3016,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-version", "sp-weights", ] @@ -3869,26 +3869,24 @@ dependencies = [ [[package]] name = "jsonrpsee" -version = "0.22.4" +version = "0.22.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4b0e68d9af1f066c06d6e2397583795b912d78537d7d907c561e82c13d69fa1" +checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" dependencies = [ "jsonrpsee-client-transport", "jsonrpsee-core", "jsonrpsee-http-client", "jsonrpsee-proc-macros", - "jsonrpsee-server", "jsonrpsee-types", "jsonrpsee-ws-client", - "tokio", "tracing", ] [[package]] name = "jsonrpsee-client-transport" -version = "0.22.4" +version = "0.22.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92f254f56af1ae84815b9b1325094743dcf05b92abb5e94da2e81a35cff0cada" +checksum = "4978087a58c3ab02efc5b07c5e5e2803024536106fd5506f558db172c889b3aa" dependencies = [ "futures-util", "http", @@ -3907,9 +3905,9 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.22.4" +version = "0.22.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "274d68152c24aa78977243bb56f28d7946e6aa309945b37d33174a3f92d89a3a" +checksum = "b4b257e1ec385e07b0255dde0b933f948b5c8b8c28d42afda9587c3a967b896d" dependencies = [ "anyhow", "async-trait", @@ -3932,9 +3930,9 @@ dependencies = [ [[package]] name = "jsonrpsee-http-client" -version = "0.22.4" +version = "0.22.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac13bc1e44cd00448a5ff485824a128629c945f02077804cb659c07a0ba41395" +checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5" dependencies = [ "async-trait", "hyper", @@ -3952,9 +3950,9 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.22.4" +version = "0.22.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c326f9e95aeff7d707b2ffde72c22a52acc975ba1c48587776c02b90c4747a6" +checksum = "7d0bb047e79a143b32ea03974a6bf59b62c2a4c5f5d42a381c907a8bbb3f75c0" dependencies = [ "heck 0.4.1", "proc-macro-crate 3.1.0", @@ -3963,35 +3961,11 @@ dependencies = [ "syn 2.0.60", ] -[[package]] -name = "jsonrpsee-server" -version = "0.22.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b5bfbda5f8fb63f997102fd18f73e35e34c84c6dcdbdbbe72c6e48f6d2c959b" -dependencies = [ - "futures-util", - "http", - "hyper", - "jsonrpsee-core", - "jsonrpsee-types", - "pin-project", - "route-recognizer", - "serde", - "serde_json", - "soketto", - "thiserror", - "tokio", - "tokio-stream", - "tokio-util", - "tower", - "tracing", -] - [[package]] name = "jsonrpsee-types" -version = "0.22.4" +version = "0.22.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dc828e537868d6b12bbb07ec20324909a22ced6efca0057c825c3e1126b2c6d" +checksum = "150d6168405890a7a3231a3c74843f58b8959471f6df76078db2619ddee1d07d" dependencies = [ "anyhow", "beef", @@ -4002,9 +3976,9 @@ dependencies = [ [[package]] name = "jsonrpsee-ws-client" -version = "0.22.4" +version = "0.22.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32f00abe918bf34b785f87459b9205790e5361a3f7437adb50e928dc243f27eb" +checksum = "58b9db2dfd5bb1194b0ce921504df9ceae210a345bc2f6c5a61432089bbab070" dependencies = [ "http", "jsonrpsee-client-transport", @@ -4608,7 +4582,7 @@ dependencies = [ [[package]] name = "litep2p" version = "0.3.0" -source = "git+https://github.com/paritytech/litep2p?branch=master#b142c9eb611fb2fe78d2830266a3675b37299ceb" +source = "git+https://github.com/paritytech/litep2p?rev=e03a6023882db111beeb24d8c0ceaac0721d3f0f#e03a6023882db111beeb24d8c0ceaac0721d3f0f" dependencies = [ "async-trait", "bs58 0.4.0", @@ -4859,7 +4833,7 @@ dependencies = [ [[package]] name = "messages-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "async-std", "async-trait", @@ -5423,7 +5397,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "frame-support", "frame-system", @@ -5431,13 +5405,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "docify", "frame-benchmarking", @@ -5447,13 +5421,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "pallet-bridge-grandpa" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5467,14 +5441,14 @@ dependencies = [ "scale-info", "sp-consensus-grandpa", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-trie", ] [[package]] name = "pallet-bridge-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-messages", "bp-runtime", @@ -5486,13 +5460,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "pallet-bridge-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-header-chain", "bp-parachains", @@ -5506,14 +5480,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-trie", ] [[package]] name = "pallet-bridge-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bp-messages", "bp-relayers", @@ -5527,13 +5501,13 @@ dependencies = [ "scale-info", "sp-arithmetic", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "frame-benchmarking", "frame-support", @@ -5550,13 +5524,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "frame-support", "frame-system", @@ -5571,14 +5545,14 @@ dependencies = [ "sp-session", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-trie", ] [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "docify", "frame-benchmarking", @@ -5590,15 +5564,15 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-timestamp", ] [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "frame-support", "frame-system", @@ -5608,13 +5582,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5626,7 +5600,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "frame-benchmarking", "frame-support", @@ -5636,13 +5610,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "parachains-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "async-std", "async-trait", @@ -5920,19 +5894,19 @@ checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "parity-scale-codec", "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bounded-collections", "derive_more", @@ -5942,14 +5916,14 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-weights", ] [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bitvec", "hex-literal", @@ -5970,7 +5944,7 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] @@ -6873,7 +6847,7 @@ dependencies = [ [[package]] name = "relay-substrate-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "async-std", "async-trait", @@ -6904,7 +6878,7 @@ dependencies = [ "sp-core", "sp-rpc", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-trie", "sp-version", "staging-xcm", @@ -6915,7 +6889,7 @@ dependencies = [ [[package]] name = "relay-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "ansi_term", "anyhow", @@ -7033,12 +7007,6 @@ dependencies = [ "rustc-hex", ] -[[package]] -name = "route-recognizer" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" - [[package]] name = "rtnetlink" version = "0.10.1" @@ -7295,18 +7263,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "thiserror", ] [[package]] name = "sc-chain-spec" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "array-bytes 6.2.2", "docify", @@ -7322,18 +7290,18 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-genesis-builder", "sp-io", "sp-runtime", "sp-state-machine", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2 1.0.81", @@ -7344,7 +7312,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "fnv", "futures", @@ -7359,11 +7327,11 @@ dependencies = [ "sp-consensus", "sp-core", "sp-database", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-runtime", "sp-state-machine", "sp-statement-store", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-trie", "substrate-prometheus-endpoint", ] @@ -7371,7 +7339,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "async-trait", "futures", @@ -7396,7 +7364,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -7406,25 +7374,25 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-io", "sp-panic-handler", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "tracing", ] [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "polkavm", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "thiserror", "wasm-instrument", ] @@ -7432,18 +7400,18 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "log", "polkavm", "sc-executor-common", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "anyhow", "cfg-if", @@ -7453,15 +7421,15 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "wasmtime", ] [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -7490,7 +7458,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -7541,7 +7509,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -7559,7 +7527,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bs58 0.4.0", "libp2p-identity", @@ -7573,7 +7541,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -7593,7 +7561,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "chrono", "futures", @@ -7613,7 +7581,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "async-trait", "futures", @@ -7629,7 +7597,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "async-channel 1.9.0", "futures", @@ -8335,7 +8303,6 @@ dependencies = [ "bytes", "flate2", "futures", - "http", "httparse", "log", "rand 0.8.5", @@ -8345,7 +8312,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "hash-db", "log", @@ -8353,12 +8320,12 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-metadata-ir", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-trie", "sp-version", "thiserror", @@ -8367,7 +8334,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "Inflector", "blake2 0.10.6", @@ -8381,20 +8348,20 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "docify", "integer-sqrt", @@ -8402,7 +8369,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "static_assertions", ] @@ -8427,7 +8394,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "parity-scale-codec", "scale-info", @@ -8439,7 +8406,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "futures", "log", @@ -8457,7 +8424,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "async-trait", "futures", @@ -8472,7 +8439,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "finality-grandpa", "log", @@ -8489,7 +8456,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "parity-scale-codec", "scale-info", @@ -8500,7 +8467,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "array-bytes 6.2.2", "bandersnatch_vrfs", @@ -8530,12 +8497,12 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "ss58-registry", "substrate-bip39", "thiserror", @@ -8547,7 +8514,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk#7e68b2b8da9caf634ff4f6c6d96d2d7914c44fb7" +source = "git+https://github.com/paritytech/polkadot-sdk#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -8581,7 +8548,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "blake2b_simd", "byteorder", @@ -8594,17 +8561,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "quote 1.0.36", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "syn 2.0.60", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -8613,7 +8580,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "proc-macro2 1.0.81", "quote 1.0.36", @@ -8623,7 +8590,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#7e68b2b8da9caf634ff4f6c6d96d2d7914c44fb7" +source = "git+https://github.com/paritytech/polkadot-sdk#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "proc-macro2 1.0.81", "quote 1.0.36", @@ -8633,17 +8600,17 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk#7e68b2b8da9caf634ff4f6c6d96d2d7914c44fb7" +source = "git+https://github.com/paritytech/polkadot-sdk#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "environmental", "parity-scale-codec", @@ -8653,7 +8620,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "parity-scale-codec", "scale-info", @@ -8665,7 +8632,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -8678,7 +8645,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bytes", "ed25519-dalek 2.1.1", @@ -8689,13 +8656,13 @@ dependencies = [ "rustversion", "secp256k1", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-keystore", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-trie", "tracing", "tracing-core", @@ -8704,7 +8671,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "sp-core", "sp-runtime", @@ -8714,18 +8681,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "thiserror", "zstd 0.12.4", @@ -8734,7 +8701,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "frame-metadata 16.0.0", "parity-scale-codec", @@ -8744,7 +8711,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "parity-scale-codec", "scale-info", @@ -8755,7 +8722,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "backtrace", "lazy_static", @@ -8765,7 +8732,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "rustc-hash", "serde", @@ -8775,13 +8742,14 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "docify", "either", "hash256-std-hasher", "impl-trait-for-tuples", "log", + "num-traits", "parity-scale-codec", "paste", "rand 0.8.5", @@ -8792,33 +8760,33 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-weights", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive", "primitive-types", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "static_assertions", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#7e68b2b8da9caf634ff4f6c6d96d2d7914c44fb7" +source = "git+https://github.com/paritytech/polkadot-sdk#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -8837,7 +8805,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "Inflector", "expander", @@ -8850,7 +8818,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#7e68b2b8da9caf634ff4f6c6d96d2d7914c44fb7" +source = "git+https://github.com/paritytech/polkadot-sdk#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "Inflector", "expander", @@ -8863,7 +8831,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "parity-scale-codec", "scale-info", @@ -8877,7 +8845,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8890,7 +8858,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "hash-db", "log", @@ -8899,7 +8867,7 @@ dependencies = [ "rand 0.8.5", "smallvec", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-panic-handler", "sp-trie", "thiserror", @@ -8910,7 +8878,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -8923,10 +8891,10 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "thiserror", "x25519-dalek 2.0.1", ] @@ -8934,29 +8902,29 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#7e68b2b8da9caf634ff4f6c6d96d2d7914c44fb7" +source = "git+https://github.com/paritytech/polkadot-sdk#73c89d308fefcedfc3619f0273e13b6623766b81" [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#7e68b2b8da9caf634ff4f6c6d96d2d7914c44fb7" +source = "git+https://github.com/paritytech/polkadot-sdk#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8968,7 +8936,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "async-trait", "parity-scale-codec", @@ -8980,7 +8948,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "parity-scale-codec", "tracing", @@ -8991,7 +8959,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#7e68b2b8da9caf634ff4f6c6d96d2d7914c44fb7" +source = "git+https://github.com/paritytech/polkadot-sdk#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "parity-scale-codec", "tracing", @@ -9002,7 +8970,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "ahash 0.8.11", "hash-db", @@ -9015,7 +8983,7 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "thiserror", "tracing", "trie-db", @@ -9025,7 +8993,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9034,7 +9002,7 @@ dependencies = [ "serde", "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-version-proc-macro", "thiserror", ] @@ -9042,7 +9010,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "parity-scale-codec", "proc-macro2 1.0.81", @@ -9053,7 +9021,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -9065,7 +9033,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#7e68b2b8da9caf634ff4f6c6d96d2d7914c44fb7" +source = "git+https://github.com/paritytech/polkadot-sdk#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "impl-trait-for-tuples", "log", @@ -9075,7 +9043,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -9083,7 +9051,7 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", ] [[package]] @@ -9132,7 +9100,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "array-bytes 6.2.2", "bounded-collections", @@ -9150,7 +9118,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "frame-support", "frame-system", @@ -9163,7 +9131,7 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-weights", "staging-xcm", "staging-xcm-executor", @@ -9172,7 +9140,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "environmental", "frame-benchmarking", @@ -9185,7 +9153,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", "sp-weights", "staging-xcm", ] @@ -9198,9 +9166,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "str0m" -version = "0.2.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee48572247f422dcbe68630c973f8296fbd5157119cd36a3223e48bf83d47727" +checksum = "d3f10d3f68e60168d81110410428a435dbde28cc5525f5f7c6fdec92dbdc2800" dependencies = [ "combine", "crc", @@ -9277,7 +9245,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -9289,7 +9257,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "hyper", "log", @@ -9355,7 +9323,7 @@ dependencies = [ [[package]] name = "substrate-relay-helper" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "anyhow", "async-std", @@ -9785,7 +9753,6 @@ dependencies = [ "futures-core", "pin-project-lite 0.2.14", "tokio", - "tokio-util", ] [[package]] @@ -11142,7 +11109,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#171bedc2b319e18d51a7b510d8bd4cfd2e645c31" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" dependencies = [ "Inflector", "proc-macro2 1.0.81", diff --git a/relay-clients/client-bridge-hub-kusama/Cargo.toml b/relay-clients/client-bridge-hub-kusama/Cargo.toml index ac3c382baa7..d1298251bb7 100644 --- a/relay-clients/client-bridge-hub-kusama/Cargo.toml +++ b/relay-clients/client-bridge-hub-kusama/Cargo.toml @@ -16,17 +16,17 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-bridge-hub-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-bridge-hub-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } # Substrate Dependencies -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } diff --git a/relay-clients/client-bridge-hub-polkadot/Cargo.toml b/relay-clients/client-bridge-hub-polkadot/Cargo.toml index 14671ce8f36..1d3525abbe2 100644 --- a/relay-clients/client-bridge-hub-polkadot/Cargo.toml +++ b/relay-clients/client-bridge-hub-polkadot/Cargo.toml @@ -16,19 +16,19 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-bridge-hub-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-bridge-hub-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } # Substrate Dependencies -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } diff --git a/relay-clients/client-bridge-hub-rococo/Cargo.toml b/relay-clients/client-bridge-hub-rococo/Cargo.toml index a872cea3f5e..ce0a9623710 100644 --- a/relay-clients/client-bridge-hub-rococo/Cargo.toml +++ b/relay-clients/client-bridge-hub-rococo/Cargo.toml @@ -16,18 +16,18 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-bridge-hub-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-bridge-hub-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } # Substrate Dependencies -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } diff --git a/relay-clients/client-bridge-hub-westend/Cargo.toml b/relay-clients/client-bridge-hub-westend/Cargo.toml index 2e1e21c2626..085ab830fc7 100644 --- a/relay-clients/client-bridge-hub-westend/Cargo.toml +++ b/relay-clients/client-bridge-hub-westend/Cargo.toml @@ -16,22 +16,22 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-bridge-hub-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-bridge-hub-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } # Substrate Dependencies -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } [dev-dependencies] -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } diff --git a/relay-clients/client-kusama/Cargo.toml b/relay-clients/client-kusama/Cargo.toml index 6872d811727..2c2d4fc906c 100644 --- a/relay-clients/client-kusama/Cargo.toml +++ b/relay-clients/client-kusama/Cargo.toml @@ -16,17 +16,17 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } # Substrate Dependencies -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } diff --git a/relay-clients/client-polkadot-bulletin/Cargo.toml b/relay-clients/client-polkadot-bulletin/Cargo.toml index 0113daff9e0..13417472342 100644 --- a/relay-clients/client-polkadot-bulletin/Cargo.toml +++ b/relay-clients/client-polkadot-bulletin/Cargo.toml @@ -16,19 +16,19 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } # Substrate Dependencies -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } diff --git a/relay-clients/client-polkadot/Cargo.toml b/relay-clients/client-polkadot/Cargo.toml index 66d8cf3b798..0a176bd148b 100644 --- a/relay-clients/client-polkadot/Cargo.toml +++ b/relay-clients/client-polkadot/Cargo.toml @@ -16,17 +16,17 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } # Substrate Dependencies -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } diff --git a/relay-clients/client-rococo/Cargo.toml b/relay-clients/client-rococo/Cargo.toml index 9953f9006ef..6f595c3e6da 100644 --- a/relay-clients/client-rococo/Cargo.toml +++ b/relay-clients/client-rococo/Cargo.toml @@ -16,16 +16,16 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } # Substrate Dependencies -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } diff --git a/relay-clients/client-westend/Cargo.toml b/relay-clients/client-westend/Cargo.toml index 1660035173e..f4ed0fbede3 100644 --- a/relay-clients/client-westend/Cargo.toml +++ b/relay-clients/client-westend/Cargo.toml @@ -16,17 +16,17 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } # Substrate Dependencies -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } diff --git a/substrate-relay/Cargo.toml b/substrate-relay/Cargo.toml index ee38fd0a5d1..a3888875413 100644 --- a/substrate-relay/Cargo.toml +++ b/substrate-relay/Cargo.toml @@ -27,19 +27,19 @@ signal-hook-async-std = "0.2.2" strum = { version = "0.26.2", features = ["derive"] } # Bridge dependencies -bp-bridge-hub-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-bridge-hub-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -pallet-bridge-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -parachains-relay = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-bridge-hub-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-bridge-hub-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +pallet-bridge-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +parachains-relay = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } relay-bridge-hub-kusama-client = { path = "../relay-clients/client-bridge-hub-kusama" } relay-bridge-hub-polkadot-client = { path = "../relay-clients/client-bridge-hub-polkadot" } relay-bridge-hub-rococo-client = { path = "../relay-clients/client-bridge-hub-rococo" } @@ -48,20 +48,20 @@ relay-kusama-client = { path = "../relay-clients/client-kusama" } relay-polkadot-client = { path = "../relay-clients/client-polkadot" } relay-polkadot-bulletin-client = { path = "../relay-clients/client-polkadot-bulletin" } relay-rococo-client = { path = "../relay-clients/client-rococo" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } relay-westend-client = { path = "../relay-clients/client-westend" } -substrate-relay-helper = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +substrate-relay-helper = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } [dev-dependencies] -bp-test-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-test-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } hex-literal = "0.4" -sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } tempfile = "3.10" finality-grandpa = { version = "0.16.2" } diff --git a/substrate-relay/src/cli/mod.rs b/substrate-relay/src/cli/mod.rs index 9eff263ebf5..7188fd12fbc 100644 --- a/substrate-relay/src/cli/mod.rs +++ b/substrate-relay/src/cli/mod.rs @@ -60,6 +60,8 @@ pub enum Command { /// Ties up to `Messages` pallets on both chains and starts relaying messages. /// Requires the header relay to be already running. RelayMessages(relay_messages::RelayMessages), + /// Relay a range of messages. + RelayMessagesRange(relay_messages::RelayMessagesRange), /// Start headers and messages relay between two Substrate chains. /// /// This high-level relay internally starts four low-level relays: two `RelayHeaders` @@ -100,6 +102,7 @@ impl Command { Self::RelayHeader(arg) => arg.run().await?, Self::RelayParachains(arg) => arg.run().await?, Self::RelayMessages(arg) => arg.run().await?, + Self::RelayMessagesRange(arg) => arg.run().await?, Self::RelayHeadersAndMessages(arg) => arg.run().await?, Self::DetectEquivocations(arg) => arg.run().await?, } diff --git a/substrate-relay/src/cli/relay_messages.rs b/substrate-relay/src/cli/relay_messages.rs index 92b98f4d983..2940a8b5d43 100644 --- a/substrate-relay/src/cli/relay_messages.rs +++ b/substrate-relay/src/cli/relay_messages.rs @@ -35,7 +35,7 @@ use crate::bridges::{ bridge_hub_westend_messages_to_bridge_hub_rococo::BridgeHubWestendToBridgeHubRococoMessagesCliBridge, }, }; -use substrate_relay_helper::cli::relay_messages::{MessagesRelayer, RelayMessagesParams}; +use substrate_relay_helper::cli::relay_messages::{MessagesRelayer, RelayMessagesParams, RelayMessagesRangeParams}; #[derive(Debug, PartialEq, Eq, EnumString, VariantNames)] #[strum(serialize_all = "kebab_case")] @@ -61,6 +61,16 @@ pub struct RelayMessages { params: RelayMessagesParams, } +/// Relay range of messages. +#[derive(StructOpt)] +pub struct RelayMessagesRange { + /// A bridge instance to relay messages for. + #[structopt(possible_values = FullBridge::VARIANTS, case_insensitive = true)] + bridge: FullBridge, + #[structopt(flatten)] + params: RelayMessagesRangeParams, +} + impl MessagesRelayer for BridgeHubRococoToBridgeHubWestendMessagesCliBridge {} impl MessagesRelayer for BridgeHubWestendToBridgeHubRococoMessagesCliBridge {} impl MessagesRelayer for BridgeHubKusamaToBridgeHubPolkadotMessagesCliBridge {} @@ -94,3 +104,28 @@ impl RelayMessages { .await } } + +impl RelayMessagesRange { + /// Run the command. + pub async fn run(self) -> anyhow::Result<()> { + match self.bridge { + FullBridge::BridgeHubRococoToBridgeHubWestend => + BridgeHubRococoToBridgeHubWestendMessagesCliBridge::relay_messages_range(self.params), + FullBridge::BridgeHubWestendToBridgeHubRococo => + BridgeHubWestendToBridgeHubRococoMessagesCliBridge::relay_messages_range(self.params), + FullBridge::BridgeHubKusamaToBridgeHubPolkadot => + BridgeHubKusamaToBridgeHubPolkadotMessagesCliBridge::relay_messages_range(self.params), + FullBridge::BridgeHubPolkadotToBridgeHubKusama => + BridgeHubPolkadotToBridgeHubKusamaMessagesCliBridge::relay_messages_range(self.params), + FullBridge::PolkadotBulletinToBridgeHubPolkadot => + PolkadotBulletinToBridgeHubPolkadotMessagesCliBridge::relay_messages_range(self.params), + FullBridge::BridgeHubPolkadotToPolkadotBulletin => + BridgeHubPolkadotToPolkadotBulletinMessagesCliBridge::relay_messages_range(self.params), + FullBridge::RococoBulletinToBridgeHubRococo => + RococoBulletinToBridgeHubRococoMessagesCliBridge::relay_messages_range(self.params), + FullBridge::BridgeHubRococoToRococoBulletin => + BridgeHubRococoToRococoBulletinMessagesCliBridge::relay_messages_range(self.params), + } + .await + } +} From 46287be971e5787fae211b89e70233d5e61c0766 Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Mon, 6 May 2024 10:38:30 +0300 Subject: [PATCH 2/3] fmt --- substrate-relay/src/cli/relay_messages.rs | 28 +++++++++++++++++------ 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/substrate-relay/src/cli/relay_messages.rs b/substrate-relay/src/cli/relay_messages.rs index 2940a8b5d43..da6d5b6b0b6 100644 --- a/substrate-relay/src/cli/relay_messages.rs +++ b/substrate-relay/src/cli/relay_messages.rs @@ -35,7 +35,9 @@ use crate::bridges::{ bridge_hub_westend_messages_to_bridge_hub_rococo::BridgeHubWestendToBridgeHubRococoMessagesCliBridge, }, }; -use substrate_relay_helper::cli::relay_messages::{MessagesRelayer, RelayMessagesParams, RelayMessagesRangeParams}; +use substrate_relay_helper::cli::relay_messages::{ + MessagesRelayer, RelayMessagesParams, RelayMessagesRangeParams, +}; #[derive(Debug, PartialEq, Eq, EnumString, VariantNames)] #[strum(serialize_all = "kebab_case")] @@ -110,17 +112,29 @@ impl RelayMessagesRange { pub async fn run(self) -> anyhow::Result<()> { match self.bridge { FullBridge::BridgeHubRococoToBridgeHubWestend => - BridgeHubRococoToBridgeHubWestendMessagesCliBridge::relay_messages_range(self.params), + BridgeHubRococoToBridgeHubWestendMessagesCliBridge::relay_messages_range( + self.params, + ), FullBridge::BridgeHubWestendToBridgeHubRococo => - BridgeHubWestendToBridgeHubRococoMessagesCliBridge::relay_messages_range(self.params), + BridgeHubWestendToBridgeHubRococoMessagesCliBridge::relay_messages_range( + self.params, + ), FullBridge::BridgeHubKusamaToBridgeHubPolkadot => - BridgeHubKusamaToBridgeHubPolkadotMessagesCliBridge::relay_messages_range(self.params), + BridgeHubKusamaToBridgeHubPolkadotMessagesCliBridge::relay_messages_range( + self.params, + ), FullBridge::BridgeHubPolkadotToBridgeHubKusama => - BridgeHubPolkadotToBridgeHubKusamaMessagesCliBridge::relay_messages_range(self.params), + BridgeHubPolkadotToBridgeHubKusamaMessagesCliBridge::relay_messages_range( + self.params, + ), FullBridge::PolkadotBulletinToBridgeHubPolkadot => - PolkadotBulletinToBridgeHubPolkadotMessagesCliBridge::relay_messages_range(self.params), + PolkadotBulletinToBridgeHubPolkadotMessagesCliBridge::relay_messages_range( + self.params, + ), FullBridge::BridgeHubPolkadotToPolkadotBulletin => - BridgeHubPolkadotToPolkadotBulletinMessagesCliBridge::relay_messages_range(self.params), + BridgeHubPolkadotToPolkadotBulletinMessagesCliBridge::relay_messages_range( + self.params, + ), FullBridge::RococoBulletinToBridgeHubRococo => RococoBulletinToBridgeHubRococoMessagesCliBridge::relay_messages_range(self.params), FullBridge::BridgeHubRococoToRococoBulletin => From f85968e65a83b8f08990c72606fc86616e95ff2e Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Wed, 15 May 2024 09:15:51 +0300 Subject: [PATCH 3/3] use master refs --- Cargo.lock | 560 ++++++++++-------- .../client-bridge-hub-kusama/Cargo.toml | 22 +- .../client-bridge-hub-polkadot/Cargo.toml | 26 +- .../client-bridge-hub-rococo/Cargo.toml | 22 +- .../client-bridge-hub-westend/Cargo.toml | 26 +- relay-clients/client-kusama/Cargo.toml | 20 +- .../client-polkadot-bulletin/Cargo.toml | 26 +- relay-clients/client-polkadot/Cargo.toml | 20 +- relay-clients/client-rococo/Cargo.toml | 18 +- relay-clients/client-westend/Cargo.toml | 20 +- substrate-relay/Cargo.toml | 42 +- 11 files changed, 427 insertions(+), 375 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02b8bfae9c1..fbb3474c99e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -498,12 +498,6 @@ dependencies = [ "sha3", ] -[[package]] -name = "array-bytes" -version = "4.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6" - [[package]] name = "array-bytes" version = "6.2.2" @@ -1117,7 +1111,7 @@ dependencies = [ [[package]] name = "bp-bridge-hub-cumulus" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -1126,13 +1120,13 @@ dependencies = [ "frame-system", "polkadot-primitives", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-bridge-hub-kusama" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1140,13 +1134,13 @@ dependencies = [ "frame-support", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-bridge-hub-polkadot" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1154,13 +1148,13 @@ dependencies = [ "frame-support", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-bridge-hub-rococo" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1168,13 +1162,13 @@ dependencies = [ "frame-support", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-bridge-hub-westend" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1182,13 +1176,13 @@ dependencies = [ "frame-support", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-header-chain" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1199,26 +1193,26 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-kusama" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1227,13 +1221,13 @@ dependencies = [ "scale-info", "serde", "sp-core", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1244,26 +1238,26 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-polkadot" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-polkadot-bulletin" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-header-chain", "bp-messages", @@ -1275,13 +1269,13 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-polkadot-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-messages", "bp-runtime", @@ -1293,13 +1287,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-messages", "bp-runtime", @@ -1307,26 +1301,26 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-rococo" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-runtime" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "frame-support", "frame-system", @@ -1341,7 +1335,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", "trie-db", ] @@ -1349,7 +1343,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1362,35 +1356,35 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", ] [[package]] name = "bp-westend" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-xcm-bridge-hub-router" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "parity-scale-codec", "scale-info", @@ -1401,7 +1395,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-header-chain", "bp-messages", @@ -1427,7 +1421,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", "staging-xcm", "staging-xcm-builder", @@ -2455,20 +2449,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "ed25519-zebra" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6" -dependencies = [ - "curve25519-dalek 3.2.0", - "hashbrown 0.12.3", - "hex", - "rand_core 0.6.4", - "sha2 0.9.9", - "zeroize", -] - [[package]] name = "ed25519-zebra" version = "4.0.3" @@ -2594,7 +2574,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "equivocation-detector" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "async-std", "async-trait", @@ -2785,7 +2765,7 @@ dependencies = [ [[package]] name = "finality-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "async-std", "async-trait", @@ -2874,7 +2854,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "frame-support", "frame-support-procedural", @@ -2890,9 +2870,9 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "static_assertions", ] @@ -2922,10 +2902,10 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "aquamarine", - "array-bytes 6.2.2", + "array-bytes", "bitflags 1.3.2", "docify", "environmental", @@ -2945,7 +2925,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -2953,8 +2933,8 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-weights", "static_assertions", "tt-call", @@ -2963,26 +2943,26 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse 0.2.0", "expander", "frame-support-procedural-tools", - "itertools 0.10.5", + "itertools 0.11.0", "macro_magic", "proc-macro-warning", "proc-macro2 1.0.81", "quote 1.0.36", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "syn 2.0.60", ] [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", @@ -2994,7 +2974,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "proc-macro2 1.0.81", "quote 1.0.36", @@ -3004,7 +2984,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "cfg-if", "docify", @@ -3016,7 +2996,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-version", "sp-weights", ] @@ -3823,6 +3803,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" +dependencies = [ + "either", +] + [[package]] name = "itertools" version = "0.12.1" @@ -4601,8 +4590,8 @@ dependencies = [ "nohash-hasher", "parking_lot 0.12.1", "pin-project", - "prost", - "prost-build", + "prost 0.11.9", + "prost-build 0.11.9", "quinn", "rand 0.8.5", "rcgen", @@ -4833,7 +4822,7 @@ dependencies = [ [[package]] name = "messages-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "async-std", "async-trait", @@ -5397,7 +5386,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "frame-support", "frame-system", @@ -5405,13 +5394,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "docify", "frame-benchmarking", @@ -5421,13 +5410,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-bridge-grandpa" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5441,14 +5430,14 @@ dependencies = [ "scale-info", "sp-consensus-grandpa", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", ] [[package]] name = "pallet-bridge-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-messages", "bp-runtime", @@ -5460,13 +5449,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-bridge-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-header-chain", "bp-parachains", @@ -5480,14 +5469,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", ] [[package]] name = "pallet-bridge-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bp-messages", "bp-relayers", @@ -5501,13 +5490,13 @@ dependencies = [ "scale-info", "sp-arithmetic", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "frame-benchmarking", "frame-support", @@ -5524,13 +5513,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "frame-support", "frame-system", @@ -5545,14 +5534,14 @@ dependencies = [ "sp-session", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", ] [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "docify", "frame-benchmarking", @@ -5564,15 +5553,15 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-timestamp", ] [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "frame-support", "frame-system", @@ -5582,13 +5571,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5600,7 +5589,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "frame-benchmarking", "frame-support", @@ -5610,13 +5599,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "parachains-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "async-std", "async-trait", @@ -5894,19 +5883,19 @@ checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "parity-scale-codec", "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bounded-collections", "derive_more", @@ -5916,14 +5905,14 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-weights", ] [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bitvec", "hex-literal", @@ -5944,7 +5933,7 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] @@ -6131,6 +6120,16 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "prettyplease" +version = "0.2.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" +dependencies = [ + "proc-macro2 1.0.81", + "syn 2.0.60", +] + [[package]] name = "primitive-types" version = "0.12.2" @@ -6270,7 +6269,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" dependencies = [ "bytes", - "prost-derive", + "prost-derive 0.11.9", +] + +[[package]] +name = "prost" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922" +dependencies = [ + "bytes", + "prost-derive 0.12.5", ] [[package]] @@ -6286,15 +6295,36 @@ dependencies = [ "log", "multimap", "petgraph", - "prettyplease", - "prost", - "prost-types", + "prettyplease 0.1.11", + "prost 0.11.9", + "prost-types 0.11.9", "regex", "syn 1.0.109", "tempfile", "which", ] +[[package]] +name = "prost-build" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80b776a1b2dc779f5ee0641f8ade0125bc1298dd41a9a0c16d8bd57b42d222b1" +dependencies = [ + "bytes", + "heck 0.4.1", + "itertools 0.12.1", + "log", + "multimap", + "once_cell", + "petgraph", + "prettyplease 0.2.20", + "prost 0.12.4", + "prost-types 0.12.4", + "regex", + "syn 2.0.60", + "tempfile", +] + [[package]] name = "prost-derive" version = "0.11.9" @@ -6308,13 +6338,35 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "prost-derive" +version = "0.12.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9554e3ab233f0a932403704f1a1d08c30d5ccd931adfdfa1e8b5a19b52c1d55a" +dependencies = [ + "anyhow", + "itertools 0.12.1", + "proc-macro2 1.0.81", + "quote 1.0.36", + "syn 2.0.60", +] + [[package]] name = "prost-types" version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" dependencies = [ - "prost", + "prost 0.11.9", +] + +[[package]] +name = "prost-types" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3235c33eb02c1f1e212abdbe34c78b264b038fb58ca612664343271e36e55ffe" +dependencies = [ + "prost 0.12.4", ] [[package]] @@ -6847,7 +6899,7 @@ dependencies = [ [[package]] name = "relay-substrate-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "async-std", "async-trait", @@ -6878,7 +6930,7 @@ dependencies = [ "sp-core", "sp-rpc", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", "sp-version", "staging-xcm", @@ -6889,7 +6941,7 @@ dependencies = [ [[package]] name = "relay-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "ansi_term", "anyhow", @@ -7263,20 +7315,20 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", ] [[package]] name = "sc-chain-spec" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "docify", "log", "memmap2", @@ -7290,18 +7342,18 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-genesis-builder", "sp-io", "sp-runtime", "sp-state-machine", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2 1.0.81", @@ -7312,7 +7364,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "fnv", "futures", @@ -7327,11 +7379,11 @@ dependencies = [ "sp-consensus", "sp-core", "sp-database", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-runtime", "sp-state-machine", "sp-statement-store", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", "substrate-prometheus-endpoint", ] @@ -7339,7 +7391,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "async-trait", "futures", @@ -7364,7 +7416,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -7374,25 +7426,25 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-io", "sp-panic-handler", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "tracing", ] [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "polkavm", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", "wasm-instrument", ] @@ -7400,18 +7452,18 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "log", "polkavm", "sc-executor-common", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "anyhow", "cfg-if", @@ -7421,17 +7473,17 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "wasmtime", ] [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ - "array-bytes 4.2.0", + "array-bytes", "arrayvec 0.7.4", "blake2 0.10.6", "bytes", @@ -7458,9 +7510,9 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "async-channel 1.9.0", "async-trait", "asynchronous-codec", @@ -7481,8 +7533,8 @@ dependencies = [ "parking_lot 0.12.1", "partial_sort", "pin-project", - "prost", - "prost-build", + "prost 0.12.4", + "prost-build 0.12.4", "rand 0.8.5", "sc-client-api", "sc-network-common", @@ -7509,14 +7561,14 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "async-trait", "bitflags 1.3.2", "futures", "libp2p-identity", "parity-scale-codec", - "prost-build", + "prost-build 0.12.4", "sc-consensus", "sc-network-types", "sp-consensus", @@ -7526,10 +7578,10 @@ dependencies = [ [[package]] name = "sc-network-types" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +version = "0.10.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ - "bs58 0.4.0", + "bs58 0.5.1", "libp2p-identity", "litep2p", "multiaddr", @@ -7541,7 +7593,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -7561,7 +7613,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "chrono", "futures", @@ -7581,7 +7633,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "async-trait", "futures", @@ -7597,7 +7649,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "async-channel 1.9.0", "futures", @@ -8181,7 +8233,7 @@ dependencies = [ "chacha20", "crossbeam-queue", "derive_more", - "ed25519-zebra 4.0.3", + "ed25519-zebra", "either", "event-listener 4.0.3", "fnv", @@ -8312,7 +8364,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "hash-db", "log", @@ -8320,12 +8372,12 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-metadata-ir", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", "sp-version", "thiserror", @@ -8334,7 +8386,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "Inflector", "blake2 0.10.6", @@ -8348,20 +8400,20 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "docify", "integer-sqrt", @@ -8369,7 +8421,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "static_assertions", ] @@ -8394,7 +8446,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "parity-scale-codec", "scale-info", @@ -8406,7 +8458,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "futures", "log", @@ -8424,7 +8476,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "async-trait", "futures", @@ -8439,7 +8491,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "finality-grandpa", "log", @@ -8456,7 +8508,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "parity-scale-codec", "scale-info", @@ -8467,21 +8519,21 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "bandersnatch_vrfs", "bitflags 1.3.2", "blake2 0.10.6", "bounded-collections", "bs58 0.5.1", "dyn-clonable", - "ed25519-zebra 3.1.0", + "ed25519-zebra", "futures", "hash-db", "hash256-std-hasher", "impl-serde", - "itertools 0.10.5", + "itertools 0.11.0", "k256", "libsecp256k1", "log", @@ -8497,12 +8549,12 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "ss58-registry", "substrate-bip39", "thiserror", @@ -8514,7 +8566,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -8548,7 +8600,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "blake2b_simd", "byteorder", @@ -8561,17 +8613,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "quote 1.0.36", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "syn 2.0.60", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -8580,7 +8632,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "proc-macro2 1.0.81", "quote 1.0.36", @@ -8590,7 +8642,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "proc-macro2 1.0.81", "quote 1.0.36", @@ -8600,17 +8652,17 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "environmental", "parity-scale-codec", @@ -8620,7 +8672,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "parity-scale-codec", "scale-info", @@ -8632,7 +8684,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -8645,7 +8697,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bytes", "ed25519-dalek 2.1.1", @@ -8656,13 +8708,13 @@ dependencies = [ "rustversion", "secp256k1", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-keystore", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", "tracing", "tracing-core", @@ -8671,7 +8723,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "sp-core", "sp-runtime", @@ -8681,18 +8733,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "thiserror", "zstd 0.12.4", @@ -8701,7 +8753,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "frame-metadata 16.0.0", "parity-scale-codec", @@ -8711,7 +8763,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "parity-scale-codec", "scale-info", @@ -8722,7 +8774,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "backtrace", "lazy_static", @@ -8732,7 +8784,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "rustc-hash", "serde", @@ -8742,7 +8794,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "docify", "either", @@ -8760,33 +8812,33 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-weights", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive", "primitive-types", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "static_assertions", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -8805,7 +8857,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "Inflector", "expander", @@ -8818,7 +8870,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "Inflector", "expander", @@ -8831,7 +8883,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "parity-scale-codec", "scale-info", @@ -8845,7 +8897,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8858,7 +8910,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "hash-db", "log", @@ -8867,7 +8919,7 @@ dependencies = [ "rand 0.8.5", "smallvec", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-panic-handler", "sp-trie", "thiserror", @@ -8878,7 +8930,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -8891,10 +8943,10 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", "x25519-dalek 2.0.1", ] @@ -8902,29 +8954,29 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk#12ab31508cf8f03e6cc233722e535c383dc97c41" [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8936,7 +8988,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "async-trait", "parity-scale-codec", @@ -8948,7 +9000,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "parity-scale-codec", "tracing", @@ -8959,7 +9011,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "parity-scale-codec", "tracing", @@ -8970,7 +9022,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "ahash 0.8.11", "hash-db", @@ -8983,7 +9035,7 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", "tracing", "trie-db", @@ -8993,7 +9045,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9002,7 +9054,7 @@ dependencies = [ "serde", "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-version-proc-macro", "thiserror", ] @@ -9010,7 +9062,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "parity-scale-codec", "proc-macro2 1.0.81", @@ -9021,7 +9073,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -9033,7 +9085,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "impl-trait-for-tuples", "log", @@ -9043,7 +9095,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -9051,7 +9103,7 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] @@ -9100,9 +9152,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "bounded-collections", "derivative", "environmental", @@ -9118,7 +9170,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "frame-support", "frame-system", @@ -9131,7 +9183,7 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-weights", "staging-xcm", "staging-xcm-executor", @@ -9140,7 +9192,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "environmental", "frame-benchmarking", @@ -9153,7 +9205,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-weights", "staging-xcm", ] @@ -9245,7 +9297,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -9257,7 +9309,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "hyper", "log", @@ -9323,7 +9375,7 @@ dependencies = [ [[package]] name = "substrate-relay-helper" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "anyhow", "async-std", @@ -11109,7 +11161,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-add-subcommand-to-relay-messages-range#1450c3db40b881de513dec7bd7d3d17a25d84739" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#12ab31508cf8f03e6cc233722e535c383dc97c41" dependencies = [ "Inflector", "proc-macro2 1.0.81", diff --git a/relay-clients/client-bridge-hub-kusama/Cargo.toml b/relay-clients/client-bridge-hub-kusama/Cargo.toml index d1298251bb7..ac3c382baa7 100644 --- a/relay-clients/client-bridge-hub-kusama/Cargo.toml +++ b/relay-clients/client-bridge-hub-kusama/Cargo.toml @@ -16,17 +16,17 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-bridge-hub-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-bridge-hub-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } # Substrate Dependencies -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } diff --git a/relay-clients/client-bridge-hub-polkadot/Cargo.toml b/relay-clients/client-bridge-hub-polkadot/Cargo.toml index 1d3525abbe2..14671ce8f36 100644 --- a/relay-clients/client-bridge-hub-polkadot/Cargo.toml +++ b/relay-clients/client-bridge-hub-polkadot/Cargo.toml @@ -16,19 +16,19 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-bridge-hub-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-bridge-hub-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } # Substrate Dependencies -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } diff --git a/relay-clients/client-bridge-hub-rococo/Cargo.toml b/relay-clients/client-bridge-hub-rococo/Cargo.toml index ce0a9623710..a872cea3f5e 100644 --- a/relay-clients/client-bridge-hub-rococo/Cargo.toml +++ b/relay-clients/client-bridge-hub-rococo/Cargo.toml @@ -16,18 +16,18 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-bridge-hub-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-bridge-hub-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } # Substrate Dependencies -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } diff --git a/relay-clients/client-bridge-hub-westend/Cargo.toml b/relay-clients/client-bridge-hub-westend/Cargo.toml index 085ab830fc7..2e1e21c2626 100644 --- a/relay-clients/client-bridge-hub-westend/Cargo.toml +++ b/relay-clients/client-bridge-hub-westend/Cargo.toml @@ -16,22 +16,22 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-bridge-hub-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-bridge-hub-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } # Substrate Dependencies -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } [dev-dependencies] -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } diff --git a/relay-clients/client-kusama/Cargo.toml b/relay-clients/client-kusama/Cargo.toml index 2c2d4fc906c..6872d811727 100644 --- a/relay-clients/client-kusama/Cargo.toml +++ b/relay-clients/client-kusama/Cargo.toml @@ -16,17 +16,17 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } # Substrate Dependencies -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } diff --git a/relay-clients/client-polkadot-bulletin/Cargo.toml b/relay-clients/client-polkadot-bulletin/Cargo.toml index 13417472342..0113daff9e0 100644 --- a/relay-clients/client-polkadot-bulletin/Cargo.toml +++ b/relay-clients/client-polkadot-bulletin/Cargo.toml @@ -16,19 +16,19 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } # Substrate Dependencies -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } diff --git a/relay-clients/client-polkadot/Cargo.toml b/relay-clients/client-polkadot/Cargo.toml index 0a176bd148b..66d8cf3b798 100644 --- a/relay-clients/client-polkadot/Cargo.toml +++ b/relay-clients/client-polkadot/Cargo.toml @@ -16,17 +16,17 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } # Substrate Dependencies -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } diff --git a/relay-clients/client-rococo/Cargo.toml b/relay-clients/client-rococo/Cargo.toml index 6f595c3e6da..9953f9006ef 100644 --- a/relay-clients/client-rococo/Cargo.toml +++ b/relay-clients/client-rococo/Cargo.toml @@ -16,16 +16,16 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } # Substrate Dependencies -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } diff --git a/relay-clients/client-westend/Cargo.toml b/relay-clients/client-westend/Cargo.toml index f4ed0fbede3..1660035173e 100644 --- a/relay-clients/client-westend/Cargo.toml +++ b/relay-clients/client-westend/Cargo.toml @@ -16,17 +16,17 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } # Substrate Dependencies -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } diff --git a/substrate-relay/Cargo.toml b/substrate-relay/Cargo.toml index a3888875413..ee38fd0a5d1 100644 --- a/substrate-relay/Cargo.toml +++ b/substrate-relay/Cargo.toml @@ -27,19 +27,19 @@ signal-hook-async-std = "0.2.2" strum = { version = "0.26.2", features = ["derive"] } # Bridge dependencies -bp-bridge-hub-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-bridge-hub-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -pallet-bridge-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -parachains-relay = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-bridge-hub-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-bridge-hub-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +pallet-bridge-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +parachains-relay = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } relay-bridge-hub-kusama-client = { path = "../relay-clients/client-bridge-hub-kusama" } relay-bridge-hub-polkadot-client = { path = "../relay-clients/client-bridge-hub-polkadot" } relay-bridge-hub-rococo-client = { path = "../relay-clients/client-bridge-hub-rococo" } @@ -48,20 +48,20 @@ relay-kusama-client = { path = "../relay-clients/client-kusama" } relay-polkadot-client = { path = "../relay-clients/client-polkadot" } relay-polkadot-bulletin-client = { path = "../relay-clients/client-polkadot-bulletin" } relay-rococo-client = { path = "../relay-clients/client-rococo" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } relay-westend-client = { path = "../relay-clients/client-westend" } -substrate-relay-helper = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +substrate-relay-helper = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } [dev-dependencies] -bp-test-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +bp-test-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } hex-literal = "0.4" -sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-add-subcommand-to-relay-messages-range" } +sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } tempfile = "3.10" finality-grandpa = { version = "0.16.2" }