Merged
Conversation
Member
Author
|
/cmd prdoc --audience runtime-user --bump major |
Contributor
|
Command "prdoc --audience runtime-user --bump major" has failed ❌! See logs here |
Member
Author
|
/cmd prdoc --audience runtime_user --bump major |
…time_user --bump major'
muharem
reviewed
Apr 7, 2026
|
|
||
| #[runtime::pallet_index(104)] | ||
| pub type VerifySignature = pallet_verify_signature::Pallet<Runtime>; | ||
| // Indices 103 and 104 are reserved (previously MetaTx and VerifySignature). |
Contributor
There was a problem hiding this comment.
lets just remove this comment. its not prod. they have not storage items. otherwise this comment will stay forever here and everyone will be skipping them
muharem
approved these changes
Apr 7, 2026
Ank4n
approved these changes
Apr 7, 2026
|
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-11668-to-stable2603
git worktree add --checkout .worktree/backport-11668-to-stable2603 backport-11668-to-stable2603
cd .worktree/backport-11668-to-stable2603
git reset --hard HEAD^
git cherry-pick -x 5a8eaa7825953ed960d88ff73dd6c363f59495d2
git push --force-with-lease |
EgorPopelyaev
added a commit
that referenced
this pull request
Apr 8, 2026
Backport #11668 into `stable2603` from cirko33. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> --------- Co-authored-by: Luka Ciric <luka.ciric2106@gmail.com> Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Egor_P <egor@parity.io>
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.
Removal of the Meta Transaction from the Westend Relay Chain.
With this removal, pallet Verify Signature is removed as well.