-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Improve UX for software upgrades #14941
Comments
The |
@alexanderbez we got two similar reports, this is one. This is with SDK v0.45.12
|
Yeah @mmulji-ic that's a false negative. That panic is a result of a bad log line, which was fixed and patched already. Not on 0.45.x IIRC. In any case, the app would need an upgrade handler. |
Yes, the log is already present, and the wrong displayed was fixed from v0.46+ (#11969) |
Summary
When performing a software upgrade before the pre-determined height for that release, the SDK application panics with a stack trace.
Problem Definition
This is confusing for users who often interpret this as an error on their part or an software/configuration error. Neither is the case.
Proposal
The error message should better reflect that "Upgrade height is not reached for this version.", perhaps with a link to the software upgrade proposal or the expected height that the software is valid from.
The text was updated successfully, but these errors were encountered: