Skip to content

Commit

Permalink
Setup latest master with merged: paritytech/polkadot-sdk#4494
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Jun 14, 2024
1 parent f69d0c1 commit fd5fb7b
Show file tree
Hide file tree
Showing 11 changed files with 746 additions and 2,387 deletions.
2,907 changes: 633 additions & 2,274 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions relay-clients/client-bridge-hub-kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
26 changes: 13 additions & 13 deletions relay-clients/client-bridge-hub-polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
22 changes: 11 additions & 11 deletions relay-clients/client-bridge-hub-rococo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
26 changes: 13 additions & 13 deletions relay-clients/client-bridge-hub-westend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
20 changes: 10 additions & 10 deletions relay-clients/client-kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
26 changes: 13 additions & 13 deletions relay-clients/client-polkadot-bulletin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
20 changes: 10 additions & 10 deletions relay-clients/client-polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
18 changes: 9 additions & 9 deletions relay-clients/client-rococo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
20 changes: 10 additions & 10 deletions relay-clients/client-westend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Loading

0 comments on commit fd5fb7b

Please sign in to comment.