Skip to content

chore: Release v0.50.4 - #2278

Open
TarikGul wants to merge 2 commits into
masterfrom
chore/release-v0.50.4
Open

chore: Release v0.50.4#2278
TarikGul wants to merge 2 commits into
masterfrom
chore/release-v0.50.4

Conversation

@TarikGul

Copy link
Copy Markdown
Member

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 with VariantNotFound and were dropped by anything iterating a block. Downstream report: paritytech/polkadot-rest-api#405.

Everything since v0.50.3:

  1. fix: decode v4 extrinsics with transaction extension version 0 #2277, the v4 decoding fix.
  2. tests: update integration tests for the latest substrate-node runtime #2274, integration test updates for the latest substrate-node runtime, test only, so not in the changelog.

No API changes, so this is a patch.

Changes

Cargo.toml bumps the workspace version to 0.50.4, Cargo.lock picks that up across the 18 workspace crates with no dependency churn, and CHANGELOG.md dates the existing entry as [0.50.4] - 2026-09-11 with a summary line.

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.
@TarikGul
TarikGul requested review from lexnv and pgherveou September 11, 2026 08:38
@TarikGul
TarikGul requested a review from Imod7 September 11, 2026 08:57
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants