You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
None of the app keepers were passed on to the upgrade handler pre v4.0.1. This hadn't been needed for any upgrades before. #438 required passing of account keeper to the upgrade handler as the fee_collector account permissions had to be modified as done so in #437
However, due to the urgency of the issue at the time, the hardcoded approach of just passing the account keeper was taken. Now, we need to refactor the upgrade handlers and app.go to allow a more robust way to pass down all the app keepers so modifications can be make during upgrade process.
This is specifically needed for the sdk v0.47 upgrade as the x/gov params need to be updated as well as the params subspace migrated
The text was updated successfully, but these errors were encountered:
None of the app keepers were passed on to the upgrade handler pre v4.0.1. This hadn't been needed for any upgrades before.
#438 required passing of account keeper to the upgrade handler as the
fee_collector
account permissions had to be modified as done so in #437However, due to the urgency of the issue at the time, the hardcoded approach of just passing the account keeper was taken. Now, we need to refactor the upgrade handlers and app.go to allow a more robust way to pass down all the app keepers so modifications can be make during upgrade process.
This is specifically needed for the sdk v0.47 upgrade as the x/gov params need to be updated as well as the params subspace migrated
The text was updated successfully, but these errors were encountered: