-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Deprecate ValidateUnsigned trait and #[pallet::validate_unsigned] attribute
#10150
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
Merged
bkontur
merged 47 commits into
paritytech:master
from
RomarQ:rq/deprecate-validate-unsigned
Apr 2, 2026
Merged
Changes from 29 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
9eda6ff
deprecate ValidateUnsigned trait
RomarQ f9b7b5d
deprecate #[pallet::validate_unsigned] attribute
RomarQ f29fbbe
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ 49bd3f6
add PR doc
RomarQ fb44eb7
fix PR doc
RomarQ d655b01
allow deprecation warning
RomarQ 94bbdb8
improve documentation
RomarQ 110eda9
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ 05ee407
fixes
RomarQ 7834cdf
update pallet-example-offchain-worker example
RomarQ 814d10b
fix logic
RomarQ f15815b
use pallet::authorize
RomarQ cf471a9
Update documentation
RomarQ 6d0fb03
format code
RomarQ 5ab83fa
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ f61760a
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ 897a5e9
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ 7421569
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ e43100d
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ 0329348
allow deprecation use
RomarQ e15bf85
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ eb26bb0
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ 09e423d
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ 5a960e8
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ 3007161
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ e8a31e4
revert offchain-worker/README.md changes
RomarQ f9bcd0b
keep doc
RomarQ b0df7d0
modify macro
RomarQ 9ba2f91
revert pallet changes in favor #10716
RomarQ 9456518
Update substrate/frame/support/procedural/src/pallet/expand/validate_…
RomarQ a00b83f
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ 881864a
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ 93d29ce
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ cc4bdad
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ d3ec1e1
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ c9b3cab
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ e979eac
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ e17382f
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ 05913d6
Merge branch 'master' into rq/deprecate-validate-unsigned
shawntabrizi 75b2645
Merge branch 'master' into rq/deprecate-validate-unsigned
RomarQ 8c4727d
Improve ValidateUnsigned deprecation notice with specific migration p…
RomarQ 0eb2dd2
Update pallet::validate_unsigned macro deprecation message with speci…
RomarQ 0d416f5
Merge remote-tracking branch 'paritytech/master' into rq/deprecate-va…
RomarQ a970cb8
fix clippy
RomarQ fd8696e
Update prdoc/pr_10150.prdoc
bkontur 7ef88a9
Fix CI: add #[allow(deprecated)] to parachain-system mock, update prd…
RomarQ 929aa22
Merge branch 'master' into rq/deprecate-validate-unsigned
bkontur File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| title: Deprecate `ValidateUnsigned` trait and `#[pallet::validate_unsigned]` attribute. | ||
|
|
||
| doc: | ||
| - audience: [Runtime Dev, Runtime User] | ||
| description: | | ||
| Deprecate the `ValidateUnsigned` trait and `#[pallet::validate_unsigned]` attribute as part of phase 2 of Extrinsic Horizon. | ||
|
|
||
| crates: | ||
| - name: sp-runtime | ||
| bump: minor | ||
| - name: frame-system | ||
| bump: patch | ||
| - name: frame-support | ||
| bump: patch | ||
| - name: frame-support-procedural | ||
| bump: minor | ||
| - name: polkadot-runtime-common | ||
| bump: patch | ||
| - name: polkadot-runtime-parachains | ||
| bump: patch | ||
| - name: pallet-babe | ||
| bump: patch | ||
| - name: pallet-beefy | ||
| bump: patch | ||
| - name: pallet-election-provider-multi-phase | ||
| bump: patch | ||
| - name: pallet-election-provider-multi-block | ||
| bump: patch | ||
| - name: frame-executive | ||
| bump: patch | ||
| - name: pallet-grandpa | ||
| bump: patch | ||
| - name: pallet-im-online | ||
| bump: patch | ||
| - name: pallet-mixnet | ||
| bump: patch | ||
| - name: substrate-test-runtime | ||
| bump: patch | ||
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.