From 81a1629d1b983e7e54e835b1a5428583d0aa37b4 Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Tue, 14 May 2024 10:38:06 +0200 Subject: [PATCH] Diener to polkadot-sdk's bko-bridges-v2 --- Cargo.lock | 556 ++++++++++-------- .../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 +- tools/runtime-codegen/Cargo.toml | 6 +- 12 files changed, 435 insertions(+), 369 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9016994f3..0986fe2593 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -498,12 +498,6 @@ dependencies = [ "sha3", ] -[[package]] -name = "array-bytes" -version = "4.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6" - [[package]] name = "array-bytes" version = "6.2.2" @@ -1117,7 +1111,7 @@ dependencies = [ [[package]] name = "bp-bridge-hub-cumulus" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -1126,13 +1120,13 @@ dependencies = [ "frame-system", "polkadot-primitives", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "bp-bridge-hub-kusama" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1140,13 +1134,13 @@ dependencies = [ "frame-support", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "bp-bridge-hub-polkadot" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1154,13 +1148,13 @@ dependencies = [ "frame-support", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "bp-bridge-hub-rococo" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1168,13 +1162,13 @@ dependencies = [ "frame-support", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "bp-bridge-hub-westend" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1182,13 +1176,13 @@ dependencies = [ "frame-support", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "bp-header-chain" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1199,26 +1193,26 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "bp-kusama" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "bp-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1227,13 +1221,13 @@ dependencies = [ "scale-info", "serde", "sp-core", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "bp-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1244,26 +1238,26 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "bp-polkadot" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "bp-polkadot-bulletin" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-header-chain", "bp-messages", @@ -1275,13 +1269,13 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "bp-polkadot-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-messages", "bp-runtime", @@ -1293,13 +1287,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "bp-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-messages", "bp-runtime", @@ -1307,26 +1301,26 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "bp-rococo" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "bp-runtime" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "frame-support", "frame-system", @@ -1341,7 +1335,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-trie", "trie-db", ] @@ -1349,7 +1343,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1362,35 +1356,35 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-trie", ] [[package]] name = "bp-westend" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "bp-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "bp-xcm-bridge-hub-router" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "parity-scale-codec", "scale-info", @@ -1401,7 +1395,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-header-chain", "bp-messages", @@ -1427,7 +1421,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-trie", "staging-xcm", "staging-xcm-builder", @@ -2455,20 +2449,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "ed25519-zebra" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6" -dependencies = [ - "curve25519-dalek 3.2.0", - "hashbrown 0.12.3", - "hex", - "rand_core 0.6.4", - "sha2 0.9.9", - "zeroize", -] - [[package]] name = "ed25519-zebra" version = "4.0.3" @@ -2594,7 +2574,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "equivocation-detector" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "async-std", "async-trait", @@ -2785,7 +2765,7 @@ dependencies = [ [[package]] name = "finality-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "async-std", "async-trait", @@ -2874,7 +2854,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "frame-support", "frame-support-procedural", @@ -2890,9 +2870,9 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "static_assertions", ] @@ -2922,10 +2902,10 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "aquamarine", - "array-bytes 6.2.2", + "array-bytes", "bitflags 1.3.2", "docify", "environmental", @@ -2945,7 +2925,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -2953,8 +2933,8 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-weights", "static_assertions", "tt-call", @@ -2963,26 +2943,26 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse 0.2.0", "expander", "frame-support-procedural-tools", - "itertools 0.10.5", + "itertools 0.11.0", "macro_magic", "proc-macro-warning", "proc-macro2 1.0.81", "quote 1.0.36", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "syn 2.0.60", ] [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", @@ -2994,7 +2974,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "proc-macro2 1.0.81", "quote 1.0.36", @@ -3004,7 +2984,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "cfg-if", "docify", @@ -3016,7 +2996,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-version", "sp-weights", ] @@ -3823,6 +3803,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" +dependencies = [ + "either", +] + [[package]] name = "itertools" version = "0.12.1" @@ -4601,8 +4590,8 @@ dependencies = [ "nohash-hasher", "parking_lot 0.12.1", "pin-project", - "prost", - "prost-build", + "prost 0.11.9", + "prost-build 0.11.9", "quinn", "rand 0.8.5", "rcgen", @@ -4833,7 +4822,7 @@ dependencies = [ [[package]] name = "messages-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "async-std", "async-trait", @@ -5397,7 +5386,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "frame-support", "frame-system", @@ -5405,13 +5394,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "docify", "frame-benchmarking", @@ -5421,13 +5410,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "pallet-bridge-grandpa" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5441,15 +5430,16 @@ dependencies = [ "scale-info", "sp-consensus-grandpa", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-trie", ] [[package]] name = "pallet-bridge-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ + "bp-header-chain", "bp-messages", "bp-runtime", "frame-benchmarking", @@ -5460,13 +5450,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-trie", ] [[package]] name = "pallet-bridge-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-header-chain", "bp-parachains", @@ -5480,14 +5471,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-trie", ] [[package]] name = "pallet-bridge-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bp-messages", "bp-relayers", @@ -5501,13 +5492,13 @@ dependencies = [ "scale-info", "sp-arithmetic", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "frame-benchmarking", "frame-support", @@ -5524,13 +5515,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "frame-support", "frame-system", @@ -5545,14 +5536,14 @@ dependencies = [ "sp-session", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-trie", ] [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "docify", "frame-benchmarking", @@ -5564,15 +5555,15 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-timestamp", ] [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "frame-support", "frame-system", @@ -5582,13 +5573,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5600,7 +5591,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "frame-benchmarking", "frame-support", @@ -5610,13 +5601,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "parachains-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "async-std", "async-trait", @@ -5894,19 +5885,19 @@ checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "parity-scale-codec", "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bounded-collections", "derive_more", @@ -5916,14 +5907,14 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-weights", ] [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bitvec", "hex-literal", @@ -5944,7 +5935,7 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] @@ -6131,6 +6122,16 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "prettyplease" +version = "0.2.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" +dependencies = [ + "proc-macro2 1.0.81", + "syn 2.0.60", +] + [[package]] name = "primitive-types" version = "0.12.2" @@ -6270,7 +6271,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" dependencies = [ "bytes", - "prost-derive", + "prost-derive 0.11.9", +] + +[[package]] +name = "prost" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922" +dependencies = [ + "bytes", + "prost-derive 0.12.5", ] [[package]] @@ -6286,15 +6297,36 @@ dependencies = [ "log", "multimap", "petgraph", - "prettyplease", - "prost", - "prost-types", + "prettyplease 0.1.11", + "prost 0.11.9", + "prost-types 0.11.9", "regex", "syn 1.0.109", "tempfile", "which", ] +[[package]] +name = "prost-build" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80b776a1b2dc779f5ee0641f8ade0125bc1298dd41a9a0c16d8bd57b42d222b1" +dependencies = [ + "bytes", + "heck 0.4.1", + "itertools 0.10.5", + "log", + "multimap", + "once_cell", + "petgraph", + "prettyplease 0.2.20", + "prost 0.12.4", + "prost-types 0.12.4", + "regex", + "syn 2.0.60", + "tempfile", +] + [[package]] name = "prost-derive" version = "0.11.9" @@ -6308,13 +6340,35 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "prost-derive" +version = "0.12.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9554e3ab233f0a932403704f1a1d08c30d5ccd931adfdfa1e8b5a19b52c1d55a" +dependencies = [ + "anyhow", + "itertools 0.10.5", + "proc-macro2 1.0.81", + "quote 1.0.36", + "syn 2.0.60", +] + [[package]] name = "prost-types" version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" dependencies = [ - "prost", + "prost 0.11.9", +] + +[[package]] +name = "prost-types" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3235c33eb02c1f1e212abdbe34c78b264b038fb58ca612664343271e36e55ffe" +dependencies = [ + "prost 0.12.4", ] [[package]] @@ -6354,6 +6408,17 @@ dependencies = [ "unsigned-varint", ] +[[package]] +name = "quick_cache" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5253a3a0d56548d5b0be25414171dc780cc6870727746d05bd2bde352eee96c5" +dependencies = [ + "ahash 0.8.11", + "hashbrown 0.13.2", + "parking_lot 0.12.1", +] + [[package]] name = "quicksink" version = "0.1.2" @@ -6847,7 +6912,7 @@ dependencies = [ [[package]] name = "relay-substrate-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "async-std", "async-trait", @@ -6868,6 +6933,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api", "pallet-utility", "parity-scale-codec", + "quick_cache", "rand 0.8.5", "relay-utils", "sc-chain-spec", @@ -6878,7 +6944,7 @@ dependencies = [ "sp-core", "sp-rpc", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-trie", "sp-version", "staging-xcm", @@ -6889,7 +6955,7 @@ dependencies = [ [[package]] name = "relay-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "ansi_term", "anyhow", @@ -7263,20 +7329,20 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "thiserror", ] [[package]] name = "sc-chain-spec" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "docify", "log", "memmap2", @@ -7290,18 +7356,18 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-genesis-builder", "sp-io", "sp-runtime", "sp-state-machine", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2 1.0.81", @@ -7312,7 +7378,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "fnv", "futures", @@ -7327,11 +7393,11 @@ dependencies = [ "sp-consensus", "sp-core", "sp-database", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-runtime", "sp-state-machine", "sp-statement-store", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-trie", "substrate-prometheus-endpoint", ] @@ -7339,7 +7405,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "async-trait", "futures", @@ -7364,7 +7430,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -7374,25 +7440,25 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-io", "sp-panic-handler", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "tracing", ] [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "polkavm", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "thiserror", "wasm-instrument", ] @@ -7400,18 +7466,18 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "log", "polkavm", "sc-executor-common", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "anyhow", "cfg-if", @@ -7421,17 +7487,17 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "wasmtime", ] [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ - "array-bytes 4.2.0", + "array-bytes", "arrayvec 0.7.4", "blake2 0.10.6", "bytes", @@ -7458,9 +7524,9 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "async-channel 1.9.0", "async-trait", "asynchronous-codec", @@ -7481,8 +7547,8 @@ dependencies = [ "parking_lot 0.12.1", "partial_sort", "pin-project", - "prost", - "prost-build", + "prost 0.12.4", + "prost-build 0.12.4", "rand 0.8.5", "sc-client-api", "sc-network-common", @@ -7509,14 +7575,14 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "async-trait", "bitflags 1.3.2", "futures", "libp2p-identity", "parity-scale-codec", - "prost-build", + "prost-build 0.12.4", "sc-consensus", "sc-network-types", "sp-consensus", @@ -7526,10 +7592,10 @@ dependencies = [ [[package]] name = "sc-network-types" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +version = "0.10.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ - "bs58 0.4.0", + "bs58 0.5.1", "libp2p-identity", "litep2p", "multiaddr", @@ -7541,7 +7607,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -7561,7 +7627,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "chrono", "futures", @@ -7581,7 +7647,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "async-trait", "futures", @@ -7597,7 +7663,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "async-channel 1.9.0", "futures", @@ -8181,7 +8247,7 @@ dependencies = [ "chacha20", "crossbeam-queue", "derive_more", - "ed25519-zebra 4.0.3", + "ed25519-zebra", "either", "event-listener 4.0.3", "fnv", @@ -8312,7 +8378,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "hash-db", "log", @@ -8320,12 +8386,12 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-metadata-ir", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-trie", "sp-version", "thiserror", @@ -8334,7 +8400,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "Inflector", "blake2 0.10.6", @@ -8348,20 +8414,20 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "docify", "integer-sqrt", @@ -8369,7 +8435,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "static_assertions", ] @@ -8394,7 +8460,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "parity-scale-codec", "scale-info", @@ -8406,7 +8472,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "futures", "log", @@ -8424,7 +8490,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "async-trait", "futures", @@ -8439,7 +8505,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "finality-grandpa", "log", @@ -8456,7 +8522,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "parity-scale-codec", "scale-info", @@ -8467,21 +8533,21 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "bandersnatch_vrfs", "bitflags 1.3.2", "blake2 0.10.6", "bounded-collections", "bs58 0.5.1", "dyn-clonable", - "ed25519-zebra 3.1.0", + "ed25519-zebra", "futures", "hash-db", "hash256-std-hasher", "impl-serde", - "itertools 0.10.5", + "itertools 0.11.0", "k256", "libsecp256k1", "log", @@ -8497,12 +8563,12 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "ss58-registry", "substrate-bip39", "thiserror", @@ -8548,7 +8614,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "blake2b_simd", "byteorder", @@ -8561,17 +8627,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "quote 1.0.36", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "syn 2.0.60", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -8580,7 +8646,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "proc-macro2 1.0.81", "quote 1.0.36", @@ -8600,11 +8666,11 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] @@ -8620,7 +8686,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "parity-scale-codec", "scale-info", @@ -8632,7 +8698,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -8645,7 +8711,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bytes", "ed25519-dalek 2.1.1", @@ -8656,13 +8722,13 @@ dependencies = [ "rustversion", "secp256k1", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-keystore", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-trie", "tracing", "tracing-core", @@ -8671,7 +8737,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "sp-core", "sp-runtime", @@ -8681,18 +8747,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "thiserror", "zstd 0.12.4", @@ -8701,7 +8767,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "frame-metadata 16.0.0", "parity-scale-codec", @@ -8711,7 +8777,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "parity-scale-codec", "scale-info", @@ -8722,7 +8788,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "backtrace", "lazy_static", @@ -8732,7 +8798,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "rustc-hash", "serde", @@ -8742,7 +8808,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "docify", "either", @@ -8760,26 +8826,26 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-weights", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive", "primitive-types", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "static_assertions", ] @@ -8805,7 +8871,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "Inflector", "expander", @@ -8831,7 +8897,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "parity-scale-codec", "scale-info", @@ -8845,7 +8911,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8858,7 +8924,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "hash-db", "log", @@ -8867,7 +8933,7 @@ dependencies = [ "rand 0.8.5", "smallvec", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-panic-handler", "sp-trie", "thiserror", @@ -8878,7 +8944,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -8891,10 +8957,10 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "thiserror", "x25519-dalek 2.0.1", ] @@ -8902,7 +8968,7 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" [[package]] name = "sp-std" @@ -8912,13 +8978,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=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] @@ -8936,7 +9002,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "async-trait", "parity-scale-codec", @@ -8948,7 +9014,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "parity-scale-codec", "tracing", @@ -8970,7 +9036,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "ahash 0.8.11", "hash-db", @@ -8983,7 +9049,7 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "thiserror", "tracing", "trie-db", @@ -8993,7 +9059,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9002,7 +9068,7 @@ dependencies = [ "serde", "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-version-proc-macro", "thiserror", ] @@ -9010,7 +9076,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "parity-scale-codec", "proc-macro2 1.0.81", @@ -9021,7 +9087,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -9043,7 +9109,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -9051,7 +9117,7 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", ] [[package]] @@ -9100,9 +9166,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "bounded-collections", "derivative", "environmental", @@ -9118,7 +9184,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "frame-support", "frame-system", @@ -9131,7 +9197,7 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-weights", "staging-xcm", "staging-xcm-executor", @@ -9140,7 +9206,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "environmental", "frame-benchmarking", @@ -9153,7 +9219,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2)", "sp-weights", "staging-xcm", ] @@ -9245,7 +9311,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -9257,7 +9323,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "hyper", "log", @@ -9323,7 +9389,7 @@ dependencies = [ [[package]] name = "substrate-relay-helper" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" dependencies = [ "anyhow", "async-std", @@ -11109,7 +11175,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#73c89d308fefcedfc3619f0273e13b6623766b81" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-v2#6426d317766ac84184f1f65e46d1abe55578c067" 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 a38048e0c1..464c1bd600 100644 --- a/relay-clients/client-bridge-hub-kusama/Cargo.toml +++ b/relay-clients/client-bridge-hub-kusama/Cargo.toml @@ -16,17 +16,17 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-bridge-hub-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-bridge-hub-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } # Substrate Dependencies -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } diff --git a/relay-clients/client-bridge-hub-polkadot/Cargo.toml b/relay-clients/client-bridge-hub-polkadot/Cargo.toml index 5fdc435788..07b73280a1 100644 --- a/relay-clients/client-bridge-hub-polkadot/Cargo.toml +++ b/relay-clients/client-bridge-hub-polkadot/Cargo.toml @@ -16,19 +16,19 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-bridge-hub-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-bridge-hub-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } # Substrate Dependencies -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } diff --git a/relay-clients/client-bridge-hub-rococo/Cargo.toml b/relay-clients/client-bridge-hub-rococo/Cargo.toml index 7b28580e02..cb716a2801 100644 --- a/relay-clients/client-bridge-hub-rococo/Cargo.toml +++ b/relay-clients/client-bridge-hub-rococo/Cargo.toml @@ -16,18 +16,18 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-bridge-hub-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-bridge-hub-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } # Substrate Dependencies -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } diff --git a/relay-clients/client-bridge-hub-westend/Cargo.toml b/relay-clients/client-bridge-hub-westend/Cargo.toml index bcf7b57ae9..0ce5952d41 100644 --- a/relay-clients/client-bridge-hub-westend/Cargo.toml +++ b/relay-clients/client-bridge-hub-westend/Cargo.toml @@ -16,22 +16,22 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-bridge-hub-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-bridge-hub-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } # Substrate Dependencies -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } [dev-dependencies] -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } diff --git a/relay-clients/client-kusama/Cargo.toml b/relay-clients/client-kusama/Cargo.toml index 01dee617ca..559a7f7502 100644 --- a/relay-clients/client-kusama/Cargo.toml +++ b/relay-clients/client-kusama/Cargo.toml @@ -16,17 +16,17 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } # Substrate Dependencies -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } diff --git a/relay-clients/client-polkadot-bulletin/Cargo.toml b/relay-clients/client-polkadot-bulletin/Cargo.toml index 21ead1ca44..ebd01e5f01 100644 --- a/relay-clients/client-polkadot-bulletin/Cargo.toml +++ b/relay-clients/client-polkadot-bulletin/Cargo.toml @@ -16,19 +16,19 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } # Substrate Dependencies -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } diff --git a/relay-clients/client-polkadot/Cargo.toml b/relay-clients/client-polkadot/Cargo.toml index e2ba6ce849..159554d06a 100644 --- a/relay-clients/client-polkadot/Cargo.toml +++ b/relay-clients/client-polkadot/Cargo.toml @@ -16,17 +16,17 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } # Substrate Dependencies -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } diff --git a/relay-clients/client-rococo/Cargo.toml b/relay-clients/client-rococo/Cargo.toml index 1ea51bf9d4..dff6a62f59 100644 --- a/relay-clients/client-rococo/Cargo.toml +++ b/relay-clients/client-rococo/Cargo.toml @@ -16,16 +16,16 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } # Substrate Dependencies -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } diff --git a/relay-clients/client-westend/Cargo.toml b/relay-clients/client-westend/Cargo.toml index a43a177912..312a8a15cb 100644 --- a/relay-clients/client-westend/Cargo.toml +++ b/relay-clients/client-westend/Cargo.toml @@ -16,17 +16,17 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] } # Bridge dependencies -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } # Substrate Dependencies -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } diff --git a/substrate-relay/Cargo.toml b/substrate-relay/Cargo.toml index ee38fd0a5d..c0b73f7592 100644 --- a/substrate-relay/Cargo.toml +++ b/substrate-relay/Cargo.toml @@ -27,19 +27,19 @@ signal-hook-async-std = "0.2.2" strum = { version = "0.26.2", features = ["derive"] } # Bridge dependencies -bp-bridge-hub-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-bridge-hub-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -pallet-bridge-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -parachains-relay = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-bridge-hub-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-bridge-hub-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +pallet-bridge-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +parachains-relay = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } relay-bridge-hub-kusama-client = { path = "../relay-clients/client-bridge-hub-kusama" } relay-bridge-hub-polkadot-client = { path = "../relay-clients/client-bridge-hub-polkadot" } relay-bridge-hub-rococo-client = { path = "../relay-clients/client-bridge-hub-rococo" } @@ -48,20 +48,20 @@ relay-kusama-client = { path = "../relay-clients/client-kusama" } relay-polkadot-client = { path = "../relay-clients/client-polkadot" } relay-polkadot-bulletin-client = { path = "../relay-clients/client-polkadot-bulletin" } relay-rococo-client = { path = "../relay-clients/client-rococo" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } relay-westend-client = { path = "../relay-clients/client-westend" } -substrate-relay-helper = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +substrate-relay-helper = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } # Substrate Dependencies -frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } [dev-dependencies] -bp-test-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-test-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } hex-literal = "0.4" -sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-v2" } tempfile = "3.10" finality-grandpa = { version = "0.16.2" } diff --git a/tools/runtime-codegen/Cargo.toml b/tools/runtime-codegen/Cargo.toml index 3787d173af..f14f4b6345 100644 --- a/tools/runtime-codegen/Cargo.toml +++ b/tools/runtime-codegen/Cargo.toml @@ -17,7 +17,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features = color-eyre = "0.6.1" proc-macro2 = "1.0.56" quote = { version = "1.0.33" } -subxt-codegen = { git = "https://github.com/paritytech/subxt", branch = "master", default-features = false, features = ["fetch-metadata"] } -wasm-loader = { git = "https://github.com/chevdor/subwasm", branch = "master" } -wasm-testbed = { git = "https://github.com/chevdor/subwasm", branch = "master" } +subxt-codegen = { git = "https://github.com/paritytech/subxt", default-features = false, features = ["fetch-metadata"] , branch = "bko-bridges-v2" } +wasm-loader = { git = "https://github.com/chevdor/subwasm", branch = "bko-bridges-v2" } +wasm-testbed = { git = "https://github.com/chevdor/subwasm", branch = "bko-bridges-v2" }