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
This flag should be ignored in TOML, but settable from simapp/v2/app_di.go so that the feature is configuration is chain wide by default, not node specific.
The text was updated successfully, but these errors were encountered:
Summary
There is no out of the box migration support from store/v1 -> store/v2 for a server/2 app.
Problem Definition
The store/v2 root store factory does not support migration manager set up, the argument is always set as nil.
cosmos-sdk/store/v2/root/factory.go
Line 180 in 325728a
Proposed Feature
Extend the store/v2/root.Config options with a boolean flag to enable migration if set.
cosmos-sdk/store/v2/root/config.go
Lines 10 to 14 in 325728a
This flag should be ignored in TOML, but settable from simapp/v2/app_di.go so that the feature is configuration is chain wide by default, not node specific.
The text was updated successfully, but these errors were encountered: