Improve `try-runtime::on_runtime_upgrade` and fix some storage version issues (#14083)
We now run all `try_on_runtime_upgrade` and collect the errors, instead of bailing on the first error. This makes it easier to see directly all the things that are failing instead of fixing one, recompiling and then checking the next one. Then this pr also sets the correct storage version for `pallet-bounties` that was already correctly set in the storage with the appropriate migration.
Showing
- substrate/frame/bounties/src/lib.rs 3 additions, 0 deletionssubstrate/frame/bounties/src/lib.rs
- substrate/frame/support/procedural/src/pallet/expand/hooks.rs 1 addition, 1 deletion...trate/frame/support/procedural/src/pallet/expand/hooks.rs
- substrate/frame/support/src/traits/hooks.rs 29 additions, 1 deletionsubstrate/frame/support/src/traits/hooks.rs
Please register or sign in to comment