-
Notifications
You must be signed in to change notification settings - Fork 711
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
Multiple instances for pallet-bridge-relayers fix #6684
Conversation
All GitHub workflows were cancelled due to failure one of the required jobs. |
/cmd fmt |
Command "fmt" has started 🚀 See logs here |
Command "fmt" has finished ✅ See logs here |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-6684-to-stable2407
git worktree add --checkout .worktree/backport-6684-to-stable2407 backport-6684-to-stable2407
cd .worktree/backport-6684-to-stable2407
git reset --hard HEAD^
git cherry-pick -x 9ec8009c5a8fdf89499fcd2a40df0292d3950efa
git push --force-with-lease |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-6684-to-stable2409
git worktree add --checkout .worktree/backport-6684-to-stable2409 backport-6684-to-stable2409
cd .worktree/backport-6684-to-stable2409
git reset --hard HEAD^
git cherry-pick -x 9ec8009c5a8fdf89499fcd2a40df0292d3950efa
git push --force-with-lease |
Previously, we added multi-instance pallet support for `pallet-bridge-relayers`, but missed fixing it in this one place. --------- Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Adrian Catangiu <[email protected]> (cherry picked from commit 9ec8009)
Successfully created backport PR for |
Backport #6684 into `stable2409` from bkontur. 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: Branislav Kontur <[email protected]>
Backport #6684 into `stable2412` from bkontur. 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: Branislav Kontur <[email protected]>
Previously, we added multi-instance pallet support for
pallet-bridge-relayers
, but missed fixing it in this one place.