Skip to content

Remove Meta Tx from Westend RC#11668

Merged
cirko33 merged 5 commits intomasterfrom
cirko33-remove-meta-tx-westend
Apr 7, 2026
Merged

Remove Meta Tx from Westend RC#11668
cirko33 merged 5 commits intomasterfrom
cirko33-remove-meta-tx-westend

Conversation

@cirko33
Copy link
Copy Markdown
Member

@cirko33 cirko33 commented Apr 7, 2026

Removal of the Meta Transaction from the Westend Relay Chain.
With this removal, pallet Verify Signature is removed as well.

@cirko33 cirko33 self-assigned this Apr 7, 2026
@cirko33
Copy link
Copy Markdown
Member Author

cirko33 commented Apr 7, 2026

/cmd prdoc --audience runtime-user --bump major

@cirko33 cirko33 requested review from Ank4n and muharem April 7, 2026 13:08
@cirko33 cirko33 added the A4-backport-stable2603 Pull request must be backported to the stable2603 release branch label Apr 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 7, 2026

Command "prdoc --audience runtime-user --bump major" has failed ❌! See logs here

@cirko33
Copy link
Copy Markdown
Member Author

cirko33 commented Apr 7, 2026

/cmd prdoc --audience runtime_user --bump major

@cirko33 cirko33 marked this pull request as ready for review April 7, 2026 13:27
Comment thread polkadot/runtime/westend/src/lib.rs Outdated

#[runtime::pallet_index(104)]
pub type VerifySignature = pallet_verify_signature::Pallet<Runtime>;
// Indices 103 and 104 are reserved (previously MetaTx and VerifySignature).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@cirko33 cirko33 enabled auto-merge April 7, 2026 21:56
@cirko33 cirko33 added this pull request to the merge queue Apr 7, 2026
Merged via the queue into master with commit 5a8eaa7 Apr 7, 2026
328 of 332 checks passed
@cirko33 cirko33 deleted the cirko33-remove-meta-tx-westend branch April 7, 2026 23:29
@paritytech-release-backport-bot
Copy link
Copy Markdown

Created backport PR for stable2603:

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A4-backport-stable2603 Pull request must be backported to the stable2603 release branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants