chore: Release v0.50.4 - #2278
Open
TarikGul wants to merge 2 commits into
Open
Conversation
Bumps the workspace version to 0.50.4 and dates the changelog section. Ships the v4 transaction extension version fix from #2277, so v4 extrinsics decode against extension version 0 rather than the newest version in the metadata. Polkadot Asset Hub from spec 2005000 exposes versions [0, 1] and was the first runtime to hit this.
pgherveou
approved these changes
Sep 11, 2026
The release entry only mentioned decoding, but the same wrong extension version broke signing too: v4 encoding resolves its extensions through the same call, so it was reaching for version 1 and failing on RestrictOrigins. Verified against Polkadot Asset Hub.
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.
Description
Patch release for the v4 transaction extension version fix in #2277. Polkadot Asset Hub from spec version 2005000 exposes transaction extension versions
[0, 1], and v4 extrinsics were being decoded against version 1's extension set, so they failed withVariantNotFoundand were dropped by anything iterating a block. Downstream report: paritytech/polkadot-rest-api#405.Everything since
v0.50.3:No API changes, so this is a patch.
Changes
Cargo.tomlbumps the workspace version to 0.50.4,Cargo.lockpicks that up across the 18 workspace crates with no dependency churn, andCHANGELOG.mddates the existing entry as[0.50.4] - 2026-09-11with a summary line.