-
Notifications
You must be signed in to change notification settings - Fork 680
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Snowbridge initialize migration on Westend (#5747)
# Description Fix #5074 which missed the runtime migration to initialize channels of the bridge. --------- Co-authored-by: Adrian Catangiu <[email protected]> (cherry picked from commit 86bb5cb)
- Loading branch information
1 parent
c9fbeb7
commit 117aff7
Showing
4 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
title: "Snowbridge runtime migration on Westend" | ||
|
||
doc: | ||
- audience: Runtime Dev | ||
description: | | ||
This is a backport for https://github.com/paritytech/polkadot-sdk/pull/5074 which missed | ||
the runtime migration to initialize channels of the bridge. | ||
|
||
crates: | ||
- name: bridge-hub-westend-runtime | ||
bump: patch | ||
|
||
|