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
feat: add v2.0.0 upgrade handler and update e2e tests
- Add app/upgrades/v2_0_0/ with constants (UpgradeName, StoreUpgrades)
and upgrade handler (noop with RunMigrations)
- Register v2.0.0 handler in app.go setupUpgradeHandlers()
- Wire store loader for v2.0.0 store key additions/deletions
- Update e2e upgrade tests: base version v1.1.2 → v1.2.0, upgrade target → v2.0.0
0 commit comments