From 2e85606781d122d8d87625daf8551d33fcf7cd8a Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Tue, 14 May 2024 10:38:06 +0200 Subject: [PATCH 1/6] Dienerized to polkadot-sdk@bko-bridges-backports-and-nits --- .../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 +-- 11 files changed, 124 insertions(+), 124 deletions(-) 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" } From 092dc072dfcdde48a4c81e47880e6be4605d59bc Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Fri, 24 May 2024 09:43:43 +0300 Subject: [PATCH 2/6] cargo update -p sp-io --- Cargo.lock | 507 +++++++++++++++++++++++++++++------------------------ 1 file changed, 278 insertions(+), 229 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b85dc17296..7cb059be27 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6a021c8bbc0cdf1e38805e6140a509fc4e27a56d" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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", ] @@ -4603,9 +4603,9 @@ dependencies = [ [[package]] name = "litep2p" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adf107268459b653df189050c9ae2301253b9c62ceafa993dc69dad29870155c" +checksum = "7f02542ae3a94b4c4ffa37dc56388c923e286afa3bf65452e3984b50b2a2f316" dependencies = [ "async-trait", "bs58 0.4.0", @@ -4617,7 +4617,7 @@ dependencies = [ "hex-literal", "indexmap 2.2.6", "libc", - "mockall", + "mockall 0.12.1", "multiaddr", "multihash 0.17.0", "network-interface", @@ -4856,7 +4856,7 @@ dependencies = [ [[package]] name = "messages-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "async-std", "async-trait", @@ -4939,8 +4939,23 @@ dependencies = [ "downcast", "fragile", "lazy_static", - "mockall_derive", - "predicates", + "mockall_derive 0.11.4", + "predicates 2.1.5", + "predicates-tree", +] + +[[package]] +name = "mockall" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43766c2b5203b10de348ffe19f7e54564b64f3d6018ff7648d1e2d6d3a0f0a48" +dependencies = [ + "cfg-if", + "downcast", + "fragile", + "lazy_static", + "mockall_derive 0.12.1", + "predicates 3.1.0", "predicates-tree", ] @@ -4956,6 +4971,18 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "mockall_derive" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af7cbce79ec385a1d4f54baa90a76401eb15d9cab93685f62e7e9f942aa00ae2" +dependencies = [ + "cfg-if", + "proc-macro2 1.0.83", + "quote 1.0.36", + "syn 2.0.60", +] + [[package]] name = "multiaddr" version = "0.17.1" @@ -5420,7 +5447,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "frame-support", "frame-system", @@ -5428,13 +5455,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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "docify", "frame-benchmarking", @@ -5444,13 +5471,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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5464,14 +5491,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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "bp-messages", "bp-runtime", @@ -5483,13 +5510,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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "bp-header-chain", "bp-parachains", @@ -5503,14 +5530,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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "bp-messages", "bp-relayers", @@ -5524,13 +5551,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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "frame-benchmarking", "frame-support", @@ -5547,13 +5574,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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "frame-support", "frame-system", @@ -5568,14 +5595,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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "docify", "frame-benchmarking", @@ -5587,15 +5614,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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "frame-support", "frame-system", @@ -5605,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 = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5623,7 +5650,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "frame-benchmarking", "frame-support", @@ -5633,13 +5660,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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "async-std", "async-trait", @@ -5917,19 +5944,19 @@ checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "bounded-collections", "derive_more", @@ -5939,14 +5966,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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "bitvec", "hex-literal", @@ -5967,7 +5994,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]] @@ -6118,6 +6145,16 @@ dependencies = [ "regex", ] +[[package]] +name = "predicates" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8" +dependencies = [ + "anstyle", + "predicates-core", +] + [[package]] name = "predicates-core" version = "1.0.6" @@ -6336,7 +6373,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80b776a1b2dc779f5ee0641f8ade0125bc1298dd41a9a0c16d8bd57b42d222b1" dependencies = [ "bytes", - "heck 0.4.1", + "heck 0.5.0", "itertools 0.12.1", "log", "multimap", @@ -6431,6 +6468,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" @@ -6940,7 +6988,7 @@ dependencies = [ [[package]] name = "relay-substrate-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "async-std", "async-trait", @@ -6961,6 +7009,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api", "pallet-utility", "parity-scale-codec", + "quick_cache", "rand 0.8.5", "relay-utils", "sc-chain-spec", @@ -6971,7 +7020,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", @@ -6982,7 +7031,7 @@ dependencies = [ [[package]] name = "relay-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "ansi_term", "anyhow", @@ -7357,18 +7406,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "array-bytes", "docify", @@ -7384,18 +7433,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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2 1.0.83", @@ -7406,7 +7455,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "fnv", "futures", @@ -7421,11 +7470,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", ] @@ -7433,13 +7482,13 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "async-trait", "futures", "futures-timer", "log", - "mockall", + "mockall 0.11.4", "parking_lot 0.12.1", "sc-client-api", "sc-network-types", @@ -7458,7 +7507,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -7468,25 +7517,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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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", ] @@ -7494,18 +7543,18 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "anyhow", "cfg-if", @@ -7515,15 +7564,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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "array-bytes", "arrayvec 0.7.4", @@ -7552,7 +7601,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -7569,7 +7618,7 @@ dependencies = [ "linked_hash_set", "litep2p", "log", - "mockall", + "mockall 0.11.4", "once_cell", "parity-scale-codec", "parking_lot 0.12.1", @@ -7603,7 +7652,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -7621,7 +7670,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "bs58 0.5.1", "ed25519-dalek 2.1.1", @@ -7637,7 +7686,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -7657,7 +7706,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "chrono", "futures", @@ -7677,7 +7726,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "async-trait", "futures", @@ -7693,7 +7742,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "async-channel 1.9.0", "futures", @@ -7900,9 +7949,9 @@ dependencies = [ [[package]] name = "sctp-proto" -version = "0.1.7" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f64cef148d3295c730c3cb340b0b252a4d570b1c7d4bf0808f88540b0a888bc" +checksum = "b6220f78bb44c15f326b0596113305f6101097a18755d53727a575c97e09fb24" dependencies = [ "bytes", "crc", @@ -7986,9 +8035,9 @@ checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" [[package]] name = "serde" -version = "1.0.203" +version = "1.0.202" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" +checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395" dependencies = [ "serde_derive", ] @@ -8004,9 +8053,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.203" +version = "1.0.202" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" +checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838" dependencies = [ "proc-macro2 1.0.83", "quote 1.0.36", @@ -8409,7 +8458,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "hash-db", "log", @@ -8417,12 +8466,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", @@ -8431,7 +8480,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "Inflector", "blake2 0.10.6", @@ -8445,20 +8494,20 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "docify", "integer-sqrt", @@ -8466,7 +8515,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", ] @@ -8491,7 +8540,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "parity-scale-codec", "scale-info", @@ -8503,7 +8552,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "futures", "log", @@ -8521,7 +8570,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "async-trait", "futures", @@ -8536,7 +8585,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "finality-grandpa", "log", @@ -8553,7 +8602,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "parity-scale-codec", "scale-info", @@ -8564,7 +8613,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "array-bytes", "bandersnatch_vrfs", @@ -8594,12 +8643,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", @@ -8611,7 +8660,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk#48d4f654612a67787426de426e462bd40f6f70f6" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -8645,7 +8694,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "blake2b_simd", "byteorder", @@ -8658,17 +8707,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -8677,7 +8726,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "proc-macro2 1.0.83", "quote 1.0.36", @@ -8687,7 +8736,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk#48d4f654612a67787426de426e462bd40f6f70f6" dependencies = [ "proc-macro2 1.0.83", "quote 1.0.36", @@ -8697,17 +8746,17 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk#48d4f654612a67787426de426e462bd40f6f70f6" dependencies = [ "environmental", "parity-scale-codec", @@ -8717,7 +8766,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "parity-scale-codec", "scale-info", @@ -8729,7 +8778,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -8742,7 +8791,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "bytes", "ed25519-dalek 2.1.1", @@ -8753,13 +8802,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", @@ -8768,7 +8817,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "sp-core", "sp-runtime", @@ -8778,18 +8827,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "thiserror", "zstd 0.12.4", @@ -8798,7 +8847,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "frame-metadata 16.0.0", "parity-scale-codec", @@ -8808,7 +8857,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "parity-scale-codec", "scale-info", @@ -8819,7 +8868,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "backtrace", "lazy_static", @@ -8829,7 +8878,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "rustc-hash", "serde", @@ -8839,7 +8888,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "docify", "either", @@ -8857,33 +8906,33 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=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#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk#48d4f654612a67787426de426e462bd40f6f70f6" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -8902,7 +8951,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "Inflector", "expander", @@ -8915,7 +8964,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk#48d4f654612a67787426de426e462bd40f6f70f6" dependencies = [ "Inflector", "expander", @@ -8928,7 +8977,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "parity-scale-codec", "scale-info", @@ -8942,7 +8991,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8955,7 +9004,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "hash-db", "log", @@ -8964,7 +9013,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", @@ -8975,7 +9024,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -8988,10 +9037,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", ] @@ -8999,29 +9048,29 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk#48d4f654612a67787426de426e462bd40f6f70f6" [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" 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]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk#48d4f654612a67787426de426e462bd40f6f70f6" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9033,7 +9082,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "async-trait", "parity-scale-codec", @@ -9045,7 +9094,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "parity-scale-codec", "tracing", @@ -9056,7 +9105,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk#48d4f654612a67787426de426e462bd40f6f70f6" dependencies = [ "parity-scale-codec", "tracing", @@ -9067,7 +9116,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "ahash 0.8.11", "hash-db", @@ -9080,7 +9129,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", @@ -9090,7 +9139,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9099,7 +9148,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", ] @@ -9107,7 +9156,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "parity-scale-codec", "proc-macro2 1.0.83", @@ -9118,7 +9167,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -9130,7 +9179,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk#48d4f654612a67787426de426e462bd40f6f70f6" dependencies = [ "impl-trait-for-tuples", "log", @@ -9140,7 +9189,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -9148,7 +9197,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]] @@ -9197,7 +9246,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "array-bytes", "bounded-collections", @@ -9215,7 +9264,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "frame-support", "frame-system", @@ -9228,7 +9277,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", @@ -9237,7 +9286,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "environmental", "frame-benchmarking", @@ -9250,7 +9299,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", ] @@ -9263,17 +9312,17 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "str0m" -version = "0.4.1" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3f10d3f68e60168d81110410428a435dbde28cc5525f5f7c6fdec92dbdc2800" +checksum = "6706347e49b13373f7ddfafad47df7583ed52083d6fc8a594eb2c80497ef959d" dependencies = [ "combine", "crc", + "fastrand 2.0.2", "hmac 0.12.1", "once_cell", "openssl", "openssl-sys", - "rand 0.8.5", "sctp-proto", "serde", "sha-1 0.10.1", @@ -9342,7 +9391,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -9354,7 +9403,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "hyper", "log", @@ -9420,7 +9469,7 @@ dependencies = [ [[package]] name = "substrate-relay-helper" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "anyhow", "async-std", @@ -11222,7 +11271,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#0a752afa8646ae7b5818493f64ceab3011faf236" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" dependencies = [ "Inflector", "proc-macro2 1.0.83", From 74117649d385c476f94db06868e8121b7a944e0b Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Thu, 30 May 2024 12:33:05 +0200 Subject: [PATCH 3/6] Change substrate-relay version --- Cargo.lock | 2 +- substrate-relay/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cb059be27..a29d86b21c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9414,7 +9414,7 @@ dependencies = [ [[package]] name = "substrate-relay" -version = "1.6.0" +version = "1.6.0-client-v2" dependencies = [ "anyhow", "async-std", diff --git a/substrate-relay/Cargo.toml b/substrate-relay/Cargo.toml index 480944caa5..e3ece6c675 100644 --- a/substrate-relay/Cargo.toml +++ b/substrate-relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substrate-relay" -version = "1.6.0" +version = "1.6.0-client-v2" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" From 668481985c28879605cbd2b05e4542d86f8b678a Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Wed, 5 Jun 2024 12:25:49 +0200 Subject: [PATCH 4/6] Update polkadot-sdk master ref --- Cargo.lock | 234 ++++++++++++++++++++++++++--------------------------- 1 file changed, 117 insertions(+), 117 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 200b170071..1b9452e583 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=bko-bridges-backports-and-nits#6a021c8bbc0cdf1e38805e6140a509fc4e27a56d" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -1126,7 +1126,7 @@ dependencies = [ [[package]] name = "bp-bridge-hub-kusama" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1140,7 +1140,7 @@ dependencies = [ [[package]] name = "bp-bridge-hub-polkadot" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1154,7 +1154,7 @@ dependencies = [ [[package]] name = "bp-bridge-hub-rococo" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1168,7 +1168,7 @@ dependencies = [ [[package]] name = "bp-bridge-hub-westend" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-bridge-hub-cumulus", "bp-messages", @@ -1182,7 +1182,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1199,7 +1199,7 @@ dependencies = [ [[package]] name = "bp-kusama" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1212,7 +1212,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1227,7 +1227,7 @@ dependencies = [ [[package]] name = "bp-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1244,7 +1244,7 @@ dependencies = [ [[package]] name = "bp-polkadot" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1257,7 +1257,7 @@ dependencies = [ [[package]] name = "bp-polkadot-bulletin" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-header-chain", "bp-messages", @@ -1275,7 +1275,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-messages", "bp-runtime", @@ -1293,7 +1293,7 @@ dependencies = [ [[package]] name = "bp-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-messages", "bp-runtime", @@ -1307,7 +1307,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1320,7 +1320,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "frame-support", "frame-system", @@ -1343,7 +1343,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1363,7 +1363,7 @@ dependencies = [ [[package]] name = "bp-westend" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1376,7 +1376,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", ] @@ -1384,7 +1384,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" 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=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-header-chain", "bp-messages", @@ -2591,7 +2591,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "equivocation-detector" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" 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=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" 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=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "frame-support", "frame-support-procedural", @@ -2929,7 +2929,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "aquamarine", "array-bytes", @@ -2970,7 +2970,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "Inflector", "cfg-expr", @@ -2989,7 +2989,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" 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=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "proc-macro2 1.0.85", "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=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "cfg-if", "docify", @@ -4856,7 +4856,7 @@ dependencies = [ [[package]] name = "messages-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "async-std", "async-trait", @@ -4978,7 +4978,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af7cbce79ec385a1d4f54baa90a76401eb15d9cab93685f62e7e9f942aa00ae2" dependencies = [ "cfg-if", - "proc-macro2 1.0.83", + "proc-macro2 1.0.85", "quote 1.0.36", "syn 2.0.60", ] @@ -5447,7 +5447,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "frame-support", "frame-system", @@ -5461,7 +5461,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "docify", "frame-benchmarking", @@ -5477,7 +5477,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5498,7 +5498,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-messages", "bp-runtime", @@ -5516,7 +5516,7 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-header-chain", "bp-parachains", @@ -5537,7 +5537,7 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bp-messages", "bp-relayers", @@ -5557,7 +5557,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5580,7 +5580,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "frame-support", "frame-system", @@ -5602,7 +5602,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "docify", "frame-benchmarking", @@ -5622,7 +5622,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "frame-support", "frame-system", @@ -5638,7 +5638,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5650,7 +5650,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5666,7 +5666,7 @@ dependencies = [ [[package]] name = "parachains-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "async-std", "async-trait", @@ -5944,7 +5944,7 @@ checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "parity-scale-codec", "scale-info", @@ -5956,7 +5956,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bounded-collections", "derive_more", @@ -5973,7 +5973,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bitvec", "hex-literal", @@ -6988,7 +6988,7 @@ dependencies = [ [[package]] name = "relay-substrate-client" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "async-std", "async-trait", @@ -7031,7 +7031,7 @@ dependencies = [ [[package]] name = "relay-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "ansi_term", "anyhow", @@ -7406,7 +7406,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "log", "sp-core", @@ -7417,7 +7417,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "array-bytes", "docify", @@ -7444,7 +7444,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2 1.0.85", @@ -7455,7 +7455,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "fnv", "futures", @@ -7482,7 +7482,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "async-trait", "futures", @@ -7507,7 +7507,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -7530,7 +7530,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "polkavm", "sc-allocator", @@ -7543,7 +7543,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "log", "polkavm", @@ -7554,7 +7554,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "anyhow", "cfg-if", @@ -7572,7 +7572,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "array-bytes", "arrayvec 0.7.4", @@ -7601,7 +7601,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -7652,7 +7652,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -7670,7 +7670,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bs58 0.5.1", "ed25519-dalek 2.1.1", @@ -7686,7 +7686,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -7706,7 +7706,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "chrono", "futures", @@ -7726,7 +7726,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "async-trait", "futures", @@ -7742,7 +7742,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "async-channel 1.9.0", "futures", @@ -8034,9 +8034,9 @@ checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" [[package]] name = "serde" -version = "1.0.202" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395" +checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" dependencies = [ "serde_derive", ] @@ -8052,9 +8052,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.202" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838" +checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" dependencies = [ "proc-macro2 1.0.85", "quote 1.0.36", @@ -8457,7 +8457,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "hash-db", "log", @@ -8479,7 +8479,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "Inflector", "blake2 0.10.6", @@ -8493,7 +8493,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "parity-scale-codec", "scale-info", @@ -8506,7 +8506,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "docify", "integer-sqrt", @@ -8539,7 +8539,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "parity-scale-codec", "scale-info", @@ -8551,7 +8551,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "futures", "log", @@ -8569,7 +8569,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "async-trait", "futures", @@ -8584,7 +8584,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "finality-grandpa", "log", @@ -8601,7 +8601,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "parity-scale-codec", "scale-info", @@ -8612,7 +8612,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "array-bytes", "bandersnatch_vrfs", @@ -8693,7 +8693,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "blake2b_simd", "byteorder", @@ -8706,7 +8706,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "quote 1.0.36", "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", @@ -8716,7 +8716,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -8725,7 +8725,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "proc-macro2 1.0.85", "quote 1.0.36", @@ -8745,7 +8745,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "environmental", "parity-scale-codec", @@ -8765,7 +8765,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "parity-scale-codec", "scale-info", @@ -8777,7 +8777,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -8790,7 +8790,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bytes", "ed25519-dalek 2.1.1", @@ -8816,7 +8816,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "sp-core", "sp-runtime", @@ -8826,7 +8826,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -8837,7 +8837,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "thiserror", "zstd 0.12.4", @@ -8846,7 +8846,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "frame-metadata 16.0.0", "parity-scale-codec", @@ -8856,7 +8856,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "parity-scale-codec", "scale-info", @@ -8867,7 +8867,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "backtrace", "lazy_static", @@ -8877,7 +8877,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "rustc-hash", "serde", @@ -8887,7 +8887,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "docify", "either", @@ -8912,7 +8912,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -8950,7 +8950,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "Inflector", "expander", @@ -8976,7 +8976,7 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "parity-scale-codec", "scale-info", @@ -8990,7 +8990,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9003,7 +9003,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "hash-db", "log", @@ -9023,7 +9023,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.2", @@ -9047,7 +9047,7 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" [[package]] name = "sp-std" @@ -9057,7 +9057,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk#48d4f654612a67787426de4 [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9081,7 +9081,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "async-trait", "parity-scale-codec", @@ -9093,7 +9093,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "parity-scale-codec", "tracing", @@ -9115,7 +9115,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "ahash 0.8.11", "hash-db", @@ -9138,7 +9138,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9155,7 +9155,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "parity-scale-codec", "proc-macro2 1.0.85", @@ -9166,7 +9166,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -9188,7 +9188,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -9245,7 +9245,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "array-bytes", "bounded-collections", @@ -9263,7 +9263,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "frame-support", "frame-system", @@ -9285,7 +9285,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "environmental", "frame-benchmarking", @@ -9390,7 +9390,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -9402,7 +9402,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "hyper", "log", @@ -9468,7 +9468,7 @@ dependencies = [ [[package]] name = "substrate-relay-helper" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "anyhow", "async-std", @@ -11268,7 +11268,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#6cbab964cc3bd7ea3165b7ff6a55b8e497cd1bab" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" dependencies = [ "Inflector", "proc-macro2 1.0.85", From fd5fb7bf680a8554cd539128e4e1a6e54c8a1dfc Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Fri, 14 Jun 2024 14:43:23 +0200 Subject: [PATCH 5/6] Setup latest master with merged: https://github.com/paritytech/polkadot-sdk/pull/4494 --- Cargo.lock | 2907 ++++------------- .../client-bridge-hub-kusama/Cargo.toml | 6 +- .../client-bridge-hub-polkadot/Cargo.toml | 26 +- .../client-bridge-hub-rococo/Cargo.toml | 22 +- .../client-bridge-hub-westend/Cargo.toml | 26 +- relay-clients/client-kusama/Cargo.toml | 20 +- .../client-polkadot-bulletin/Cargo.toml | 26 +- relay-clients/client-polkadot/Cargo.toml | 20 +- relay-clients/client-rococo/Cargo.toml | 18 +- relay-clients/client-westend/Cargo.toml | 20 +- substrate-relay/Cargo.toml | 42 +- 11 files changed, 746 insertions(+), 2387 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7374a1762..7ca3a9f7f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1108,33 +1108,18 @@ dependencies = [ "serde", ] -[[package]] -name = "bp-bridge-hub-cumulus" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "polkadot-primitives 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-api 26.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)", -] - [[package]] name = "bp-bridge-hub-cumulus" version = "0.7.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "polkadot-primitives 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "bp-messages", + "bp-polkadot-core", + "bp-runtime", + "frame-support", + "frame-system", + "polkadot-primitives", + "sp-api", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] @@ -1143,72 +1128,55 @@ name = "bp-bridge-hub-kusama" version = "0.6.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-bridge-hub-cumulus 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "bp-bridge-hub-cumulus", + "bp-messages", + "bp-runtime", + "frame-support", + "sp-api", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-bridge-hub-polkadot" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-bridge-hub-cumulus 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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)", + "bp-bridge-hub-cumulus", + "bp-messages", + "bp-runtime", + "frame-support", + "sp-api", + "sp-runtime", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-bridge-hub-rococo" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-bridge-hub-cumulus 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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)", + "bp-bridge-hub-cumulus", + "bp-messages", + "bp-runtime", + "frame-support", + "sp-api", + "sp-runtime", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-bridge-hub-westend" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bp-bridge-hub-cumulus 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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)", -] - -[[package]] -name = "bp-header-chain" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "finality-grandpa", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "parity-scale-codec", - "scale-info", - "serde", - "sp-consensus-grandpa 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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)", + "bp-bridge-hub-cumulus", + "bp-messages", + "bp-runtime", + "frame-support", + "sp-api", + "sp-runtime", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] @@ -1216,44 +1184,29 @@ name = "bp-header-chain" version = "0.7.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "bp-runtime", "finality-grandpa", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "frame-support", "parity-scale-codec", "scale-info", "serde", - "sp-consensus-grandpa 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-consensus-grandpa", + "sp-core", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-kusama" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-api 26.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)", -] - -[[package]] -name = "bp-messages" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 28.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)", + "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)", ] [[package]] @@ -1261,110 +1214,62 @@ name = "bp-messages" version = "0.7.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "bp-header-chain", + "bp-runtime", + "frame-support", "parity-scale-codec", "scale-info", "serde", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-core", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] -[[package]] -name = "bp-parachains" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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)", -] - [[package]] name = "bp-parachains" version = "0.7.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "bp-header-chain", + "bp-polkadot-core", + "bp-runtime", + "frame-support", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-core", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] -[[package]] -name = "bp-polkadot" -version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-api 26.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)", -] - [[package]] name = "bp-polkadot" version = "0.5.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "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)", ] [[package]] name = "bp-polkadot-bulletin" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "parity-scale-codec", - "scale-info", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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)", -] - -[[package]] -name = "bp-polkadot-core" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-header-chain", + "bp-messages", + "bp-polkadot-core", + "bp-runtime", + "frame-support", + "frame-system", "parity-scale-codec", - "parity-util-mem", "scale-info", - "serde", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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-api", + "sp-runtime", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] @@ -1372,81 +1277,44 @@ name = "bp-polkadot-core" version = "0.7.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "bp-messages", + "bp-runtime", + "frame-support", + "frame-system", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-core", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] -[[package]] -name = "bp-relayers" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "parity-scale-codec", - "scale-info", - "sp-runtime 31.0.1 (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)", -] - [[package]] name = "bp-relayers" version = "0.7.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "bp-messages", + "bp-runtime", + "frame-support", "parity-scale-codec", "scale-info", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "bp-rococo" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-api 26.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)", -] - -[[package]] -name = "bp-runtime" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "hash-db", - "impl-trait-for-tuples", - "log", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-state-machine 0.35.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-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "trie-db", + "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)", ] [[package]] @@ -1454,8 +1322,8 @@ name = "bp-runtime" version = "0.7.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "frame-support", + "frame-system", "hash-db", "impl-trait-for-tuples", "log", @@ -1463,74 +1331,46 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-state-machine 0.35.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-state-machine", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-trie", "trie-db", ] -[[package]] -name = "bp-test-utils" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-parachains 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "ed25519-dalek 2.1.1", - "finality-grandpa", - "parity-scale-codec", - "sp-application-crypto 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-consensus-grandpa 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", -] - [[package]] name = "bp-test-utils" version = "0.7.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-parachains 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "bp-header-chain", + "bp-parachains", + "bp-polkadot-core", + "bp-runtime", "ed25519-dalek 2.1.1", "finality-grandpa", "parity-scale-codec", - "sp-application-crypto 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-consensus-grandpa 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-application-crypto", + "sp-consensus-grandpa", + "sp-core", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-trie", ] [[package]] name = "bp-westend" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-api 26.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)", -] - -[[package]] -name = "bp-xcm-bridge-hub" -version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "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)", ] [[package]] @@ -1541,17 +1381,6 @@ dependencies = [ "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] -[[package]] -name = "bp-xcm-bridge-hub-router" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", -] - [[package]] name = "bp-xcm-bridge-hub-router" version = "0.6.0" @@ -1559,44 +1388,8 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", -] - -[[package]] -name = "bridge-runtime-common" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-parachains 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-relayers 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-xcm-bridge-hub 0.2.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-xcm-bridge-hub-router 0.6.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "hash-db", - "log", - "pallet-bridge-grandpa 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "pallet-bridge-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "pallet-bridge-parachains 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "pallet-bridge-relayers 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "pallet-transaction-payment 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "pallet-utility 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "parity-scale-codec", - "scale-info", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "staging-xcm 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "staging-xcm-builder 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "tuplex", + "sp-core", + "sp-runtime", ] [[package]] @@ -1604,34 +1397,34 @@ name = "bridge-runtime-common" version = "0.7.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-parachains 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-relayers 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-xcm-bridge-hub 0.2.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-xcm-bridge-hub-router 0.6.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "bp-header-chain", + "bp-messages", + "bp-parachains", + "bp-polkadot-core", + "bp-relayers", + "bp-runtime", + "bp-xcm-bridge-hub", + "bp-xcm-bridge-hub-router", + "frame-support", + "frame-system", "hash-db", "log", - "pallet-bridge-grandpa 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "pallet-bridge-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "pallet-bridge-parachains 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "pallet-bridge-relayers 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "pallet-transaction-payment 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "pallet-utility 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "pallet-bridge-grandpa", + "pallet-bridge-messages", + "pallet-bridge-parachains", + "pallet-bridge-relayers", + "pallet-transaction-payment", + "pallet-utility", "parity-scale-codec", "scale-info", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-api", + "sp-core", + "sp-io", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "staging-xcm 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "staging-xcm-builder 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-trie", + "staging-xcm", + "staging-xcm-builder", "tuplex", ] @@ -2798,17 +2591,17 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "equivocation-detector" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ "async-std", "async-trait", - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "finality-relay 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-header-chain", + "finality-relay", + "frame-support", "futures", "log", "num-traits", - "relay-utils 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "relay-utils", ] [[package]] @@ -2986,21 +2779,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "finality-relay" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "async-std", - "async-trait", - "backoff", - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "futures", - "log", - "num-traits", - "relay-utils 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", -] - [[package]] name = "finality-relay" version = "0.1.0" @@ -3009,11 +2787,11 @@ dependencies = [ "async-std", "async-trait", "backoff", - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "bp-header-chain", "futures", "log", "num-traits", - "relay-utils 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "relay-utils", ] [[package]] @@ -3100,50 +2878,25 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" -[[package]] -name = "frame-benchmarking" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support-procedural 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "linregress", - "log", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-application-crypto 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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)", - "static_assertions", -] - [[package]] name = "frame-benchmarking" version = "28.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-support-procedural 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "frame-support", + "frame-support-procedural", + "frame-system", "linregress", "log", "parity-scale-codec", "paste", "scale-info", "serde", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-application-crypto 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-api", + "sp-application-crypto", + "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)", @@ -3173,47 +2926,6 @@ dependencies = [ "serde", ] -[[package]] -name = "frame-support" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "aquamarine", - "array-bytes", - "bitflags 1.3.2", - "docify", - "environmental", - "frame-metadata 16.0.0", - "frame-support-procedural 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "impl-trait-for-tuples", - "k256", - "log", - "macro_magic", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "serde_json", - "smallvec", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-arithmetic 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-crypto-hashing-proc-macro 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-genesis-builder 0.8.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-inherents 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-metadata-ir 0.6.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-staking 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-state-machine 0.35.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-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "static_assertions", - "tt-call", -] - [[package]] name = "frame-support" version = "28.0.0" @@ -3225,7 +2937,7 @@ dependencies = [ "docify", "environmental", "frame-metadata 16.0.0", - "frame-support-procedural 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "frame-support-procedural", "impl-trait-for-tuples", "k256", "log", @@ -3236,44 +2948,25 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-arithmetic 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-api", + "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-genesis-builder 0.8.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-inherents 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-metadata-ir 0.6.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-staking 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-state-machine 0.35.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-metadata-ir", + "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-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-weights", "static_assertions", "tt-call", ] -[[package]] -name = "frame-support-procedural" -version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse 0.2.0", - "expander", - "frame-support-procedural-tools 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "itertools 0.11.0", - "macro_magic", - "proc-macro-warning", - "proc-macro2 1.0.85", - "quote 1.0.36", - "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" version = "23.0.0" @@ -3283,7 +2976,7 @@ dependencies = [ "cfg-expr", "derive-syn-parse 0.2.0", "expander", - "frame-support-procedural-tools 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "frame-support-procedural-tools", "itertools 0.11.0", "macro_magic", "proc-macro-warning", @@ -3293,40 +2986,18 @@ dependencies = [ "syn 2.0.60", ] -[[package]] -name = "frame-support-procedural-tools" -version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "frame-support-procedural-tools-derive 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "proc-macro-crate 3.1.0", - "proc-macro2 1.0.85", - "quote 1.0.36", - "syn 2.0.60", -] - [[package]] name = "frame-support-procedural-tools" version = "10.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "frame-support-procedural-tools-derive 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", "proc-macro2 1.0.85", "quote 1.0.36", "syn 2.0.60", ] -[[package]] -name = "frame-support-procedural-tools-derive" -version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "proc-macro2 1.0.85", - "quote 1.0.36", - "syn 2.0.60", -] - [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" @@ -3337,26 +3008,6 @@ dependencies = [ "syn 2.0.60", ] -[[package]] -name = "frame-system" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "cfg-if", - "docify", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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-version 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", -] - [[package]] name = "frame-system" version = "28.0.0" @@ -3364,17 +3015,17 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb dependencies = [ "cfg-if", "docify", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "frame-support", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-version 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-version", + "sp-weights", ] [[package]] @@ -5205,20 +4856,20 @@ dependencies = [ [[package]] name = "messages-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ "async-std", "async-trait", - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-messages", "env_logger 0.11.3", - "finality-relay 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "finality-relay", "futures", "hex", "log", "num-traits", "parking_lot 0.12.1", - "relay-utils 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-arithmetic 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "relay-utils", + "sp-arithmetic", ] [[package]] @@ -5796,31 +5447,15 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 31.0.1 (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)", -] - -[[package]] -name = "pallet-balances" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "docify", - "frame-benchmarking 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 31.0.1 (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-runtime", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] @@ -5829,255 +5464,159 @@ version = "28.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ "docify", - "frame-benchmarking 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] -[[package]] -name = "pallet-bridge-grandpa" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-test-utils 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "finality-grandpa", - "frame-benchmarking 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "log", - "parity-scale-codec", - "scale-info", - "sp-consensus-grandpa 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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-trie 29.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#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-test-utils 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "bp-header-chain", + "bp-runtime", + "bp-test-utils", "finality-grandpa", - "frame-benchmarking 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-consensus-grandpa 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-consensus-grandpa", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-trie", ] [[package]] name = "pallet-bridge-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-benchmarking 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-messages", + "bp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "num-traits", "parity-scale-codec", "scale-info", - "sp-runtime 31.0.1 (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-runtime", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] -name = "pallet-bridge-messages" +name = "pallet-bridge-parachains" version = "0.7.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-benchmarking 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "bp-header-chain", + "bp-parachains", + "bp-polkadot-core", + "bp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "num-traits", + "pallet-bridge-grandpa", "parity-scale-codec", "scale-info", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-trie", ] [[package]] -name = "pallet-bridge-parachains" +name = "pallet-bridge-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-parachains 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-benchmarking 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" +dependencies = [ + "bp-messages", + "bp-relayers", + "bp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-bridge-grandpa 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "pallet-bridge-messages", "parity-scale-codec", "scale-info", - "sp-runtime 31.0.1 (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-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-arithmetic", + "sp-runtime", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] -name = "pallet-bridge-parachains" -version = "0.7.0" +name = "pallet-grandpa" +version = "28.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-parachains 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-benchmarking 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", - "pallet-bridge-grandpa 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "pallet-authorship", + "pallet-session", "parity-scale-codec", "scale-info", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-application-crypto", + "sp-consensus-grandpa", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", -] - -[[package]] -name = "pallet-bridge-relayers" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-relayers 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-benchmarking 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "log", - "pallet-bridge-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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)", -] - -[[package]] -name = "pallet-bridge-relayers" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" -dependencies = [ - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-relayers 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-benchmarking 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "log", - "pallet-bridge-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", -] - -[[package]] -name = "pallet-grandpa" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "frame-benchmarking 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "log", - "pallet-authorship", - "pallet-session", - "parity-scale-codec", - "scale-info", - "sp-application-crypto 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-consensus-grandpa 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-session", - "sp-staking 26.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)", ] [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", - "sp-staking 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-state-machine 0.35.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-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-staking", + "sp-state-machine", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-trie", ] [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ "docify", - "frame-benchmarking 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "frame-benchmarking", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-inherents 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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-timestamp 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", -] - -[[package]] -name = "pallet-transaction-payment" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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-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-timestamp", ] [[package]] @@ -6085,55 +5624,27 @@ name = "pallet-transaction-payment" version = "28.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] -[[package]] -name = "pallet-transaction-payment-rpc-runtime-api" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "pallet-transaction-payment 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "parity-scale-codec", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-weights 27.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#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "pallet-transaction-payment 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "parity-scale-codec", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", -] - -[[package]] -name = "pallet-utility" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "frame-benchmarking 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "pallet-transaction-payment", "parity-scale-codec", - "scale-info", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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-api", + "sp-runtime", + "sp-weights", ] [[package]] @@ -6141,29 +5652,29 @@ name = "pallet-utility" version = "28.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "frame-benchmarking 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-core", + "sp-io", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "parachains-relay" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ "async-std", "async-trait", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-polkadot-core", "futures", "log", - "relay-substrate-client 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "relay-utils 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "relay-substrate-client", + "relay-utils", ] [[package]] @@ -6430,18 +5941,6 @@ version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" -[[package]] -name = "polkadot-core-primitives" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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)", -] - [[package]] name = "polkadot-core-primitives" version = "7.0.0" @@ -6449,28 +5948,11 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-core", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] -[[package]] -name = "polkadot-parachain-primitives" -version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bounded-collections", - "derive_more", - "parity-scale-codec", - "polkadot-core-primitives 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "scale-info", - "serde", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", -] - [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" @@ -6479,40 +5961,13 @@ dependencies = [ "bounded-collections", "derive_more", "parity-scale-codec", - "polkadot-core-primitives 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "polkadot-core-primitives", "scale-info", "serde", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-core", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", -] - -[[package]] -name = "polkadot-primitives" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bitvec", - "hex-literal", - "log", - "parity-scale-codec", - "polkadot-core-primitives 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "polkadot-parachain-primitives 6.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "scale-info", - "serde", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-application-crypto 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-arithmetic 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-authority-discovery 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-consensus-slots 0.32.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-inherents 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-keystore 0.34.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-staking 26.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-weights", ] [[package]] @@ -6524,21 +5979,21 @@ dependencies = [ "hex-literal", "log", "parity-scale-codec", - "polkadot-core-primitives 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "polkadot-parachain-primitives 6.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "polkadot-core-primitives", + "polkadot-parachain-primitives", "scale-info", "serde", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-application-crypto 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-arithmetic 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-authority-discovery 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-consensus-slots 0.32.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-inherents 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-keystore 0.34.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-staking 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-authority-discovery", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-staking", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] @@ -7373,19 +6828,19 @@ name = "relay-bridge-hub-kusama-client" version = "0.1.0" dependencies = [ "bp-bridge-hub-kusama", - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-parachains 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-polkadot 0.5.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bridge-runtime-common 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "parity-scale-codec", - "relay-substrate-client 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "bp-header-chain", + "bp-messages", + "bp-parachains", + "bp-polkadot", + "bp-polkadot-core", + "bp-runtime", + "bridge-runtime-common", + "parity-scale-codec", + "relay-substrate-client", "scale-info", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-core", + "sp-runtime", + "sp-weights", "subxt", ] @@ -7394,20 +6849,20 @@ name = "relay-bridge-hub-polkadot-client" version = "0.1.0" dependencies = [ "bp-bridge-hub-polkadot", - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-header-chain", "bp-kusama", - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-parachains 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-polkadot 0.5.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bridge-runtime-common 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "parity-scale-codec", - "relay-substrate-client 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-messages", + "bp-parachains", + "bp-polkadot", + "bp-polkadot-core", + "bp-runtime", + "bridge-runtime-common", + "parity-scale-codec", + "relay-substrate-client", "scale-info", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-core", + "sp-runtime", + "sp-weights", "subxt", ] @@ -7416,18 +6871,18 @@ name = "relay-bridge-hub-rococo-client" version = "0.1.0" dependencies = [ "bp-bridge-hub-rococo", - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-parachains 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bridge-runtime-common 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "parity-scale-codec", - "relay-substrate-client 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-header-chain", + "bp-messages", + "bp-parachains", + "bp-polkadot-core", + "bp-runtime", + "bridge-runtime-common", + "parity-scale-codec", + "relay-substrate-client", "scale-info", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-core", + "sp-runtime", + "sp-weights", "subxt", ] @@ -7436,20 +6891,20 @@ name = "relay-bridge-hub-westend-client" version = "0.1.0" dependencies = [ "bp-bridge-hub-westend", - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-parachains 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-header-chain", + "bp-messages", + "bp-parachains", + "bp-polkadot-core", "bp-rococo", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bridge-runtime-common 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-runtime", + "bridge-runtime-common", "parity-scale-codec", - "relay-substrate-client 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "relay-substrate-client", "scale-info", - "sp-consensus-grandpa 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-consensus-grandpa", + "sp-core", + "sp-runtime", + "sp-weights", "subxt", ] @@ -7458,17 +6913,17 @@ name = "relay-kusama-client" version = "0.1.0" dependencies = [ "bp-kusama", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-polkadot-core", + "bp-runtime", "parity-scale-codec", - "relay-substrate-client 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "relay-utils 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "relay-substrate-client", + "relay-utils", "scale-info", - "sp-consensus-grandpa 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-consensus-grandpa", + "sp-core", + "sp-runtime", "sp-session", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-weights", "subxt", ] @@ -7476,21 +6931,21 @@ dependencies = [ name = "relay-polkadot-bulletin-client" version = "0.1.0" dependencies = [ - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-header-chain", + "bp-messages", "bp-polkadot-bulletin", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bridge-runtime-common 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-polkadot-core", + "bp-runtime", + "bridge-runtime-common", "parity-scale-codec", - "relay-substrate-client 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "relay-utils 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "relay-substrate-client", + "relay-utils", "scale-info", - "sp-consensus-grandpa 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-consensus-grandpa", + "sp-core", + "sp-runtime", "sp-session", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-weights", "subxt", ] @@ -7498,18 +6953,18 @@ dependencies = [ name = "relay-polkadot-client" version = "0.1.0" dependencies = [ - "bp-polkadot 0.5.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-polkadot", + "bp-polkadot-core", + "bp-runtime", "parity-scale-codec", - "relay-substrate-client 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "relay-utils 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "relay-substrate-client", + "relay-utils", "scale-info", - "sp-consensus-grandpa 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-consensus-grandpa", + "sp-core", + "sp-runtime", "sp-session", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-weights", "subxt", ] @@ -7517,63 +6972,20 @@ dependencies = [ name = "relay-rococo-client" version = "0.1.0" dependencies = [ - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-polkadot-core", "bp-rococo", "parity-scale-codec", - "relay-substrate-client 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "relay-utils 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "relay-substrate-client", + "relay-utils", "scale-info", - "sp-consensus-grandpa 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-consensus-grandpa", + "sp-core", + "sp-runtime", "sp-session", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-weights", "subxt", ] -[[package]] -name = "relay-substrate-client" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "async-std", - "async-trait", - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "finality-relay 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "futures", - "jsonrpsee", - "log", - "num-traits", - "pallet-balances 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "pallet-bridge-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "pallet-transaction-payment 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "pallet-transaction-payment-rpc-runtime-api 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "pallet-utility 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "parity-scale-codec", - "quick_cache", - "rand 0.8.5", - "relay-utils 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-chain-spec 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-rpc-api 0.33.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-transaction-pool-api 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "scale-info", - "sp-consensus-grandpa 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-rpc 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-version 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "staging-xcm 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "thiserror", - "tokio", -] - [[package]] name = "relay-substrate-client" version = "0.1.0" @@ -7581,66 +6993,39 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb dependencies = [ "async-std", "async-trait", - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "finality-relay 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "bp-header-chain", + "bp-messages", + "bp-polkadot-core", + "bp-runtime", + "finality-relay", + "frame-support", + "frame-system", "futures", "jsonrpsee", "log", "num-traits", - "pallet-balances 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "pallet-bridge-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "pallet-transaction-payment 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "pallet-transaction-payment-rpc-runtime-api 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "pallet-utility 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "pallet-balances", + "pallet-bridge-messages", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-utility", "parity-scale-codec", "quick_cache", "rand 0.8.5", - "relay-utils 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-chain-spec 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-rpc-api 0.33.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-transaction-pool-api 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "relay-utils", + "sc-chain-spec", + "sc-rpc-api", + "sc-transaction-pool-api", "scale-info", - "sp-consensus-grandpa 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-rpc 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-consensus-grandpa", + "sp-core", + "sp-rpc", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-version 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "staging-xcm 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "thiserror", - "tokio", -] - -[[package]] -name = "relay-utils" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "ansi_term", - "anyhow", - "async-std", - "async-trait", - "backoff", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "env_logger 0.11.3", - "futures", - "isahc", - "jsonpath_lib", - "log", - "num-traits", - "parking_lot 0.12.1", - "serde_json", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sysinfo", + "sp-trie", + "sp-version", + "staging-xcm", "thiserror", - "time", "tokio", ] @@ -7654,7 +7039,7 @@ dependencies = [ "async-std", "async-trait", "backoff", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "bp-runtime", "env_logger 0.11.3", "futures", "isahc", @@ -7663,8 +7048,8 @@ dependencies = [ "num-traits", "parking_lot 0.12.1", "serde_json", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime", + "substrate-prometheus-endpoint", "sysinfo", "thiserror", "time", @@ -7675,18 +7060,18 @@ dependencies = [ name = "relay-westend-client" version = "0.1.0" dependencies = [ - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-polkadot-core", + "bp-runtime", "bp-westend", "parity-scale-codec", - "relay-substrate-client 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "relay-utils 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "relay-substrate-client", + "relay-utils", "scale-info", - "sp-consensus-grandpa 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-consensus-grandpa", + "sp-core", + "sp-runtime", "sp-session", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-weights", "subxt", ] @@ -8019,55 +7404,17 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "sc-allocator" -version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "log", - "sp-core 28.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)", - "thiserror", -] - [[package]] name = "sc-allocator" version = "23.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ "log", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-core", "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", ] -[[package]] -name = "sc-chain-spec" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "array-bytes", - "docify", - "log", - "memmap2", - "parity-scale-codec", - "sc-chain-spec-derive 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-client-api 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-executor 0.32.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-network 0.34.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-telemetry 15.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "serde", - "serde_json", - "sp-blockchain 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-genesis-builder 0.8.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-state-machine 0.35.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)", -] - [[package]] name = "sc-chain-spec" version = "28.0.0" @@ -8078,34 +7425,23 @@ dependencies = [ "log", "memmap2", "parity-scale-codec", - "sc-chain-spec-derive 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-client-api 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-executor 0.32.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-network 0.34.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-telemetry 15.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sc-chain-spec-derive", + "sc-client-api", + "sc-executor", + "sc-network", + "sc-telemetry", "serde", "serde_json", - "sp-blockchain 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-blockchain", + "sp-core", "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-genesis-builder 0.8.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-state-machine 0.35.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-genesis-builder", + "sp-io", + "sp-runtime", + "sp-state-machine", "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] -[[package]] -name = "sc-chain-spec-derive" -version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "proc-macro-crate 3.1.0", - "proc-macro2 1.0.85", - "quote 1.0.36", - "syn 2.0.60", -] - [[package]] name = "sc-chain-spec-derive" version = "11.0.0" @@ -8117,33 +7453,6 @@ dependencies = [ "syn 2.0.60", ] -[[package]] -name = "sc-client-api" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "fnv", - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor 0.32.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-transaction-pool-api 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-utils 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-blockchain 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-consensus 0.32.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-database 10.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 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-state-machine 0.35.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-statement-store 10.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-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", -] - [[package]] name = "sc-client-api" version = "28.0.0" @@ -8154,46 +7463,21 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor 0.32.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-transaction-pool-api 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-utils 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-blockchain 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-consensus 0.32.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sc-executor", + "sc-transaction-pool-api", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-database", "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-state-machine 0.35.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-statement-store 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime", + "sp-state-machine", + "sp-statement-store", "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", -] - -[[package]] -name = "sc-consensus" -version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "log", - "mockall 0.11.4", - "parking_lot 0.12.1", - "sc-client-api 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-network-types 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-utils 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "serde", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-blockchain 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-consensus 0.32.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-state-machine 0.35.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "thiserror", + "sp-trie", + "substrate-prometheus-endpoint", ] [[package]] @@ -8207,43 +7491,20 @@ dependencies = [ "log", "mockall 0.11.4", "parking_lot 0.12.1", - "sc-client-api 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-network-types 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-utils 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sc-client-api", + "sc-network-types", + "sc-utils", "serde", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-blockchain 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-consensus 0.32.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-state-machine 0.35.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "sp-state-machine", + "substrate-prometheus-endpoint", "thiserror", ] -[[package]] -name = "sc-executor" -version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-executor-common 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-executor-polkavm 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-executor-wasmtime 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "schnellru", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.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-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-panic-handler 13.0.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-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-version 29.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)", - "tracing", -] - [[package]] name = "sc-executor" version = "0.32.0" @@ -8251,59 +7512,35 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sc-executor-common 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-executor-polkavm 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-executor-wasmtime 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sc-executor-common", + "sc-executor-polkavm", + "sc-executor-wasmtime", "schnellru", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-api", + "sp-core", "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-panic-handler 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-io", + "sp-panic-handler", "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-version 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-trie", + "sp-version", "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "tracing", ] -[[package]] -name = "sc-executor-common" -version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "polkavm", - "sc-allocator 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-maybe-compressed-blob 11.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)", - "thiserror", - "wasm-instrument", -] - [[package]] name = "sc-executor-common" version = "0.29.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ "polkavm", - "sc-allocator 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sc-allocator", + "sp-maybe-compressed-blob", "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", "wasm-instrument", ] -[[package]] -name = "sc-executor-polkavm" -version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "log", - "polkavm", - "sc-executor-common 0.29.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)", -] - [[package]] name = "sc-executor-polkavm" version = "0.29.0" @@ -8311,28 +7548,10 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb dependencies = [ "log", "polkavm", - "sc-executor-common 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sc-executor-common", "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] -[[package]] -name = "sc-executor-wasmtime" -version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "anyhow", - "cfg-if", - "libc", - "log", - "parking_lot 0.12.1", - "rustix 0.36.17", - "sc-allocator 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-executor-common 0.29.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-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "wasmtime", -] - [[package]] name = "sc-executor-wasmtime" version = "0.29.0" @@ -8344,42 +7563,13 @@ dependencies = [ "log", "parking_lot 0.12.1", "rustix 0.36.17", - "sc-allocator 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-executor-common 0.29.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "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)", "wasmtime", ] -[[package]] -name = "sc-mixnet" -version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "array-bytes", - "arrayvec 0.7.4", - "blake2 0.10.6", - "bytes", - "futures", - "futures-timer", - "log", - "mixnet", - "multiaddr", - "parity-scale-codec", - "parking_lot 0.12.1", - "sc-client-api 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-network 0.34.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-network-types 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-transaction-pool-api 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-consensus 0.32.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-keystore 0.34.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-mixnet 0.4.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "thiserror", -] - [[package]] name = "sc-mixnet" version = "0.4.0" @@ -8396,23 +7586,23 @@ dependencies = [ "multiaddr", "parity-scale-codec", "parking_lot 0.12.1", - "sc-client-api 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-network 0.34.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-network-types 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-transaction-pool-api 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-consensus 0.32.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-keystore 0.34.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-mixnet 0.4.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sc-client-api", + "sc-network", + "sc-network-types", + "sc-transaction-pool-api", + "sp-api", + "sp-consensus", + "sp-core", + "sp-keystore", + "sp-mixnet", + "sp-runtime", "thiserror", ] [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -8438,19 +7628,19 @@ dependencies = [ "prost 0.12.4", "prost-build 0.12.4", "rand 0.8.5", - "sc-client-api 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-network-common 0.33.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-network-types 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-utils 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sc-client-api", + "sc-network-common", + "sc-network-types", + "sc-utils", "schnellru", "serde", "serde_json", "smallvec", - "sp-arithmetic 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-blockchain 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-arithmetic", + "sp-blockchain", + "sp-core", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", "tokio", "tokio-stream", @@ -8461,77 +7651,8 @@ dependencies = [ ] [[package]] -name = "sc-network" -version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" -dependencies = [ - "array-bytes", - "async-channel 1.9.0", - "async-trait", - "asynchronous-codec", - "bytes", - "cid 0.9.0", - "either", - "fnv", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "linked_hash_set", - "litep2p", - "log", - "mockall 0.11.4", - "once_cell", - "parity-scale-codec", - "parking_lot 0.12.1", - "partial_sort", - "pin-project", - "prost 0.12.4", - "prost-build 0.12.4", - "rand 0.8.5", - "sc-client-api 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-network-common 0.33.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-network-types 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-utils 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "schnellru", - "serde", - "serde_json", - "smallvec", - "sp-arithmetic 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-blockchain 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "thiserror", - "tokio", - "tokio-stream", - "unsigned-varint", - "void", - "wasm-timer", - "zeroize", -] - -[[package]] -name = "sc-network-common" -version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "async-trait", - "bitflags 1.3.2", - "futures", - "libp2p-identity", - "parity-scale-codec", - "prost-build 0.12.4", - "sc-consensus 0.33.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-network-types 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-consensus 0.32.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-consensus-grandpa 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", -] - -[[package]] -name = "sc-network-common" -version = "0.33.0" +name = "sc-network-common" +version = "0.33.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ "async-trait", @@ -8540,27 +7661,11 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build 0.12.4", - "sc-consensus 0.33.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-network-types 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-consensus 0.32.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-consensus-grandpa 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", -] - -[[package]] -name = "sc-network-types" -version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bs58 0.5.1", - "ed25519-dalek 2.1.1", - "libp2p-identity", - "litep2p", - "multiaddr", - "multihash 0.17.0", - "rand 0.8.5", - "thiserror", - "zeroize", + "sc-consensus", + "sc-network-types", + "sp-consensus", + "sp-consensus-grandpa", + "sp-runtime", ] [[package]] @@ -8579,26 +7684,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sc-rpc-api" -version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-chain-spec 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-mixnet 0.4.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-transaction-pool-api 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "scale-info", - "serde", - "serde_json", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-rpc 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-version 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "thiserror", -] - [[package]] name = "sc-rpc-api" version = "0.33.0" @@ -8606,37 +7691,17 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-mixnet 0.4.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-transaction-pool-api 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sc-chain-spec", + "sc-mixnet", + "sc-transaction-pool-api", "scale-info", "serde", "serde_json", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-rpc 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-version 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "thiserror", -] - -[[package]] -name = "sc-telemetry" -version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "chrono", - "futures", - "libp2p", - "log", - "parking_lot 0.12.1", - "pin-project", - "rand 0.8.5", - "sc-network 0.34.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sc-utils 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "serde", - "serde_json", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-version", "thiserror", - "wasm-timer", ] [[package]] @@ -8651,30 +7716,14 @@ dependencies = [ "parking_lot 0.12.1", "pin-project", "rand 0.8.5", - "sc-network 0.34.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sc-utils 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sc-network", + "sc-utils", "serde", "serde_json", "thiserror", "wasm-timer", ] -[[package]] -name = "sc-transaction-pool-api" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "async-trait", - "futures", - "log", - "parity-scale-codec", - "serde", - "sp-blockchain 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "thiserror", -] - [[package]] name = "sc-transaction-pool-api" version = "28.0.0" @@ -8685,27 +7734,12 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-blockchain", + "sp-core", + "sp-runtime", "thiserror", ] -[[package]] -name = "sc-utils" -version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "async-channel 1.9.0", - "futures", - "futures-timer", - "lazy_static", - "log", - "parking_lot 0.12.1", - "prometheus", - "sp-arithmetic 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", -] - [[package]] name = "sc-utils" version = "14.0.0" @@ -8718,7 +7752,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-arithmetic", ] [[package]] @@ -9421,28 +8455,6 @@ dependencies = [ "sha-1 0.9.8", ] -[[package]] -name = "sp-api" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro 15.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.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-metadata-ir 0.6.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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-state-machine 0.35.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-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-version 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "thiserror", -] - [[package]] name = "sp-api" version = "26.0.0" @@ -9452,33 +8464,19 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 15.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-api-proc-macro", + "sp-core", "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-metadata-ir 0.6.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-metadata-ir", + "sp-runtime", "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-state-machine 0.35.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-state-machine", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-version 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-trie", + "sp-version", "thiserror", ] -[[package]] -name = "sp-api-proc-macro" -version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "Inflector", - "blake2 0.10.6", - "expander", - "proc-macro-crate 3.1.0", - "proc-macro2 1.0.85", - "quote 1.0.36", - "syn 2.0.60", -] - [[package]] name = "sp-api-proc-macro" version = "15.0.0" @@ -9493,19 +8491,6 @@ dependencies = [ "syn 2.0.60", ] -[[package]] -name = "sp-application-crypto" -version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-io 30.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)", -] - [[package]] name = "sp-application-crypto" version = "30.0.0" @@ -9514,26 +8499,11 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-core", + "sp-io", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] -[[package]] -name = "sp-arithmetic" -version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "docify", - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "static_assertions", -] - [[package]] name = "sp-arithmetic" version = "23.0.0" @@ -9567,18 +8537,6 @@ dependencies = [ "sp-crypto-ec-utils", ] -[[package]] -name = "sp-authority-discovery" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-application-crypto 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", -] - [[package]] name = "sp-authority-discovery" version = "26.0.0" @@ -9586,27 +8544,9 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-application-crypto 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", -] - -[[package]] -name = "sp-blockchain" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "schnellru", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-consensus 0.32.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-state-machine 0.35.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "thiserror", + "sp-api", + "sp-application-crypto", + "sp-runtime", ] [[package]] @@ -9619,26 +8559,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "schnellru", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-consensus 0.32.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-database 10.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-state-machine 0.35.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "thiserror", -] - -[[package]] -name = "sp-consensus" -version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "async-trait", - "futures", - "log", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-inherents 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-state-machine 0.35.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-api", + "sp-consensus", + "sp-database", + "sp-runtime", + "sp-state-machine", "thiserror", ] @@ -9650,30 +8575,13 @@ dependencies = [ "async-trait", "futures", "log", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-inherents 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-state-machine 0.35.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", "thiserror", ] -[[package]] -name = "sp-consensus-grandpa" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-application-crypto 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-keystore 0.34.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", -] - [[package]] name = "sp-consensus-grandpa" version = "13.0.0" @@ -9684,22 +8592,11 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-application-crypto 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-keystore 0.34.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", -] - -[[package]] -name = "sp-consensus-slots" -version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-timestamp 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", ] [[package]] @@ -9710,54 +8607,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-timestamp 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", -] - -[[package]] -name = "sp-core" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "array-bytes", - "bandersnatch_vrfs", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections", - "bs58 0.5.1", - "dyn-clonable", - "ed25519-zebra", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "itertools 0.11.0", - "k256", - "libsecp256k1", - "log", - "merlin", - "parity-bip39", - "parity-scale-codec", - "parking_lot 0.12.1", - "paste", - "primitive-types", - "rand 0.8.5", - "scale-info", - "schnorrkel", - "secp256k1", - "secrecy", - "serde", - "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 0.4.7 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "thiserror", - "tracing", - "w3f-bls", - "zeroize", + "sp-timestamp", ] [[package]] @@ -9800,7 +8650,7 @@ dependencies = [ "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "ss58-registry", - "substrate-bip39 0.4.7 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "substrate-bip39", "thiserror", "tracing", "w3f-bls", @@ -9841,19 +8691,6 @@ dependencies = [ "twox-hash", ] -[[package]] -name = "sp-crypto-hashing" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "blake2b_simd", - "byteorder", - "digest 0.10.7", - "sha2 0.10.8", - "sha3", - "twox-hash", -] - [[package]] name = "sp-crypto-hashing" version = "0.1.0" @@ -9867,16 +8704,6 @@ dependencies = [ "twox-hash", ] -[[package]] -name = "sp-crypto-hashing-proc-macro" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "quote 1.0.36", - "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-crypto-hashing-proc-macro" version = "0.1.0" @@ -9887,15 +8714,6 @@ dependencies = [ "syn 2.0.60", ] -[[package]] -name = "sp-database" -version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "kvdb", - "parking_lot 0.12.1", -] - [[package]] name = "sp-database" version = "10.0.0" @@ -9905,16 +8723,6 @@ dependencies = [ "parking_lot 0.12.1", ] -[[package]] -name = "sp-debug-derive" -version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "proc-macro2 1.0.85", - "quote 1.0.36", - "syn 2.0.60", -] - [[package]] name = "sp-debug-derive" version = "14.0.0" @@ -9935,16 +8743,6 @@ dependencies = [ "syn 2.0.60", ] -[[package]] -name = "sp-externalities" -version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", -] - [[package]] name = "sp-externalities" version = "0.25.0" @@ -9965,18 +8763,6 @@ dependencies = [ "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk)", ] -[[package]] -name = "sp-genesis-builder" -version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde_json", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", -] - [[package]] name = "sp-genesis-builder" version = "0.8.0" @@ -9985,21 +8771,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde_json", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", -] - -[[package]] -name = "sp-inherents" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "thiserror", + "sp-api", + "sp-runtime", ] [[package]] @@ -10011,36 +8784,10 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime", "thiserror", ] -[[package]] -name = "sp-io" -version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bytes", - "ed25519-dalek 2.1.1", - "libsecp256k1", - "log", - "parity-scale-codec", - "polkavm-derive", - "rustversion", - "secp256k1", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "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 0.34.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-state-machine 0.35.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-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "30.0.0" @@ -10055,15 +8802,15 @@ dependencies = [ "polkavm-derive", "rustversion", "secp256k1", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "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-keystore 0.34.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-keystore", "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-state-machine 0.35.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-state-machine", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-trie", "tracing", "tracing-core", ] @@ -10071,24 +8818,13 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-core", + "sp-runtime", "strum", ] -[[package]] -name = "sp-keystore" -version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.1", - "sp-core 28.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)", -] - [[package]] name = "sp-keystore" version = "0.34.0" @@ -10096,19 +8832,10 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-core", "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] -[[package]] -name = "sp-maybe-compressed-blob" -version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "thiserror", - "zstd 0.12.4", -] - [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" @@ -10118,16 +8845,6 @@ dependencies = [ "zstd 0.12.4", ] -[[package]] -name = "sp-metadata-ir" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "frame-metadata 16.0.0", - "parity-scale-codec", - "scale-info", -] - [[package]] name = "sp-metadata-ir" version = "0.6.0" @@ -10138,17 +8855,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "sp-mixnet" -version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-application-crypto 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", -] - [[package]] name = "sp-mixnet" version = "0.4.0" @@ -10156,38 +8862,18 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-application-crypto 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", -] - -[[package]] -name = "sp-panic-handler" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "backtrace", - "lazy_static", - "regex", + "sp-api", + "sp-application-crypto", ] [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" -dependencies = [ - "backtrace", - "lazy_static", - "regex", -] - -[[package]] -name = "sp-rpc" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "rustc-hash", - "serde", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "backtrace", + "lazy_static", + "regex", ] [[package]] @@ -10197,32 +8883,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb dependencies = [ "rustc-hash", "serde", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", -] - -[[package]] -name = "sp-runtime" -version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "docify", - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "num-traits", - "parity-scale-codec", - "paste", - "rand 0.8.5", - "scale-info", - "serde", - "simple-mermaid", - "sp-application-crypto 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-arithmetic 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-io 30.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-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-core", ] [[package]] @@ -10242,31 +8903,12 @@ dependencies = [ "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-arithmetic 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", -] - -[[package]] -name = "sp-runtime-interface" -version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -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=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", + "sp-weights", ] [[package]] @@ -10307,19 +8949,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "Inflector", - "expander", - "proc-macro-crate 3.1.0", - "proc-macro2 1.0.85", - "quote 1.0.36", - "syn 2.0.60", -] - [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" @@ -10349,28 +8978,15 @@ dependencies = [ [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-keystore 0.34.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-staking 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", -] - -[[package]] -name = "sp-staking" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "serde", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-api", + "sp-core", + "sp-keystore", + "sp-runtime", + "sp-staking", ] [[package]] @@ -10382,28 +8998,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", -] - -[[package]] -name = "sp-state-machine" -version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand 0.8.5", - "smallvec", - "sp-core 28.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-panic-handler 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "thiserror", - "tracing", - "trie-db", + "sp-core", + "sp-runtime", ] [[package]] @@ -10417,39 +9013,15 @@ dependencies = [ "parking_lot 0.12.1", "rand 0.8.5", "smallvec", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-core", "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-panic-handler 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-trie 29.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-panic-handler", + "sp-trie", "thiserror", "tracing", "trie-db", ] -[[package]] -name = "sp-statement-store" -version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "aes-gcm", - "curve25519-dalek 4.1.2", - "ed25519-dalek 2.1.1", - "hkdf", - "parity-scale-codec", - "rand 0.8.5", - "scale-info", - "sha2 0.10.8", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-application-crypto 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "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 31.0.1 (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)", - "thiserror", - "x25519-dalek 2.0.1", -] - [[package]] name = "sp-statement-store" version = "10.0.0" @@ -10463,22 +9035,17 @@ dependencies = [ "rand 0.8.5", "scale-info", "sha2 0.10.8", - "sp-api 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-application-crypto 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "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-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-runtime", "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", "x25519-dalek 2.0.1", ] -[[package]] -name = "sp-std" -version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" - [[package]] name = "sp-std" version = "14.0.0" @@ -10489,18 +9056,6 @@ name = "sp-std" version = "14.0.0" source = "git+https://github.com/paritytech/polkadot-sdk#48d4f654612a67787426de426e462bd40f6f70f6" -[[package]] -name = "sp-storage" -version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", -] - [[package]] name = "sp-storage" version = "19.0.0" @@ -10525,18 +9080,6 @@ dependencies = [ "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)", ] -[[package]] -name = "sp-timestamp" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "thiserror", -] - [[package]] name = "sp-timestamp" version = "26.0.0" @@ -10544,22 +9087,11 @@ source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 26.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-inherents", + "sp-runtime", "thiserror", ] -[[package]] -name = "sp-tracing" -version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "parity-scale-codec", - "tracing", - "tracing-core", - "tracing-subscriber", -] - [[package]] name = "sp-tracing" version = "16.0.0" @@ -10582,29 +9114,6 @@ dependencies = [ "tracing-subscriber", ] -[[package]] -name = "sp-trie" -version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "ahash 0.8.11", - "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.1", - "rand 0.8.5", - "scale-info", - "schnellru", - "sp-core 28.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)", - "thiserror", - "tracing", - "trie-db", - "trie-root", -] - [[package]] name = "sp-trie" version = "29.0.0" @@ -10620,7 +9129,7 @@ dependencies = [ "rand 0.8.5", "scale-info", "schnellru", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-core", "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", "thiserror", "tracing", @@ -10628,23 +9137,6 @@ dependencies = [ "trie-root", ] -[[package]] -name = "sp-version" -version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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-version-proc-macro 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "thiserror", -] - [[package]] name = "sp-version" version = "29.0.0" @@ -10655,24 +9147,13 @@ dependencies = [ "parity-wasm", "scale-info", "serde", - "sp-crypto-hashing-proc-macro 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-crypto-hashing-proc-macro", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-version-proc-macro 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-version-proc-macro", "thiserror", ] -[[package]] -name = "sp-version-proc-macro" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "parity-scale-codec", - "proc-macro2 1.0.85", - "quote 1.0.36", - "syn 2.0.60", -] - [[package]] name = "sp-version-proc-macro" version = "13.0.0" @@ -10684,18 +9165,6 @@ dependencies = [ "syn 2.0.60", ] -[[package]] -name = "sp-wasm-interface" -version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "anyhow", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "wasmtime", -] - [[package]] name = "sp-wasm-interface" version = "20.0.0" @@ -10718,20 +9187,6 @@ dependencies = [ "parity-scale-codec", ] -[[package]] -name = "sp-weights" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "bounded-collections", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 23.0.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)", -] - [[package]] name = "sp-weights" version = "27.0.0" @@ -10742,7 +9197,7 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-arithmetic", "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] @@ -10789,24 +9244,6 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" -[[package]] -name = "staging-xcm" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "array-bytes", - "bounded-collections", - "derivative", - "environmental", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "xcm-procedural 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", -] - [[package]] name = "staging-xcm" version = "7.0.0" @@ -10821,30 +9258,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "xcm-procedural 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", -] - -[[package]] -name = "staging-xcm-builder" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "impl-trait-for-tuples", - "log", - "pallet-transaction-payment 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "parity-scale-codec", - "polkadot-parachain-primitives 6.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "scale-info", - "sp-arithmetic 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "staging-xcm 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "staging-xcm-executor 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-weights", + "xcm-procedural", ] [[package]] @@ -10852,42 +9267,21 @@ name = "staging-xcm-builder" version = "7.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "pallet-transaction-payment", "parity-scale-codec", - "polkadot-parachain-primitives 6.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "polkadot-parachain-primitives", "scale-info", - "sp-arithmetic 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-arithmetic", + "sp-io", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "staging-xcm 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "staging-xcm-executor 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", -] - -[[package]] -name = "staging-xcm-executor" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "environmental", - "frame-benchmarking 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (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-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "staging-xcm 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-weights", + "staging-xcm", + "staging-xcm-executor", ] [[package]] @@ -10896,19 +9290,19 @@ version = "7.0.0" source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ "environmental", - "frame-benchmarking 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "frame-benchmarking", + "frame-support", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 23.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-io 30.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "sp-weights 27.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", - "staging-xcm 7.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", + "sp-weights", + "staging-xcm", ] [[package]] @@ -10995,18 +9389,6 @@ dependencies = [ "syn 2.0.60", ] -[[package]] -name = "substrate-bip39" -version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "hmac 0.12.1", - "pbkdf2", - "schnorrkel", - "sha2 0.10.8", - "zeroize", -] - [[package]] name = "substrate-bip39" version = "0.4.7" @@ -11019,18 +9401,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "substrate-prometheus-endpoint" -version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "hyper", - "log", - "prometheus", - "thiserror", - "tokio", -] - [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" @@ -11052,26 +9422,26 @@ dependencies = [ "async-trait", "bp-bridge-hub-polkadot", "bp-bridge-hub-rococo", - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-parachains 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-polkadot 0.5.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-header-chain", + "bp-messages", + "bp-parachains", + "bp-polkadot", "bp-polkadot-bulletin", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-polkadot-core", "bp-rococo", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-test-utils 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bridge-runtime-common 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-runtime", + "bp-test-utils", + "bridge-runtime-common", "env_logger 0.11.3", "finality-grandpa", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "frame-support", "futures", "hex", "hex-literal", "log", "num-format", "num-traits", - "pallet-bridge-parachains 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "pallet-bridge-parachains", "parachains-relay", "parity-scale-codec", "rbtag", @@ -11083,14 +9453,14 @@ dependencies = [ "relay-polkadot-bulletin-client", "relay-polkadot-client", "relay-rococo-client", - "relay-substrate-client 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "relay-utils 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "relay-substrate-client", + "relay-utils", "relay-westend-client", "signal-hook", "signal-hook-async-std", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-core", "sp-keyring", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "sp-runtime", "structopt", "strum", "substrate-relay-helper", @@ -11100,41 +9470,41 @@ dependencies = [ [[package]] name = "substrate-relay-helper" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#977254ccb1afca975780987ff9f19f356e99378f" dependencies = [ "anyhow", "async-std", "async-trait", - "bp-header-chain 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-parachains 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-polkadot-core 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-relayers 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bp-runtime 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "bridge-runtime-common 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "bp-header-chain", + "bp-messages", + "bp-parachains", + "bp-polkadot-core", + "bp-relayers", + "bp-runtime", + "bridge-runtime-common", "equivocation-detector", "finality-grandpa", - "finality-relay 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-support 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "frame-system 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "finality-relay", + "frame-support", + "frame-system", "futures", "hex", "log", "messages-relay", "num-traits", - "pallet-balances 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "pallet-bridge-grandpa 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "pallet-bridge-messages 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "pallet-bridge-parachains 0.7.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "pallet-balances", + "pallet-bridge-grandpa", + "pallet-bridge-messages", + "pallet-bridge-parachains", "pallet-grandpa", "parachains-relay", "parity-scale-codec", "rbtag", - "relay-substrate-client 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "relay-utils 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-consensus-grandpa 13.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-core 28.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", - "sp-runtime 31.0.1 (git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits)", + "relay-substrate-client", + "relay-utils", + "sp-consensus-grandpa", + "sp-core", + "sp-runtime", "structopt", "strum", "thiserror", @@ -12897,17 +11267,6 @@ dependencies = [ "time", ] -[[package]] -name = "xcm-procedural" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=bko-bridges-backports-and-nits#87a52dbe55163e5cdde3953fc08e18653ce78fcf" -dependencies = [ - "Inflector", - "proc-macro2 1.0.85", - "quote 1.0.36", - "syn 2.0.60", -] - [[package]] name = "xcm-procedural" version = "7.0.0" diff --git a/relay-clients/client-bridge-hub-kusama/Cargo.toml b/relay-clients/client-bridge-hub-kusama/Cargo.toml index 8d07af1d2e..f2fdeeed40 100644 --- a/relay-clients/client-bridge-hub-kusama/Cargo.toml +++ b/relay-clients/client-bridge-hub-kusama/Cargo.toml @@ -28,6 +28,6 @@ relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", b # Substrate Dependencies -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" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } diff --git a/relay-clients/client-bridge-hub-polkadot/Cargo.toml b/relay-clients/client-bridge-hub-polkadot/Cargo.toml index 46d48ac94b..4a01b07754 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.37.0", default-features = false, features = ["native"] } # Bridge dependencies -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" } +bp-bridge-hub-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } # Substrate Dependencies -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "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" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } diff --git a/relay-clients/client-bridge-hub-rococo/Cargo.toml b/relay-clients/client-bridge-hub-rococo/Cargo.toml index fa10c8c392..4ab968de1b 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.37.0", default-features = false, features = ["native"] } # Bridge dependencies -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" } +bp-bridge-hub-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } -relay-substrate-client = { 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" } # Substrate Dependencies -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" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } diff --git a/relay-clients/client-bridge-hub-westend/Cargo.toml b/relay-clients/client-bridge-hub-westend/Cargo.toml index 2b44221d76..5adfce938a 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.37.0", default-features = false, features = ["native"] } # Bridge dependencies -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" } +bp-bridge-hub-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } -relay-substrate-client = { 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" } # Substrate Dependencies -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" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } [dev-dependencies] -bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } diff --git a/relay-clients/client-kusama/Cargo.toml b/relay-clients/client-kusama/Cargo.toml index 5ea4c63bbc..b39eb0f5dc 100644 --- a/relay-clients/client-kusama/Cargo.toml +++ b/relay-clients/client-kusama/Cargo.toml @@ -16,17 +16,17 @@ subxt = { version = "0.37.0", default-features = false, features = ["native"] } # Bridge dependencies -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" } +bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } -relay-utils = { 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" } # Substrate Dependencies -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" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } diff --git a/relay-clients/client-polkadot-bulletin/Cargo.toml b/relay-clients/client-polkadot-bulletin/Cargo.toml index 0ee0fe96ff..39ed4bc33e 100644 --- a/relay-clients/client-polkadot-bulletin/Cargo.toml +++ b/relay-clients/client-polkadot-bulletin/Cargo.toml @@ -16,19 +16,19 @@ subxt = { version = "0.37.0", default-features = false, features = ["native"] } # Bridge dependencies -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" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } # Substrate Dependencies -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "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" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } diff --git a/relay-clients/client-polkadot/Cargo.toml b/relay-clients/client-polkadot/Cargo.toml index 22cc0a1927..78087c5036 100644 --- a/relay-clients/client-polkadot/Cargo.toml +++ b/relay-clients/client-polkadot/Cargo.toml @@ -16,17 +16,17 @@ subxt = { version = "0.37.0", default-features = false, features = ["native"] } # Bridge dependencies -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" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } -relay-utils = { 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" } # Substrate Dependencies -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" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } diff --git a/relay-clients/client-rococo/Cargo.toml b/relay-clients/client-rococo/Cargo.toml index 852baac662..f5819f4d68 100644 --- a/relay-clients/client-rococo/Cargo.toml +++ b/relay-clients/client-rococo/Cargo.toml @@ -16,16 +16,16 @@ subxt = { version = "0.37.0", default-features = false, features = ["native"] } # Bridge dependencies -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-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } -relay-utils = { 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" } # Substrate Dependencies -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" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } diff --git a/relay-clients/client-westend/Cargo.toml b/relay-clients/client-westend/Cargo.toml index 191d692837..02bc3ee8fd 100644 --- a/relay-clients/client-westend/Cargo.toml +++ b/relay-clients/client-westend/Cargo.toml @@ -16,17 +16,17 @@ subxt = { version = "0.37.0", default-features = false, features = ["native"] } # Bridge dependencies -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" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } -relay-utils = { 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" } # Substrate Dependencies -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" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } diff --git a/substrate-relay/Cargo.toml b/substrate-relay/Cargo.toml index a3cea684f9..1d4d6bb5e8 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 = "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" } +bp-bridge-hub-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-bridge-hub-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +pallet-bridge-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +parachains-relay = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } relay-bridge-hub-kusama-client = { path = "../relay-clients/client-bridge-hub-kusama" } relay-bridge-hub-polkadot-client = { path = "../relay-clients/client-bridge-hub-polkadot" } relay-bridge-hub-rococo-client = { path = "../relay-clients/client-bridge-hub-rococo" } @@ -48,20 +48,20 @@ relay-kusama-client = { path = "../relay-clients/client-kusama" } relay-polkadot-client = { path = "../relay-clients/client-polkadot" } relay-polkadot-bulletin-client = { path = "../relay-clients/client-polkadot-bulletin" } relay-rococo-client = { path = "../relay-clients/client-rococo" } -relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } -relay-utils = { 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-westend-client = { path = "../relay-clients/client-westend" } -substrate-relay-helper = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +substrate-relay-helper = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } # Substrate Dependencies -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" } +frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } [dev-dependencies] -bp-test-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +bp-test-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } hex-literal = "0.4" -sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "bko-bridges-backports-and-nits" } +sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" } tempfile = "3.10" finality-grandpa = { version = "0.16.2" } From da14c71ce8297d087a34ef2f53febcf94a0b1635 Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Fri, 14 Jun 2024 14:46:19 +0200 Subject: [PATCH 6/6] Change relayer version for release --- Cargo.lock | 2 +- substrate-relay/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ca3a9f7f6..8899c5eb97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9415,7 +9415,7 @@ dependencies = [ [[package]] name = "substrate-relay" -version = "1.6.3" +version = "1.6.4" dependencies = [ "anyhow", "async-std", diff --git a/substrate-relay/Cargo.toml b/substrate-relay/Cargo.toml index 1d4d6bb5e8..29c067f299 100644 --- a/substrate-relay/Cargo.toml +++ b/substrate-relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substrate-relay" -version = "1.6.3" +version = "1.6.4" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0"