Skip to content
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

Merged
merged 3 commits into from
Nov 28, 2024

Conversation

bkontur
Copy link
Contributor

@bkontur bkontur commented Nov 28, 2024

Previously, we added multi-instance pallet support for pallet-bridge-relayers, but missed fixing it in this one place.

@bkontur bkontur added R0-silent Changes should not be mentioned in any release notes T15-bridges This PR/Issue is related to bridges. A4-needs-backport Pull request must be backported to all maintained releases. labels Nov 28, 2024
@bkontur bkontur self-assigned this Nov 28, 2024
@paritytech-review-bot paritytech-review-bot bot requested a review from a team November 28, 2024 07:54
@paritytech-workflow-stopper
Copy link

All GitHub workflows were cancelled due to failure one of the required jobs.
Failed workflow url: https://github.com/paritytech/polkadot-sdk/actions/runs/12064679637
Failed job name: fmt

@bkontur
Copy link
Contributor Author

bkontur commented Nov 28, 2024

/cmd fmt

Copy link

Command "fmt" has started 🚀 See logs here

Copy link

Command "fmt" has finished ✅ See logs here

@acatangiu acatangiu added this pull request to the merge queue Nov 28, 2024
Merged via the queue into master with commit 9ec8009 Nov 28, 2024
193 of 198 checks passed
@acatangiu acatangiu deleted the bko-relayers-instance-fix branch November 28, 2024 12:32
@paritytech-cmd-bot-polkadot-sdk

Created backport PR for stable2407:

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

@paritytech-cmd-bot-polkadot-sdk

Created backport PR for stable2409:

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

github-actions bot pushed a commit that referenced this pull request Nov 28, 2024
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)
@paritytech-cmd-bot-polkadot-sdk

Successfully created backport PR for stable2412:

EgorPopelyaev pushed a commit that referenced this pull request Nov 28, 2024
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]>
EgorPopelyaev pushed a commit that referenced this pull request Nov 28, 2024
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A4-needs-backport Pull request must be backported to all maintained releases. R0-silent Changes should not be mentioned in any release notes T15-bridges This PR/Issue is related to bridges.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants