-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[stable2509] Backport #9725 #9998
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
Conversation
|
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 |
|
@sigurpol Hey Paol, could you please check the conflicts in this backport? |
311dbf4 to
d8f8bf3
Compare
|
This pull request is amending an existing release. Please proceed with extreme caution,
Emergency Bypass
If you really need to bypass this check: add |
|
All GitHub workflows were cancelled due to failure one of the required jobs. |
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)
d8f8bf3 to
f281b48
Compare
Backport #9725 into
stable2509from sigurpol.See the documentation on how to use this bot.