try state hook for pallet authorship#11215
Merged
bkchr merged 6 commits intoparitytech:masterfrom Mar 23, 2026
Merged
Conversation
Contributor
Author
|
/cmd prdoc |
Contributor
Author
|
/cmd label T2-pallets |
ggwpez
reviewed
Mar 23, 2026
| This PR introduces the try_state hook to pallet-authorship to verify key storage invariants. | ||
| crates: | ||
| - name: pallet-authority-discovery | ||
| - name: pallet-authorship |
| @@ -0,0 +1,10 @@ | |||
| title: try state hook for pallet authorship | |||
| doc: | |||
| - audience: Todo | |||
Member
There was a problem hiding this comment.
Suggested change
| - audience: Todo | |
| - audience: Runtime Dev |
| closes part of https://github.com/paritytech/polkadot-sdk/issues/239 | ||
| crates: | ||
| - name: pallet-authorship | ||
| bump: major |
Member
There was a problem hiding this comment.
Suggested change
| bump: major | |
| bump: minor |
ggwpez
approved these changes
Mar 23, 2026
bkchr
approved these changes
Mar 23, 2026
Merged
via the queue into
paritytech:master
with commit Mar 23, 2026
6155693
249 of 252 checks passed
clangenb
pushed a commit
to clangenb/polkadot-sdk
that referenced
this pull request
Mar 24, 2026
This PR introduces the try_state hook to pallet-authorship to verify a key storage invariant. closes part of paritytech#239 --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
franciscoaguirre
pushed a commit
that referenced
this pull request
Mar 24, 2026
This PR introduces the try_state hook to pallet-authorship to verify a key storage invariant. closes part of #239 --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces the try_state hook to pallet-authorship to verify a key storage invariant.
closes part of #239