Skip to content

Commit

Permalink
Use rococo-wococo bridge (#7)
Browse files Browse the repository at this point in the history
* squashed and rebased cumulus fork a top of bridge hub rococo-wococo branch

* fixed merge error

* fixed dependency issues

* restore lock file

* successful build

* added modified weights

* ws

* remove unused import
  • Loading branch information
alistair-singh committed Apr 5, 2023
1 parent 25b7b44 commit 3f8b2ca
Show file tree
Hide file tree
Showing 9 changed files with 581 additions and 3 deletions.
233 changes: 232 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ pallet-bridge-parachains = { path = "../../../../bridges/modules/parachains", de
pallet-bridge-relayers = { path = "../../../../bridges/modules/relayers", default-features = false }
bridge-runtime-common = { path = "../../../../bridges/bin/runtime-common", default-features = false }

# Ethereum Bridge (Snowbridge)
snowbridge-core = { path = "../../../../../parachain/primitives/core", default-features = false }
snowbridge-beacon-primitives = { path = "../../../../../parachain/primitives/beacon", default-features = false }
snowbridge-basic-channel = { path = "../../../../../parachain/pallets/basic-channel", default-features = false }
snowbridge-dispatch = { path = "../../../../../parachain/pallets/dispatch", default-features = false }
snowbridge-ethereum-beacon-client = { path = "../../../../../parachain/pallets/ethereum-beacon-client", default-features = false, features=["minimal"]}

[dev-dependencies]
static_assertions = "1.1"
bridge-hub-test-utils = { path = "../test-utils"}
Expand Down Expand Up @@ -160,6 +167,11 @@ std = [
"xcm-executor/std",
"xcm/std",
"substrate-wasm-builder",
"snowbridge-basic-channel/std",
"snowbridge-core/std",
"snowbridge-dispatch/std",
"snowbridge-ethereum-beacon-client/std",
"snowbridge-beacon-primitives/std",
]

runtime-benchmarks = [
Expand All @@ -184,6 +196,10 @@ runtime-benchmarks = [
"cumulus-pallet-session-benchmarking/runtime-benchmarks",
"cumulus-pallet-xcmp-queue/runtime-benchmarks",
"pallet-xcm-benchmarks/runtime-benchmarks",
"snowbridge-basic-channel/runtime-benchmarks",
"snowbridge-core/runtime-benchmarks",
"snowbridge-dispatch/runtime-benchmarks",
"snowbridge-ethereum-beacon-client/runtime-benchmarks",
]

try-runtime = [
Expand Down
Loading

0 comments on commit 3f8b2ca

Please sign in to comment.