-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[stable2512] Backport #10666 #10898
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
[stable2512] Backport #10666 #10898
Conversation
|
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 |
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.
|
/cmd bench --pallet pallet_staking_async_rc_client --runtime asset-hub-westend |
|
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. |
…t_staking_async_rc_client --runtime asset-hub-westend'
|
This pull request is amending an existing release. Please proceed with extreme caution,
Emergency Bypass
If you really need to bypass this check: add |
Backport #10666 into
stable2512from 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:
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.