Skip to content

Conversation

@paritytech-release-backport-bot

Backport #9725 into stable2509 from sigurpol.

See the documentation on how to use this bot.

@paritytech-release-backport-bot
Copy link
Author

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-9725-to-stable2509
git worktree add --checkout .worktree/backport-9725-to-stable2509 backport-9725-to-stable2509
cd .worktree/backport-9725-to-stable2509
git reset --hard HEAD^
git cherry-pick -x 5c63e5e3c9b96e4177572b00672942fdbc65433e
git push --force-with-lease

@github-actions github-actions bot added the A3-backport Pull request is already reviewed well in another branch. label Oct 10, 2025
@github-actions github-actions bot requested a review from sigurpol October 10, 2025 16:22
@EgorPopelyaev
Copy link
Contributor

@sigurpol Hey Paol, could you please check the conflicts in this backport?

@sigurpol sigurpol force-pushed the backport-9725-to-stable2509 branch from 311dbf4 to d8f8bf3 Compare November 5, 2025 17:50
@sigurpol sigurpol marked this pull request as ready for review November 5, 2025 17:50
@sigurpol sigurpol requested a review from a team as a code owner November 5, 2025 17:50
@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 2025

This pull request is amending an existing release. Please proceed with extreme caution,
as to not impact downstream teams that rely on the stability of it. Some things to consider:

  • Backports are only for 'patch' or 'minor' changes. No 'major' or other breaking change.
  • Should be a legit fix for some bug, not adding tons of new features.
  • Must either be already audited or not need an audit.
Emergency Bypass

If you really need to bypass this check: add validate: false to each crate
in the Prdoc where a breaking change is introduced. This will release a new major
version of that crate and all its reverse dependencies and basically break the release.

@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/19111264712
Failed job name: test-linux-stable-no-try-runtime

Fix the issue where registering a nominator or validator while the bags
list is locked would completely ignore the account, making it
unreachable for on_idle rebagging.

Changes:
- Add PendingRebag storage to queue accounts that fail insertion during
lock.
- Modify on_idle to process pending accounts with priority before
regular accounts.
- Add cleanup logic for non-staking pending accounts.

Related issue:
paritytech-secops/srlabs_findings#567

---------

Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kian Paimani <[email protected]>
(cherry picked from commit 5c63e5e)
@sigurpol sigurpol force-pushed the backport-9725-to-stable2509 branch from d8f8bf3 to f281b48 Compare November 5, 2025 18:05
@sigurpol sigurpol enabled auto-merge (squash) November 6, 2025 13:46
@sigurpol sigurpol merged commit ed98992 into stable2509 Nov 6, 2025
241 of 246 checks passed
@sigurpol sigurpol deleted the backport-9725-to-stable2509 branch November 6, 2025 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A3-backport Pull request is already reviewed well in another branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants