Files
pezkuwi-subxt/substrate/frame
Ankan 8af61d03b6 [NPoS] Use EraInfo to manipulate exposure in fast-unstake tests (#2459)
The FastUnstake pallet tests were previously directly modifying storage
items in the pallet-staking to alter exposure. However, due to the
introduction of the [new paged exposure
feature](https://github.com/paritytech/polkadot-sdk/pull/1189) these
tests were not testing against correct storage items. This issue
resulted in a bug that I didn't catch, which has been addressed in [this
fix](https://github.com/paritytech/polkadot-sdk/pull/2369).

This PR introduces a modification to how the pallet-fast-unstake handles
exposure. It now utilizes `pallet-staking::EraInfo` to set or mutate
Exposures.
2023-11-24 16:31:20 +01:00
..
2023-11-06 12:54:37 +00:00
2023-10-26 21:55:49 +02:00
2023-11-05 23:35:40 +01:00
2023-10-24 17:59:38 +02:00
2023-10-24 17:59:38 +02:00
2023-11-17 09:20:09 +02:00
2023-11-07 15:20:36 +00:00
2023-11-07 13:11:06 +01:00
2023-10-27 21:43:51 +02:00
2023-10-27 11:38:16 +02:00
2023-10-24 17:59:38 +02:00
2023-11-08 13:59:55 +02:00
2023-10-27 21:43:51 +02:00
2023-08-29 13:39:41 +02:00
2023-11-06 14:44:53 +02:00
2023-09-04 12:02:32 +03:00

FRAME

The FRAME development environment provides modules (called "pallets") and support libraries that you can use, modify, and extend to build the runtime logic to suit the needs of your blockchain.

Documentation

https://docs.substrate.io/reference/frame-pallets/

Issues

https://github.com/orgs/paritytech/projects/40