Skip to content

Commit 9be43c0

Browse files
authored
Remove primitives (#8057)
# Description Removes the bridge-related primitives for Polkadot and Kusama from /bridges/chains, to be moved into parity-bridges-common and polkadot-fellows/runtimes, per [this issue](polkadot-fellows/runtimes#627). Also tweaks the readme and scripts to be more platform-agnostic. **NB**: This will require those who run the bridge zombienet tests to rename the zombienet binary from `zombienet-linux-x64` to just `zombienet`. ## Integration This update breaks parity-bridges-common's dependency on these primitives, which are re-added to parity-bridge-common in [this PR](paritytech/parity-bridges-common#3145).
1 parent 8282722 commit 9be43c0

File tree

15 files changed

+12
-580
lines changed

15 files changed

+12
-580
lines changed

Cargo.lock

Lines changed: 0 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ members = [
1313
"bridges/chains/chain-asset-hub-rococo",
1414
"bridges/chains/chain-asset-hub-westend",
1515
"bridges/chains/chain-bridge-hub-cumulus",
16-
"bridges/chains/chain-bridge-hub-kusama",
17-
"bridges/chains/chain-bridge-hub-polkadot",
1816
"bridges/chains/chain-bridge-hub-rococo",
1917
"bridges/chains/chain-bridge-hub-westend",
20-
"bridges/chains/chain-kusama",
21-
"bridges/chains/chain-polkadot",
2218
"bridges/chains/chain-polkadot-bulletin",
2319
"bridges/chains/chain-rococo",
2420
"bridges/chains/chain-westend",
@@ -660,15 +656,11 @@ bp-asset-hub-rococo = { path = "bridges/chains/chain-asset-hub-rococo", default-
660656
bp-asset-hub-westend = { path = "bridges/chains/chain-asset-hub-westend", default-features = false }
661657
bp-beefy = { path = "bridges/primitives/beefy", default-features = false }
662658
bp-bridge-hub-cumulus = { path = "bridges/chains/chain-bridge-hub-cumulus", default-features = false }
663-
bp-bridge-hub-kusama = { default-features = false, path = "bridges/chains/chain-bridge-hub-kusama" }
664-
bp-bridge-hub-polkadot = { path = "bridges/chains/chain-bridge-hub-polkadot", default-features = false }
665659
bp-bridge-hub-rococo = { path = "bridges/chains/chain-bridge-hub-rococo", default-features = false }
666660
bp-bridge-hub-westend = { path = "bridges/chains/chain-bridge-hub-westend", default-features = false }
667661
bp-header-chain = { path = "bridges/primitives/header-chain", default-features = false }
668-
bp-kusama = { default-features = false, path = "bridges/chains/chain-kusama" }
669662
bp-messages = { path = "bridges/primitives/messages", default-features = false }
670663
bp-parachains = { path = "bridges/primitives/parachains", default-features = false }
671-
bp-polkadot = { default-features = false, path = "bridges/chains/chain-polkadot" }
672664
bp-polkadot-bulletin = { path = "bridges/chains/chain-polkadot-bulletin", default-features = false }
673665
bp-polkadot-core = { path = "bridges/primitives/polkadot-core", default-features = false }
674666
bp-relayers = { path = "bridges/primitives/relayers", default-features = false }

bridges/chains/chain-bridge-hub-kusama/Cargo.toml

Lines changed: 0 additions & 40 deletions
This file was deleted.

bridges/chains/chain-bridge-hub-kusama/src/lib.rs

Lines changed: 0 additions & 96 deletions
This file was deleted.

bridges/chains/chain-bridge-hub-polkadot/Cargo.toml

Lines changed: 0 additions & 41 deletions
This file was deleted.

bridges/chains/chain-bridge-hub-polkadot/src/lib.rs

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)