Skip to content

Commit

Permalink
Keep kusama inflaton as-is. (#445)
Browse files Browse the repository at this point in the history
to be merged as part of 1.3.1 after
#442

---------

Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Co-authored-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
kianenigma and ggwpez committed Aug 26, 2024
1 parent 24df7e1 commit e220854
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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.2] 27.08.2024

### Fixed

- Kusama: Revert accidental changes to inflation formula ([polkadot-fellows/runtimes#445](tps://github.com/polkadot-fellows/runtimes/pull/445)).

## [1.3.1] 23.08.2024

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion relay/kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ pub mod dynamic_params {
/// With the move to Agile Coretime, this parameter does not make much sense and should
/// generally be set to false.
#[codec(index = 4)]
pub static UseAuctionSlots: bool = false;
pub static UseAuctionSlots: bool = true;
}
}

Expand Down

0 comments on commit e220854

Please sign in to comment.