mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 10:51:16 +00:00
migration(tips): unreserve deposits (#14241)
* unreserve all tip funds migration * improve test * fix comment * implement weights * saturating_accrue * remove unnecessary collect * prefer ensure * use assert * use saturating_add * use saturating_accrue * test pre_upgrade and post_upgrade * remove pallet_treasury bound * resolve pr comments * rename migration * kick ci * kick ci
This commit is contained in:
@@ -21,3 +21,6 @@
|
||||
/// before calling this migration. After calling this migration, it will get replaced with
|
||||
/// own storage identifier.
|
||||
pub mod v4;
|
||||
|
||||
/// A migration that unreserves all funds held in the context of this pallet.
|
||||
pub mod unreserve_deposits;
|
||||
|
||||
Reference in New Issue
Block a user