-
Notifications
You must be signed in to change notification settings - Fork 766
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
Add Snowbridge initialize migration on Westend #5747
Add Snowbridge initialize migration on Westend #5747
Conversation
This is not really a backport, so perhaps change the title to "Add Snowbridge initialize migration on Westend", otherwise the title is misleading. |
cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs
Outdated
Show resolved
Hide resolved
…/lib.rs Co-authored-by: Adrian Catangiu <adrian@parity.io>
https://github.com/paritytech/polkadot-sdk/actions/runs/10923847845/job/30321556177?pr=5747
@acatangiu Is there anything required left for this PR? |
@yrong just some spurious network issues leading to some CI tests failing, restarted those CI jobs, should be auto-merged when they finish |
86bb5cb
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-5747-to-stable2407
git worktree add --checkout .worktree/backport-5747-to-stable2407 backport-5747-to-stable2407
cd .worktree/backport-5747-to-stable2407
git reset --hard HEAD^
git cherry-pick -x 86bb5cb5068463f006fda3a4ac4236686c989b86
git push --force-with-lease |
Successfully created backport PR for |
Backport #5747 into `stable2409` from yrong. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> Co-authored-by: Ron <yrong1997@gmail.com>
Description
Fix #5074 which missed the runtime migration to initialize channels of the bridge.