Skip to content

Commit 8914a1c

Browse files
kianenigmaseadanda
andauthored
Bump pallet-staking-async to 0.6.2 (#980)
Brings paritytech/polkadot-sdk#10051 to here, to be made into a 1.9.3 release for Kusama. Can be merged, but a 1.9.3 release should come only after we verify the fix in westend. --------- Co-authored-by: Dónal Murray <donalm@seadanda.dev>
1 parent 6ca2cd8 commit 8914a1c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1010

1111
- [BHP](https://github.com/polkadot-fellows/runtimes/pull/978) Add missing snowbridge runtime API to the BridgeHub
1212
runtime.
13+
- Bump `pallet-staking-async` to `0.6.2` to fix incorrect self stake accounting (https://github.com/polkadot-fellows/runtimes/pull/980)
1314

1415
## [1.9.2] 08.10.2025
1516

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pallet-ah-migrator = { path = "pallets/ah-migrator", default-features = false }
1010
pallet-rc-migrator = { path = "pallets/rc-migrator", default-features = false }
1111
pallet-ah-ops = { path = "pallets/ah-ops", default-features = false }
1212
pallet-election-provider-multi-block = { version = "0.3.2", default-features = false }
13-
pallet-staking-async = { version = "0.6.0", default-features = false }
13+
pallet-staking-async = { version = "0.6.2", default-features = false }
1414
hex = { version = "0.4.3", default-features = false }
1515
rand = { version = "0.9.2" }
1616
impl-trait-for-tuples = { version = "0.2.3", default-features = false }

0 commit comments

Comments
 (0)