From bd29db01a1e5f3a06678ebc73ca7184db6fa37eb Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Tue, 14 May 2024 10:38:06 +0200 Subject: [PATCH] Dienerized to polkadot-sdk@bko-bridges-backports-and-nits --- Cargo.lock | 420 +++++++++--------- .../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, 341 insertions(+), 327 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e344a00b84..55cd2baeb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1111,7 +1111,7 @@ dependencies = [ [[package]] name = "bp-bridge-hub-cumulus" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -1120,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-backports-and-nits)", ] [[package]] name = "bp-bridge-hub-kusama" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1134,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-backports-and-nits)", ] [[package]] name = "bp-bridge-hub-polkadot" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1148,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-backports-and-nits)", ] [[package]] name = "bp-bridge-hub-rococo" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1162,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-backports-and-nits)", ] [[package]] name = "bp-bridge-hub-westend" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1176,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-backports-and-nits)", ] [[package]] name = "bp-header-chain" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1193,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-backports-and-nits)", ] [[package]] name = "bp-kusama" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" 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-backports-and-nits)", ] [[package]] name = "bp-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1221,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-backports-and-nits)", ] [[package]] name = "bp-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1238,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-backports-and-nits)", ] [[package]] name = "bp-polkadot" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" 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-backports-and-nits)", ] [[package]] name = "bp-polkadot-bulletin" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bp-header-chain", "bp-messages", @@ -1269,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-backports-and-nits)", ] [[package]] name = "bp-polkadot-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bp-messages", "bp-runtime", @@ -1287,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-backports-and-nits)", ] [[package]] name = "bp-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bp-messages", "bp-runtime", @@ -1301,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-backports-and-nits)", ] [[package]] name = "bp-rococo" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" 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-backports-and-nits)", ] [[package]] name = "bp-runtime" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "frame-support", "frame-system", @@ -1335,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-backports-and-nits)", "sp-trie", "trie-db", ] @@ -1343,7 +1343,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1356,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-backports-and-nits)", "sp-trie", ] [[package]] name = "bp-westend" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" 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-backports-and-nits)", ] [[package]] name = "bp-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" 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-backports-and-nits)", ] [[package]] name = "bp-xcm-bridge-hub-router" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "parity-scale-codec", "scale-info", @@ -1395,7 +1395,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bp-header-chain", "bp-messages", @@ -1421,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-backports-and-nits)", "sp-trie", "staging-xcm", "staging-xcm-builder", @@ -2591,7 +2591,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "equivocation-detector" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "async-std", "async-trait", @@ -2782,7 +2782,7 @@ dependencies = [ [[package]] name = "finality-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "async-std", "async-trait", @@ -2881,7 +2881,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "frame-support", "frame-support-procedural", @@ -2897,9 +2897,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-backports-and-nits)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", "static_assertions", ] @@ -2929,7 +2929,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "aquamarine", "array-bytes", @@ -2952,7 +2952,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-backports-and-nits)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -2960,8 +2960,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-backports-and-nits)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", "sp-weights", "static_assertions", "tt-call", @@ -2970,7 +2970,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "Inflector", "cfg-expr", @@ -2982,14 +2982,14 @@ dependencies = [ "proc-macro-warning", "proc-macro2 1.0.83", "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-backports-and-nits)", "syn 2.0.60", ] [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", @@ -3001,7 +3001,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "proc-macro2 1.0.83", "quote 1.0.36", @@ -3011,7 +3011,7 @@ dependencies = [ [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "cfg-if", "docify", @@ -3023,7 +3023,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-backports-and-nits)", "sp-version", "sp-weights", ] @@ -4855,7 +4855,7 @@ dependencies = [ [[package]] name = "messages-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "async-std", "async-trait", @@ -5419,7 +5419,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "frame-support", "frame-system", @@ -5427,13 +5427,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-backports-and-nits)", ] [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "docify", "frame-benchmarking", @@ -5443,13 +5443,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-backports-and-nits)", ] [[package]] name = "pallet-bridge-grandpa" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5463,14 +5463,14 @@ dependencies = [ "scale-info", "sp-consensus-grandpa", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", "sp-trie", ] [[package]] name = "pallet-bridge-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bp-messages", "bp-runtime", @@ -5482,13 +5482,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-backports-and-nits)", ] [[package]] name = "pallet-bridge-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bp-header-chain", "bp-parachains", @@ -5502,14 +5502,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-backports-and-nits)", "sp-trie", ] [[package]] name = "pallet-bridge-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bp-messages", "bp-relayers", @@ -5523,13 +5523,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-backports-and-nits)", ] [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "frame-benchmarking", "frame-support", @@ -5546,13 +5546,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-backports-and-nits)", ] [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "frame-support", "frame-system", @@ -5567,14 +5567,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-backports-and-nits)", "sp-trie", ] [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "docify", "frame-benchmarking", @@ -5586,15 +5586,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-backports-and-nits)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", "sp-timestamp", ] [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "frame-support", "frame-system", @@ -5604,13 +5604,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-backports-and-nits)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5622,7 +5622,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "frame-benchmarking", "frame-support", @@ -5632,13 +5632,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-backports-and-nits)", ] [[package]] name = "parachains-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "async-std", "async-trait", @@ -5916,19 +5916,19 @@ checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" 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-backports-and-nits)", ] [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bounded-collections", "derive_more", @@ -5938,14 +5938,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-backports-and-nits)", "sp-weights", ] [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bitvec", "hex-literal", @@ -5966,7 +5966,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-backports-and-nits)", ] [[package]] @@ -6430,6 +6430,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" @@ -6939,7 +6950,7 @@ dependencies = [ [[package]] name = "relay-substrate-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "async-std", "async-trait", @@ -6960,6 +6971,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api", "pallet-utility", "parity-scale-codec", + "quick_cache", "rand 0.8.5", "relay-utils", "sc-chain-spec", @@ -6970,7 +6982,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-backports-and-nits)", "sp-trie", "sp-version", "staging-xcm", @@ -6981,7 +6993,7 @@ dependencies = [ [[package]] name = "relay-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "ansi_term", "anyhow", @@ -7356,18 +7368,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" 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-backports-and-nits)", "thiserror", ] [[package]] name = "sc-chain-spec" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "array-bytes", "docify", @@ -7383,18 +7395,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-backports-and-nits)", "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-backports-and-nits)", ] [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2 1.0.83", @@ -7405,7 +7417,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "fnv", "futures", @@ -7420,11 +7432,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-backports-and-nits)", "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-backports-and-nits)", "sp-trie", "substrate-prometheus-endpoint", ] @@ -7432,7 +7444,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "async-trait", "futures", @@ -7457,7 +7469,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -7467,25 +7479,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-backports-and-nits)", "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-backports-and-nits)", "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-backports-and-nits)", "tracing", ] [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" 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-backports-and-nits)", "thiserror", "wasm-instrument", ] @@ -7493,18 +7505,18 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" 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-backports-and-nits)", ] [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "anyhow", "cfg-if", @@ -7514,15 +7526,15 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", "wasmtime", ] [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "array-bytes", "arrayvec 0.7.4", @@ -7551,7 +7563,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -7602,7 +7614,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -7620,21 +7632,23 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bs58 0.5.1", + "ed25519-dalek 2.1.1", "libp2p-identity", "litep2p", "multiaddr", "multihash 0.17.0", "rand 0.8.5", "thiserror", + "zeroize", ] [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -7654,7 +7668,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "chrono", "futures", @@ -7674,7 +7688,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "async-trait", "futures", @@ -7690,7 +7704,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "async-channel 1.9.0", "futures", @@ -8406,7 +8420,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "hash-db", "log", @@ -8414,12 +8428,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-backports-and-nits)", "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-backports-and-nits)", "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-backports-and-nits)", "sp-trie", "sp-version", "thiserror", @@ -8428,7 +8442,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "Inflector", "blake2 0.10.6", @@ -8442,20 +8456,20 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" 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-backports-and-nits)", ] [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "docify", "integer-sqrt", @@ -8463,7 +8477,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-backports-and-nits)", "static_assertions", ] @@ -8488,7 +8502,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "parity-scale-codec", "scale-info", @@ -8500,7 +8514,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "futures", "log", @@ -8518,7 +8532,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "async-trait", "futures", @@ -8533,7 +8547,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "finality-grandpa", "log", @@ -8550,7 +8564,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "parity-scale-codec", "scale-info", @@ -8561,7 +8575,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "array-bytes", "bandersnatch_vrfs", @@ -8591,12 +8605,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-backports-and-nits)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", "ss58-registry", "substrate-bip39", "thiserror", @@ -8642,7 +8656,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "blake2b_simd", "byteorder", @@ -8655,17 +8669,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" 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-backports-and-nits)", "syn 2.0.60", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -8674,7 +8688,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "proc-macro2 1.0.83", "quote 1.0.36", @@ -8694,11 +8708,11 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" 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-backports-and-nits)", ] [[package]] @@ -8714,7 +8728,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "parity-scale-codec", "scale-info", @@ -8726,7 +8740,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -8739,7 +8753,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bytes", "ed25519-dalek 2.1.1", @@ -8750,13 +8764,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-backports-and-nits)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", "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-backports-and-nits)", "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-backports-and-nits)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", "sp-trie", "tracing", "tracing-core", @@ -8765,7 +8779,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "sp-core", "sp-runtime", @@ -8775,18 +8789,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" 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-backports-and-nits)", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "thiserror", "zstd 0.12.4", @@ -8795,7 +8809,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "frame-metadata 16.0.0", "parity-scale-codec", @@ -8805,7 +8819,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "parity-scale-codec", "scale-info", @@ -8816,7 +8830,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "backtrace", "lazy_static", @@ -8826,7 +8840,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "rustc-hash", "serde", @@ -8836,7 +8850,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "docify", "either", @@ -8854,26 +8868,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-backports-and-nits)", "sp-weights", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" 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-backports-and-nits)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", "static_assertions", ] @@ -8899,7 +8913,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "Inflector", "expander", @@ -8925,7 +8939,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "parity-scale-codec", "scale-info", @@ -8939,7 +8953,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8952,7 +8966,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "hash-db", "log", @@ -8961,7 +8975,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-backports-and-nits)", "sp-panic-handler", "sp-trie", "thiserror", @@ -8972,7 +8986,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -8985,10 +8999,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-backports-and-nits)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", "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-backports-and-nits)", "thiserror", "x25519-dalek 2.0.1", ] @@ -8996,7 +9010,7 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" [[package]] name = "sp-std" @@ -9006,13 +9020,13 @@ source = "git+https://github.com/paritytech/polkadot-sdk#2c48b9ddb0a5de4499d4ed6 [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" 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-backports-and-nits)", ] [[package]] @@ -9030,7 +9044,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "async-trait", "parity-scale-codec", @@ -9042,7 +9056,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "parity-scale-codec", "tracing", @@ -9064,7 +9078,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "ahash 0.8.11", "hash-db", @@ -9077,7 +9091,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-backports-and-nits)", "thiserror", "tracing", "trie-db", @@ -9087,7 +9101,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9096,7 +9110,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-backports-and-nits)", "sp-version-proc-macro", "thiserror", ] @@ -9104,7 +9118,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "parity-scale-codec", "proc-macro2 1.0.83", @@ -9115,7 +9129,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -9137,7 +9151,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -9145,7 +9159,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-backports-and-nits)", ] [[package]] @@ -9194,7 +9208,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "array-bytes", "bounded-collections", @@ -9212,7 +9226,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "frame-support", "frame-system", @@ -9225,7 +9239,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-backports-and-nits)", "sp-weights", "staging-xcm", "staging-xcm-executor", @@ -9234,7 +9248,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "environmental", "frame-benchmarking", @@ -9247,7 +9261,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-backports-and-nits)", "sp-weights", "staging-xcm", ] @@ -9339,7 +9353,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -9351,7 +9365,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "hyper", "log", @@ -9417,7 +9431,7 @@ dependencies = [ [[package]] name = "substrate-relay-helper" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "anyhow", "async-std", @@ -11219,7 +11233,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#2c48b9ddb0a5de4499d4ed699b79eacc354f016a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#12c59b51352332da6d62500b2ae18c18a75a6f86" dependencies = [ "Inflector", "proc-macro2 1.0.83", diff --git a/relay-clients/client-bridge-hub-kusama/Cargo.toml b/relay-clients/client-bridge-hub-kusama/Cargo.toml index 7282ef01d5..eab40fa364 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.36.0", 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-backports-and-nits" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } # 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-backports-and-nits" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } diff --git a/relay-clients/client-bridge-hub-polkadot/Cargo.toml b/relay-clients/client-bridge-hub-polkadot/Cargo.toml index cc3d8c5fa2..2b6b30a2c2 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.36.0", 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-backports-and-nits" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } # 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-backports-and-nits" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } diff --git a/relay-clients/client-bridge-hub-rococo/Cargo.toml b/relay-clients/client-bridge-hub-rococo/Cargo.toml index b52b939de4..340255168a 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.36.0", 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-backports-and-nits" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } -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-backports-and-nits" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } # 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-backports-and-nits" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } diff --git a/relay-clients/client-bridge-hub-westend/Cargo.toml b/relay-clients/client-bridge-hub-westend/Cargo.toml index 138eae9ab5..873584417b 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.36.0", 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-backports-and-nits" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } -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-backports-and-nits" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } # 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-backports-and-nits" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } [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-backports-and-nits" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } diff --git a/relay-clients/client-kusama/Cargo.toml b/relay-clients/client-kusama/Cargo.toml index 0607836dd9..4d61220e95 100644 --- a/relay-clients/client-kusama/Cargo.toml +++ b/relay-clients/client-kusama/Cargo.toml @@ -16,17 +16,17 @@ subxt = { version = "0.36.0", 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-backports-and-nits" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } -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-backports-and-nits" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } # 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-backports-and-nits" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } diff --git a/relay-clients/client-polkadot-bulletin/Cargo.toml b/relay-clients/client-polkadot-bulletin/Cargo.toml index b334f58ce9..17c48c457f 100644 --- a/relay-clients/client-polkadot-bulletin/Cargo.toml +++ b/relay-clients/client-polkadot-bulletin/Cargo.toml @@ -16,19 +16,19 @@ subxt = { version = "0.36.0", 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-backports-and-nits" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } # 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-backports-and-nits" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } diff --git a/relay-clients/client-polkadot/Cargo.toml b/relay-clients/client-polkadot/Cargo.toml index 50d42b50a3..1915f72692 100644 --- a/relay-clients/client-polkadot/Cargo.toml +++ b/relay-clients/client-polkadot/Cargo.toml @@ -16,17 +16,17 @@ subxt = { version = "0.36.0", 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-backports-and-nits" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } -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-backports-and-nits" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } # 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-backports-and-nits" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } diff --git a/relay-clients/client-rococo/Cargo.toml b/relay-clients/client-rococo/Cargo.toml index 82274379b9..96e38f2817 100644 --- a/relay-clients/client-rococo/Cargo.toml +++ b/relay-clients/client-rococo/Cargo.toml @@ -16,16 +16,16 @@ subxt = { version = "0.36.0", 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-backports-and-nits" } +bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } -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-backports-and-nits" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } # 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-backports-and-nits" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } diff --git a/relay-clients/client-westend/Cargo.toml b/relay-clients/client-westend/Cargo.toml index 4cdc848ad1..e9daf46982 100644 --- a/relay-clients/client-westend/Cargo.toml +++ b/relay-clients/client-westend/Cargo.toml @@ -16,17 +16,17 @@ subxt = { version = "0.36.0", 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-backports-and-nits" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } -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-backports-and-nits" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } # 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-backports-and-nits" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } diff --git a/substrate-relay/Cargo.toml b/substrate-relay/Cargo.toml index 6e7ba3fc4f..480944caa5 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-backports-and-nits" } +bp-bridge-hub-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +pallet-bridge-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +parachains-relay = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } 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-backports-and-nits" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } 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-backports-and-nits" } # 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-backports-and-nits" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } [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-backports-and-nits" } 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-backports-and-nits" } 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..ef2711bb13 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-backports-and-nits" } +wasm-loader = { git = "https://github.com/chevdor/subwasm", branch = "bko-bridges-backports-and-nits" } +wasm-testbed = { git = "https://github.com/chevdor/subwasm", branch = "bko-bridges-backports-and-nits" }