Skip to content

Commit

Permalink
🚨 [Collectives] Add TX payment extension (#442)
Browse files Browse the repository at this point in the history
🚨 Breaking Change 🚨
- This adds a signed extension for the polkadot-collectives runtime
which will break transaction encoding.

Status: waiting for
#445

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: fellowship-merge-bot[bot] <151052383+fellowship-merge-bot[bot]@users.noreply.github.com>
  • Loading branch information
ggwpez and fellowship-merge-bot[bot] committed Aug 26, 2024
1 parent 16d2db7 commit 24df7e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Changelog for the runtimes governed by the Polkadot Fellowship.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.3.1] 23.08.2024

### Fixed

- [🚨 Breaking Change] Polkadot Collectives: enable transaction payment ([polkadot-fellows/runtimes#442](https://github.com/polkadot-fellows/runtimes/pull/442))

## [1.3.0] 20.08.2024

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ pub type SignedExtra = (
frame_system::CheckEra<Runtime>,
frame_system::CheckNonce<Runtime>,
frame_system::CheckWeight<Runtime>,
pallet_transaction_payment::ChargeTransactionPayment<Runtime>,
frame_metadata_hash_extension::CheckMetadataHash<Runtime>,
);
/// Unchecked extrinsic type as expected by this runtime.
Expand Down

0 comments on commit 24df7e1

Please sign in to comment.