From 050e75f0abcbda655834e319fd9fef97ee76f30b Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Mon, 6 May 2024 08:50:23 +0300 Subject: [PATCH] custom branch -> master --- Cargo.lock | 407 +++++++++--------- .../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/relay_parachains.rs | 4 +- 12 files changed, 328 insertions(+), 325 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 241a705a86..46b8c2f154 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=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "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=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "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=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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,7 +2922,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "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=sv-relay-single-parachain-header)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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,7 +2963,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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=sv-relay-single-parachain-header)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-version", "sp-weights", ] @@ -4833,7 +4833,7 @@ dependencies = [ [[package]] name = "messages-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "async-std", "async-trait", @@ -5397,7 +5397,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "frame-support", "frame-system", @@ -5405,13 +5405,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "docify", "frame-benchmarking", @@ -5421,13 +5421,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5441,14 +5441,14 @@ dependencies = [ "scale-info", "sp-consensus-grandpa", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "bp-messages", "bp-runtime", @@ -5460,13 +5460,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "bp-header-chain", "bp-parachains", @@ -5480,14 +5480,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "bp-messages", "bp-relayers", @@ -5501,13 +5501,13 @@ dependencies = [ "scale-info", "sp-arithmetic", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "frame-benchmarking", "frame-support", @@ -5524,13 +5524,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "frame-support", "frame-system", @@ -5545,14 +5545,14 @@ dependencies = [ "sp-session", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "docify", "frame-benchmarking", @@ -5564,15 +5564,15 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "frame-support", "frame-system", @@ -5582,13 +5582,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5600,7 +5600,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "frame-benchmarking", "frame-support", @@ -5610,13 +5610,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "async-std", "async-trait", @@ -5894,19 +5894,19 @@ checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "parity-scale-codec", "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "bounded-collections", "derive_more", @@ -5916,14 +5916,14 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "bitvec", "hex-literal", @@ -5944,7 +5944,7 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] @@ -6847,7 +6847,7 @@ dependencies = [ [[package]] name = "relay-substrate-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "async-std", "async-trait", @@ -6878,7 +6878,7 @@ dependencies = [ "sp-core", "sp-rpc", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", "sp-version", "staging-xcm", @@ -6889,7 +6889,7 @@ dependencies = [ [[package]] name = "relay-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "ansi_term", "anyhow", @@ -7263,18 +7263,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "array-bytes 6.2.2", "docify", @@ -7290,18 +7290,18 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2 1.0.81", @@ -7312,7 +7312,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "fnv", "futures", @@ -7327,11 +7327,11 @@ dependencies = [ "sp-consensus", "sp-core", "sp-database", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", "substrate-prometheus-endpoint", ] @@ -7339,7 +7339,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "async-trait", "futures", @@ -7364,7 +7364,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -7374,25 +7374,25 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header)", + "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-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "polkavm", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", "wasm-instrument", ] @@ -7400,18 +7400,18 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "log", "polkavm", "sc-executor-common", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "anyhow", "cfg-if", @@ -7421,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=sv-relay-single-parachain-header)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -7458,7 +7458,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -7509,7 +7509,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -7527,7 +7527,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "bs58 0.4.0", "libp2p-identity", @@ -7541,7 +7541,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -7561,7 +7561,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "chrono", "futures", @@ -7581,7 +7581,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "async-trait", "futures", @@ -7597,7 +7597,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "async-channel 1.9.0", "futures", @@ -8312,7 +8312,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "hash-db", "log", @@ -8320,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=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header)", + "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-relay-single-parachain-header)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-trie", "sp-version", "thiserror", @@ -8334,7 +8334,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "Inflector", "blake2 0.10.6", @@ -8348,20 +8348,20 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "docify", "integer-sqrt", @@ -8369,7 +8369,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "static_assertions", ] @@ -8394,7 +8394,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "parity-scale-codec", "scale-info", @@ -8406,7 +8406,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "futures", "log", @@ -8424,7 +8424,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "async-trait", "futures", @@ -8439,7 +8439,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "finality-grandpa", "log", @@ -8456,7 +8456,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "parity-scale-codec", "scale-info", @@ -8467,7 +8467,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "array-bytes 6.2.2", "bandersnatch_vrfs", @@ -8497,12 +8497,12 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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", @@ -8548,7 +8548,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "blake2b_simd", "byteorder", @@ -8561,17 +8561,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "quote 1.0.36", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -8580,7 +8580,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "proc-macro2 1.0.81", "quote 1.0.36", @@ -8600,11 +8600,11 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] @@ -8620,7 +8620,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "parity-scale-codec", "scale-info", @@ -8632,7 +8632,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -8645,7 +8645,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "bytes", "ed25519-dalek 2.1.1", @@ -8656,13 +8656,13 @@ dependencies = [ "rustversion", "secp256k1", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header)", + "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-relay-single-parachain-header)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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 +8671,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "sp-core", "sp-runtime", @@ -8681,18 +8681,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "thiserror", "zstd 0.12.4", @@ -8701,7 +8701,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "frame-metadata 16.0.0", "parity-scale-codec", @@ -8711,7 +8711,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "parity-scale-codec", "scale-info", @@ -8722,7 +8722,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "backtrace", "lazy_static", @@ -8732,7 +8732,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "rustc-hash", "serde", @@ -8742,13 +8742,14 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "docify", "either", "hash256-std-hasher", "impl-trait-for-tuples", "log", + "num-traits", "parity-scale-codec", "paste", "rand 0.8.5", @@ -8759,26 +8760,26 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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-relay-single-parachain-header)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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", ] @@ -8804,7 +8805,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "Inflector", "expander", @@ -8830,7 +8831,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "parity-scale-codec", "scale-info", @@ -8844,7 +8845,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8857,7 +8858,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "hash-db", "log", @@ -8866,7 +8867,7 @@ dependencies = [ "rand 0.8.5", "smallvec", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-panic-handler", "sp-trie", "thiserror", @@ -8877,7 +8878,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -8890,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=sv-relay-single-parachain-header)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "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-relay-single-parachain-header)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", "x25519-dalek 2.0.1", ] @@ -8901,7 +8902,7 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" [[package]] name = "sp-std" @@ -8911,13 +8912,13 @@ source = "git+https://github.com/paritytech/polkadot-sdk#a9aeabe923dae63ab76ab29 [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] @@ -8935,7 +8936,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "async-trait", "parity-scale-codec", @@ -8947,7 +8948,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "parity-scale-codec", "tracing", @@ -8969,7 +8970,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "ahash 0.8.11", "hash-db", @@ -8982,7 +8983,7 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", "tracing", "trie-db", @@ -8992,7 +8993,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9001,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=sv-relay-single-parachain-header)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-version-proc-macro", "thiserror", ] @@ -9009,7 +9010,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "parity-scale-codec", "proc-macro2 1.0.81", @@ -9020,7 +9021,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -9042,7 +9043,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -9050,7 +9051,7 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] @@ -9099,7 +9100,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "array-bytes 6.2.2", "bounded-collections", @@ -9117,7 +9118,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "frame-support", "frame-system", @@ -9130,7 +9131,7 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-weights", "staging-xcm", "staging-xcm-executor", @@ -9139,7 +9140,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "environmental", "frame-benchmarking", @@ -9152,7 +9153,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-weights", "staging-xcm", ] @@ -9244,7 +9245,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -9256,7 +9257,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "hyper", "log", @@ -9322,7 +9323,7 @@ dependencies = [ [[package]] name = "substrate-relay-helper" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" dependencies = [ "anyhow", "async-std", @@ -11108,7 +11109,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=sv-relay-single-parachain-header#0fabaea341546a8298a991162146fc81bbaac673" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" 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 711882f922..ac3c382baa 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-relay-single-parachain-header" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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 17df8e0f0a..14671ce8f3 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-relay-single-parachain-header" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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 390db75015..a872cea3f5 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-relay-single-parachain-header" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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 b4987afdfe..2e1e21c262 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-relay-single-parachain-header" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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 b80321969e..6872d81172 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-relay-single-parachain-header" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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 e15c0cfa98..0113daff9e 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-relay-single-parachain-header" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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 b320f092c2..66d8cf3b79 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-relay-single-parachain-header" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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 8eb5f4dc5a..9953f9006e 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-relay-single-parachain-header" } -bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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 a2bfce3d78..1660035173 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-relay-single-parachain-header" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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 df4c7c9bb4..ee38fd0a5d 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-relay-single-parachain-header" } -bp-bridge-hub-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -pallet-bridge-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -parachains-relay = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } +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-relay-single-parachain-header" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" } +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-relay-single-parachain-header" } +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-relay-single-parachain-header" } +sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } tempfile = "3.10" finality-grandpa = { version = "0.16.2" } diff --git a/substrate-relay/src/cli/relay_parachains.rs b/substrate-relay/src/cli/relay_parachains.rs index c0040d7284..b949c6f87a 100644 --- a/substrate-relay/src/cli/relay_parachains.rs +++ b/substrate-relay/src/cli/relay_parachains.rs @@ -28,7 +28,9 @@ use crate::bridges::{ }; use structopt::StructOpt; use strum::{EnumString, VariantNames}; -use substrate_relay_helper::cli::relay_parachains::{ParachainsRelayer, RelayParachainHeadParams, RelayParachainsParams}; +use substrate_relay_helper::cli::relay_parachains::{ + ParachainsRelayer, RelayParachainHeadParams, RelayParachainsParams, +}; /// Start parachain heads relayer process. #[derive(StructOpt)]