mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
Nomination Pools migration v5: RewardPool fix (#6957)
* pools migration v5 * Allow deprecated Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Keep old migrations around Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * update lockfile for {"substrate"} * use master Cargo.lock * revert Cargo.lock master * clippy: remove unused parentheses Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix parachain config migration Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Make tests work Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -1493,7 +1493,8 @@ pub type UncheckedExtrinsic =
|
||||
|
||||
/// All migrations that will run on the next runtime upgrade.
|
||||
///
|
||||
/// Should be cleared after every release.
|
||||
/// This contains the combined migrations of the last 10 releases. It allows to skip runtime
|
||||
/// upgrades in case governance decides to do so.
|
||||
pub type Migrations = parachains_configuration::migration::v5::MigrateToV5<Runtime>;
|
||||
|
||||
/// Executive: handles dispatch to the various modules.
|
||||
|
||||
Reference in New Issue
Block a user