Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Improve try-runtime::on_runtime_upgrade and fix some storage version issues #14083

Merged

Commits on May 5, 2023

  1. Improve try-runtime::on_runtime_upgrade and fix some storage versio…

    …n issues
    
    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.
    bkchr committed May 5, 2023
    Configuration menu
    Copy the full SHA
    a361903 View commit details
    Browse the repository at this point in the history