Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
1c0cac3
ahk: Enable ElasticScaling with 3 cores on asset hub kusama
lexnv Nov 24, 2025
b44d9a5
ahk: Expose RELAY_PARENT_OFFSET via runtime api
lexnv Nov 24, 2025
b6d1158
changelog: add PR
lexnv Nov 24, 2025
b1a8274
changelog: Change pr title name
lexnv Nov 24, 2025
e879851
Merge remote-tracking branch 'origin/main' into lexnv/es-3-cores-ahk
lexnv Dec 2, 2025
8928d30
kusama: Add elastic scaling constants
lexnv Dec 2, 2025
cf16fad
ahk: Add missing parent offset
lexnv Dec 2, 2025
13a3b08
Merge remote-tracking branch 'origin/main' into lexnv/es-3-cores-ahk
lexnv Dec 4, 2025
1e762d5
ahk: Disable tests that rely on the pending unreleased fix
lexnv Dec 4, 2025
6a5a09e
Update system-parachains/constants/src/kusama.rs
lexnv Dec 9, 2025
9f88bd3
Update CHANGELOG.md
lexnv Dec 9, 2025
4558185
Revert "ahk: Disable tests that rely on the pending unreleased fix"
lexnv Dec 9, 2025
a90eb65
Merge remote-tracking branch 'origin/main' into lexnv/es-3-cores-ahk
lexnv Dec 9, 2025
4d07c65
Update crates to unstable2507
TorstenStueber Dec 10, 2025
5137407
Merge branch 'main' of https://github.com/TorstenStueber/polkadot-run…
TorstenStueber Dec 10, 2025
e931c2e
Add PR feedback
TorstenStueber Dec 10, 2025
79d5244
Correct the WeightToFee multiplier
TorstenStueber Dec 11, 2025
78f1882
Disable fixture compilation for clippy
TorstenStueber Dec 11, 2025
43e1bb4
Merge branch 'main' into main
TorstenStueber Dec 11, 2025
82c8b76
Fix CI
TorstenStueber Dec 11, 2025
7871e45
Merge branch 'main' of https://github.com/TorstenStueber/polkadot-run…
TorstenStueber Dec 11, 2025
11e5bed
Fix fmt and change config values
TorstenStueber Dec 11, 2025
18a091f
Update Cargo.toml
claravanstaden Dec 12, 2025
85ca8d8
Merge branch 'main' into main
claravanstaden Dec 12, 2025
de4c664
bump staking async
Ank4n Dec 12, 2025
11a801c
update changelog
Ank4n Dec 12, 2025
ac82b80
fmt
Ank4n Dec 12, 2025
f370a24
Merge remote-tracking branch 'ank/upgrade-unstable-2507' into lexnv/e…
lexnv Dec 12, 2025
9e5030f
cargo: Update xcm-emulator to pass tests
lexnv Dec 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ jobs:
env:
RUSTFLAGS: "-D warnings"
SKIP_WASM_BUILD: 1
SKIP_PALLET_REVIVE_FIXTURES: 1
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]


### Changed

- asset-hub-polkadot: remove treasury burns ([#1028](https://github.com/polkadot-fellows/runtimes/pull/1028))
- asset-hub-polkadot: fix the regression in doc-test for staking after changing the base deposit for NPoS solution from 4 to 100 DOT ([#1023](https://github.com/polkadot-fellows/runtimes/pull/1023))
- 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))
- Adjust OpenGov parameters based on WFC 1701 ([polkadot-fellows/runtimes/pull/873](https://github.com/polkadot-fellows/runtimes/pull/873))
- asset-hub-kusama: Prepare ElasticScaling with 3 cores on asset hub kusama ([#1018](https://github.com/polkadot-fellows/runtimes/pull/1018))
- 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))

### Added

Expand All @@ -21,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- asset-hub-kusama: use inmemorydb weights([polkadot-fellows/runtimes/pull/918](https://github.com/polkadot-fellows/runtimes/pull/918))
- Add fast runtime feature for Encointer Kusama([#1021](https://github.com/polkadot-fellows/runtimes/pull/1021))
- asset-hub-polkadot: use inmemorydb weights([polkadot-fellows/runtimes/pull/918](https://github.com/polkadot-fellows/runtimes/pull/1025))
- asset-hub-kusama: Enables buffered elected validator set export to RC to have more deterministic era length even with multiple cores ([polkadot-fellows/runtimes/pull/1034](https://github.com/polkadot-fellows/runtimes/pull/1034).

## [2.0.3] 21.11.2025

Expand Down
Loading
Loading