-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
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
Can't perform software upgrade #8885
Comments
@AmauryM, @ethanfrey stated you might have some thoughts here? I'm not sure this is necessarily a bug, but perhaps an invalid upgrade?
|
The "bug" here is most likely missing documentation. (But maybe actually failing code as well). Maybe the core team can do a docs-only sprint to trim down this backlog. No one likes writing docs, but it is hard for all users without them, |
The last piece implementing ADR-041 (#8743) has not yet been merged in master, so x/upgrade not working properly yet is expected. The current plan is:
|
As a side note, I think I spend too much time reading discord, so I know all this even when not developing it. However, it does seem the only way to stay on top of the documentation and needed changes for upgrades. |
Summary of Bug
Failing to do a standard SoftwareUpgrade with x/upgrade. The stores appear to lack migration
Version
Upgrading from gaia
v4.1.0
to SDK commit24ed401c81e881ee85e629da824bd407fe0b6b6d
using branchcolin/ibc-testing
on gaiaSteps to Reproduce
v4.1.0
colin/ibc-testing
branch with an additional no-op upgrade handlerI get this error with the above steps:
but I also noticed if I swap the binary without x/upgrade, I also get some other random error related to nil values.
I suspect I need to run some in-place migrations or something. Upgrading to the same version I am using is fine (as expected).
Here is my no-op:
Questions
cc @AmauryM @aaronc
For Admin Use
The text was updated successfully, but these errors were encountered: