-
Notifications
You must be signed in to change notification settings - Fork 140
Snowbridge V2 Pallets #796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snowbridge V2 Pallets #796
Conversation
# Conflicts: # system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs
|
@alistair-singh @vgeddes @yrong please review. :) |
system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs
Outdated
Show resolved
Hide resolved
system-parachains/asset-hubs/asset-hub-polkadot/src/bridge_to_ethereum_config.rs
Show resolved
Hide resolved
system-parachains/asset-hubs/asset-hub-polkadot/src/bridge_to_ethereum_config.rs
Outdated
Show resolved
Hide resolved
system-parachains/bridge-hubs/bridge-hub-polkadot/src/bridge_to_ethereum_config.rs
Outdated
Show resolved
Hide resolved
system-parachains/bridge-hubs/bridge-hub-polkadot/src/bridge_to_ethereum_config.rs
Outdated
Show resolved
Hide resolved
…ethereum_config.rs Co-authored-by: Vincent Geddes <[email protected]>
…bridge-pallets-v2
@bkontur suggestions Co-authored-by: Branislav Kontur <[email protected]>
…rc/tests/snowbridge_v2_outbound_from_kusama.rs Co-authored-by: Branislav Kontur <[email protected]>
integration-tests/emulated/tests/bridges/bridge-hub-polkadot/src/tests/snowbridge_v2_config.rs
Outdated
Show resolved
Hide resolved
|
Command "bench --runtime bridge-hub-polkadot --pallet snowbridge_pallet_system_v2 snowbridge_pallet_outbound_queue_v2 snowbridge_pallet_inbound_queue_v2" has started 🚀 See logs here |
|
Command "bench --runtime bridge-hub-polkadot --pallet snowbridge_pallet_system_v2 snowbridge_pallet_outbound_queue_v2 snowbridge_pallet_inbound_queue_v2" has failed ❌! See logs here |
system-parachains/bridge-hubs/bridge-hub-polkadot/src/bridge_to_ethereum_config.rs
Outdated
Show resolved
Hide resolved
|
…o_ethereum_config.rs Co-authored-by: Raymond Cheung <[email protected]>
|
/merge |
|
Enabled Available commands
For more information see the documentation |
|
@claravanstaden Resolved the conflicts in Snowfork#18 |
Merge and resolve conflicts
Head branch was pushed to by a user without write access
# Conflicts: # Cargo.lock # Cargo.toml # system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs # system-parachains/bridge-hubs/bridge-hub-polkadot/src/bridge_to_ethereum_config.rs
It looks like we missed some of the [runtime API](https://github.com/paritytech/polkadot-sdk/blob/590f23d2d83c2b79aabfda711a91fe0bdc5e64a0/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs#L958-L962) when initially merging it into fellows-runtime in [PR-796](#796), this API is required to generate proofs.
Adds the Snowbridge V2 pallets to:
Polkadot AssetHub:
Polkadot BridgeHub:
Snowbridge unlocks new features, such as arbitrary contract execution in both directions of the bridge, as well as single hop bridging to Kusama, more accurate fees, etc. To see more details, see the original Snowbridge V2 PR on the Polkadot SDK.