Skip to content

Commit

Permalink
custom branch -> master
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik committed May 6, 2024
1 parent 565ebae commit 050e75f
Show file tree
Hide file tree
Showing 12 changed files with 328 additions and 325 deletions.
407 changes: 204 additions & 203 deletions Cargo.lock

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions relay-clients/client-bridge-hub-kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ subxt = { version = "0.35.3", default-features = false, features = ["native"] }

# Bridge dependencies

bp-bridge-hub-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-bridge-hub-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }

# Substrate Dependencies

sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
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.35.3", default-features = false, features = ["native"] }

# Bridge dependencies

bp-bridge-hub-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-bridge-hub-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }

# Substrate Dependencies

sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
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.35.3", default-features = false, features = ["native"] }

# Bridge dependencies

bp-bridge-hub-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-bridge-hub-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }

bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }

# Substrate Dependencies

sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
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.35.3", default-features = false, features = ["native"] }

# Bridge dependencies

bp-bridge-hub-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-bridge-hub-westend = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-parachains = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }

bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }

# Substrate Dependencies

sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }

[dev-dependencies]
bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
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.35.3", default-features = false, features = ["native"] }

# Bridge dependencies

bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-kusama = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }

relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }

# Substrate Dependencies

sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
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.35.3", default-features = false, features = ["native"] }

# Bridge dependencies

bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-header-chain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-messages = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-polkadot-bulletin = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bridge-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }

# Substrate Dependencies

sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
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.35.3", default-features = false, features = ["native"] }

# Bridge dependencies

bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-polkadot = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }

relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }

# Substrate Dependencies

sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
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.35.3", default-features = false, features = ["native"] }

# Bridge dependencies

bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
bp-polkadot-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
bp-rococo = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }

relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
relay-substrate-client = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
relay-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }

# Substrate Dependencies

sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "sv-relay-single-parachain-header" }
sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-session = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
Loading

0 comments on commit 050e75f

Please sign in to comment.