substrate
substrate copied to clipboard
Dinonard/limited contracts migration
Introduce a way to limit or disable automatic pallet-contracts migration.
Although migration code is well tested & benchmarked, it's safer to do migration via custom extrinsic calls instead of relying on the automated, unavoidable, on_idle hook calls.
This PR introduces the possibility to disable automatic migration, or to limit it to smaller weight.