You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asset-hub-kusama: Prepare ElasticScaling with 3 cores on asset hub kusama and enable buffered election (#1037)
This PR configures the AssetHubKusama runtime to utilize elastic scaling
with 3 cores.
- the runtime is prepared for elastic scaling with expected 2s block
times
- 3 cores will be assigned to AHK when we have sufficient confidence in
testing stacks
- AHK should function similarly with expected 6s block times until cores
are assigned
The PR also enables buffered export of the validator set to the Relay
Chain to handle block time changes from elastic scaling in KAH more
gracefully. Without this, era lengths can shrink when multiple cores are
used.
See paritytech/polkadot-sdk#10142.
---------
Signed-off-by: Alexandru Vasile <[email protected]>
Co-authored-by: Ankan <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@ Changelog for the runtimes governed by the Polkadot Fellowship.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
-
## [Unreleased]
8
-
7
+
## [2.0.4] 18.12.2025
9
8
10
9
### Changed
11
10
@@ -14,6 +13,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
14
13
- asset-hub-polkadot: increase the base deposit for a signed NPoS solution from 4 to 100 DOT, significantly mitigating the risk of transaction spamming ([#1022](https://github.com/polkadot-fellows/runtimes/pull/1022))
15
14
- Adjust OpenGov parameters based on WFC 1701 ([polkadot-fellows/runtimes/pull/873](https://github.com/polkadot-fellows/runtimes/pull/873))
16
15
- asset-hub-kusama: update to latest version of pallet-revive with EVM backend ([polkadot-fellows/runtimes/pull/1029](https://github.com/polkadot-fellows/runtimes/pull/1029))
16
+
- Enable Elastic Scaling on Assethub Kusama ([polkadot-fellows/runtimes/pull/1037](https://github.com/polkadot-fellows/runtimes/pull/1037))
17
+
- Enable buffered validator selection on Assethub Kusama ([polkadot-fellows/runtimes/pull/1037](https://github.com/polkadot-fellows/runtimes/pull/1037))
0 commit comments