We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V2 did not have the StoreLoader functions that allowed the application to upgrade the state on governance software upgrade proposals.
We don't currently have the SetStoreLoader or equivalent on v2, so we could not make upgrade proposals.
Check simapp/v2/upgrades.go for reference.
Also, use the v1 app to see how BaseApp used it.
Bring StoreLoader into v2.
The text was updated successfully, but these errors were encountered:
randygrok
Successfully merging a pull request may close this issue.
Summary
V2 did not have the StoreLoader functions that allowed the application to upgrade the state on governance software upgrade proposals.
Problem Definition
We don't currently have the SetStoreLoader or equivalent on v2, so we could not make upgrade proposals.
Check simapp/v2/upgrades.go for reference.
Also, use the v1 app to see how BaseApp used it.
Proposed Feature
Bring StoreLoader into v2.
The text was updated successfully, but these errors were encountered: