Add Rococo<>Westend bridge support/relay (#2647)
* Added Rococo<>Westend primitives * Latest fashion * WIP * Temporary hack for AssetHubWestend to Millau * typo * tool/runtime-codegen tweaks * Rococo<>Westend relay part * zepter * Unify `Parachain` vs `Parachains`
Showing
- bridges/bin/millau/runtime/src/lib.rs 49 additions, 3 deletionsbridges/bin/millau/runtime/src/lib.rs
- bridges/modules/beefy/Cargo.toml 1 addition, 1 deletionbridges/modules/beefy/Cargo.toml
- bridges/modules/xcm-bridge-hub-router/src/lib.rs 1 addition, 1 deletionbridges/modules/xcm-bridge-hub-router/src/lib.rs
- bridges/primitives/beefy/Cargo.toml 1 addition, 1 deletionbridges/primitives/beefy/Cargo.toml
- bridges/primitives/chain-asset-hub-rococo/Cargo.toml 1 addition, 1 deletionbridges/primitives/chain-asset-hub-rococo/Cargo.toml
- bridges/primitives/chain-asset-hub-rococo/src/lib.rs 5 additions, 2 deletionsbridges/primitives/chain-asset-hub-rococo/src/lib.rs
- bridges/primitives/chain-asset-hub-westend/Cargo.toml 26 additions, 0 deletionsbridges/primitives/chain-asset-hub-westend/Cargo.toml
- bridges/primitives/chain-asset-hub-westend/src/lib.rs 52 additions, 0 deletionsbridges/primitives/chain-asset-hub-westend/src/lib.rs
- bridges/primitives/chain-asset-hub-wococo/Cargo.toml 1 addition, 1 deletionbridges/primitives/chain-asset-hub-wococo/Cargo.toml
- bridges/primitives/chain-asset-hub-wococo/src/lib.rs 2 additions, 2 deletionsbridges/primitives/chain-asset-hub-wococo/src/lib.rs
- bridges/primitives/chain-bridge-hub-rococo/src/lib.rs 4 additions, 1 deletionbridges/primitives/chain-bridge-hub-rococo/src/lib.rs
- bridges/primitives/chain-bridge-hub-westend/Cargo.toml 34 additions, 0 deletionsbridges/primitives/chain-bridge-hub-westend/Cargo.toml
- bridges/primitives/chain-bridge-hub-westend/src/lib.rs 75 additions, 0 deletionsbridges/primitives/chain-bridge-hub-westend/src/lib.rs
- bridges/primitives/chain-bridge-hub-wococo/src/lib.rs 1 addition, 1 deletionbridges/primitives/chain-bridge-hub-wococo/src/lib.rs
- bridges/primitives/chain-rococo/Cargo.toml 1 addition, 1 deletionbridges/primitives/chain-rococo/Cargo.toml
- bridges/primitives/chain-westend/src/lib.rs 10 additions, 40 deletionsbridges/primitives/chain-westend/src/lib.rs
- bridges/primitives/runtime/src/lib.rs 3 additions, 0 deletionsbridges/primitives/runtime/src/lib.rs
- bridges/relays/bin-substrate/Cargo.toml 1 addition, 0 deletionsbridges/relays/bin-substrate/Cargo.toml
- bridges/relays/bin-substrate/src/bridges/mod.rs 1 addition, 0 deletionsbridges/relays/bin-substrate/src/bridges/mod.rs
- bridges/relays/bin-substrate/src/bridges/rococo_westend/bridge_hub_rococo_messages_to_bridge_hub_westend.rs 64 additions, 0 deletions...stend/bridge_hub_rococo_messages_to_bridge_hub_westend.rs
Please register or sign in to comment