From f741103561f63c3d95900ab5684fd50f6fc719d3 Mon Sep 17 00:00:00 2001 From: Kian Paimani <5588131+kianenigma@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:46:42 +0100 Subject: [PATCH 1/3] Keep kusama inflaton as-is. --- relay/kusama/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/kusama/src/lib.rs b/relay/kusama/src/lib.rs index f36bbe75cc..ff38f16d41 100644 --- a/relay/kusama/src/lib.rs +++ b/relay/kusama/src/lib.rs @@ -666,7 +666,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; } } From 1bc069f205afe72aee632cff0143fe61bcc5baf5 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Mon, 26 Aug 2024 12:37:29 +0200 Subject: [PATCH 2/3] Changelog Signed-off-by: Oliver Tale-Yazdi --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 813ae52939..0d7f12a2a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## Unreleased + +### Fixed + +- Revert accidental changes to Kusama inflation formula ([polkadot-fellows/runtimes#445](tps://github.com/polkadot-fellows/runtimes/pull/445)). + ## [1.3.0] 20.08.2024 ### Added From e90920a66024fce3158a5506a81351367ad16cb8 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Mon, 26 Aug 2024 16:46:25 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d7f12a2a7..b79b2e40cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Changelog for the runtimes governed by the Polkadot Fellowship. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## [Unreleased] ### Fixed