-
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
fix: nil pointer panic on NewIntFromBigInt
(backport #9627)
#9634
Conversation
(cherry picked from commit 7f90374) # Conflicts: # CHANGELOG.md
is this a consensus-breaking change? |
I believe so, at least it is client side breaking. @fedekunze can you test on a live chain? |
Ehh that's difficult to say. What would once panic, would now error. So I suppose technically yes, but I think we can get this in w/o calling it state-breaking. |
assuming |
this doesn't seem to be the case in SDK though -- I only see it gets called in Dec's |
We can/should be safe here and just call this state machine breaking. Other apps may be calling this in their message execution path. |
In this case I wouldn't backport it to a 0.42 patch release. I'm closing this then. |
This is an automatic backport of pull request #9627 done by Mergify.
Cherry-pick of 7f90374 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/
Mergify commands and options
More conditions and actions can be found in the documentation.
You can also trigger Mergify actions by commenting on this pull request:
@Mergifyio refresh
will re-evaluate the rules@Mergifyio rebase
will rebase this PR on its base branch@Mergifyio update
will merge the base branch into this PR@Mergifyio backport <destination>
will backport this PR on<destination>
branchAdditionally, on Mergify dashboard you can:
Finally, you can contact us on https://mergify.io/