Skip to content

Conversation

@paritytech-release-backport-bot
Copy link

@paritytech-release-backport-bot paritytech-release-backport-bot bot commented Jan 26, 2026

Backport #10666 into stable2512 from sigurpol.

NOTE: PR #1739 (ownership proof validation) has not been backported to stable2512.

While backporting #10666 - which fully integrates with proof of ownership - we need to make few changes:

  • remove proof parameter from extrinsic and Config trait
  • remove proof validation tests
  • fix session keys generation and related tests and benchmarking
  • update papi-test to remove proof from set_keys API call

We also remove poll_operations module and related cleanup from ahm-test since APIs like NextPollWeight, PagedElectionOutOfWeight etc are not in stable2512.

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-10666-to-stable2512
git worktree add --checkout .worktree/backport-10666-to-stable2512 backport-10666-to-stable2512
cd .worktree/backport-10666-to-stable2512
git reset --hard HEAD^
git cherry-pick -x f154a3464ff17a7c3239b02f41230a0c3f3f90da
git push --force-with-lease

@github-actions github-actions bot added the A3-backport Pull request is already reviewed well in another branch. label Jan 26, 2026
@github-actions github-actions bot requested a review from sigurpol January 26, 2026 09:28
PR #1730 (ownership proof validation) has not been backported to
stable2512.

While backporting 10666 - which fully integrates with proof of ownership
- we need to make few changes:
- remove proof from extrinsic and Config trait
- remove proof validation tests
- fix session keys generation and related tests and benchmarking
- update papi-test to remove proof from set_keys API call

We also remove poll_operations module and related cleanup from ahm-test since
APIs like NExtPOllWeight, PagedLectionOutOfWeight etc are not in
stable2512.
@sigurpol sigurpol marked this pull request as ready for review January 27, 2026 10:28
@sigurpol sigurpol requested a review from a team as a code owner January 27, 2026 10:28
@sigurpol
Copy link
Contributor

/cmd bench --pallet pallet_staking_async_rc_client --runtime asset-hub-westend

@github-actions
Copy link
Contributor

github-actions bot commented Jan 27, 2026

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/21393969154
Failed job name: check-runtime-migration

sigurpol and others added 2 commits January 27, 2026 12:02
@github-actions
Copy link
Contributor

github-actions bot commented Jan 27, 2026

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.

@sigurpol sigurpol merged commit 37bb304 into stable2512 Jan 27, 2026
246 of 254 checks passed
@sigurpol sigurpol deleted the backport-10666-to-stable2512 branch January 27, 2026 13:54
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.

1 participant