-
Notifications
You must be signed in to change notification settings - Fork 2.6k
remove deprecated remove_prefix to clear era_info #13460
remove deprecated remove_prefix to clear era_info #13460
Conversation
Hey, is anyone still working on this? Due to the inactivity this issue has been automatically marked as stale. It will be closed if no further activity occurs. Thank you for your contributions. |
@kianenigma, Please review the PR. |
Hey, is anyone still working on this? Due to the inactivity this issue has been automatically marked as stale. It will be closed if no further activity occurs. Thank you for your contributions. |
bot fmt |
@ggwpez https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2832043 was started for your command Comment |
@ggwpez Command |
bot rebase |
Rebased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update your PR description to use github semantic linking, such that the issue you linked gets automatically closed.
bot merge |
Waiting for commit status. |
* remove deprecated remove_prefix to clear era_info * add debug assertions to check that the returned cursor is None * add a variable to hold the cursor * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <>
* remove deprecated remove_prefix to clear era_info * add debug assertions to check that the returned cursor is None * add a variable to hold the cursor * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <>
This PR removes deprecated
remove_prefix
to clear era information in Staking Pallet. Fixes #13439