Add Snowbridge initialize migration on Westend#5747
Merged
serban300 merged 5 commits intoparitytech:masterfrom Sep 20, 2024
Merged
Add Snowbridge initialize migration on Westend#5747serban300 merged 5 commits intoparitytech:masterfrom
serban300 merged 5 commits intoparitytech:masterfrom
Conversation
Contributor
|
This is not really a backport, so perhaps change the title to "Add Snowbridge initialize migration on Westend", otherwise the title is misleading. |
acatangiu
approved these changes
Sep 18, 2024
cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs
Outdated
Show resolved
Hide resolved
bkontur
approved these changes
Sep 18, 2024
…/lib.rs Co-authored-by: Adrian Catangiu <adrian@parity.io>
Contributor
Author
|
@acatangiu Is there anything required left for this PR? |
Contributor
|
@yrong just some spurious network issues leading to some CI tests failing, restarted those CI jobs, should be auto-merged when they finish |
alistair-singh
approved these changes
Sep 19, 2024
serban300
approved these changes
Sep 20, 2024
Contributor
|
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 |
Contributor
|
Successfully created backport PR for |
acatangiu
pushed a commit
that referenced
this pull request
Sep 20, 2024
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>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fix #5074 which missed the runtime migration to initialize channels of the bridge.