Skip to content

Commit e220854

Browse files
kianenigmaggwpez
andauthored
Keep kusama inflaton as-is. (#445)
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]>
1 parent 24df7e1 commit e220854

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Changelog for the runtimes governed by the Polkadot Fellowship.
44

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

7+
## [1.3.2] 27.08.2024
8+
9+
### Fixed
10+
11+
- Kusama: Revert accidental changes to inflation formula ([polkadot-fellows/runtimes#445](tps://github.com/polkadot-fellows/runtimes/pull/445)).
12+
713
## [1.3.1] 23.08.2024
814

915
### Fixed

relay/kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ pub mod dynamic_params {
665665
/// With the move to Agile Coretime, this parameter does not make much sense and should
666666
/// generally be set to false.
667667
#[codec(index = 4)]
668-
pub static UseAuctionSlots: bool = false;
668+
pub static UseAuctionSlots: bool = true;
669669
}
670670
}
671671

0 commit comments

Comments
 (0)