-
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
bumping app to sdk 0.45.1: panic message redacted to hide potentially sensitive system info #11140
Comments
It seems that gaia iterates the genesis and cannot get the validator...it gets an empty validator set |
Are there gentxs in the genesis state? |
at |
with the same genesis, if I use gaiad v6 rather than gaiad from this pr, I can start the chain .... |
in genesis there is gen_tx @alexanderbez
|
@AmauryM thank you for helping! |
A guide to bump to sdk 0.45.1 from v.0.44.x would be very appreciated |
Summary of Bug
When bumping gaia dependency version to sdk 0.45.1, gaia could not run from height 0,
panic message redacted to hide potentially sensitive system info: panic
But if I run gaiad from existing database(start not from height 0), then it could run. Details please find in Steps to Reproduce.
I see a similar err reported but I have make sure the module init genesis orders is following the comment.
I am not sure if the code change in this pr is wrong so I imported sdk from my local, and try to add more print to debug, however, this will introduce another issue .String() panics with nested Anys
Version
Steps to Reproduce
will see the panic:
For Admin Use
The text was updated successfully, but these errors were encountered: