Commit ba2fe5c6 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

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.
parent d2575f0e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment