-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
genesis.json: failed to unmarshal feeibc genesis state: EOF #17198
Comments
Possibly this is more an issue for the cronos repo? |
Yes! During exact same rounds of
Using release version 1.0.9 of cronosd with disabled snappy compression due to genesis.json size. Thank you! |
Have you made use of the migrate genesis command to make the genesis compatible with the targeted SDK version? If it’s a v0.44 genesis you probably need to migrate it to v0.46. ( |
Yes, migration successfully done with After, migrated genesis46.json validation still throw same error while validation:
|
Here is IBC state exported from our large genesis.json separately (and also cronos mainnet genesis.json ibc section), there is nothing about fee there. 142.44.143.79/ibc_state_genesisd.txt |
Starting node with this failed to validate genesis.json throw following error:
|
Given that Cronos is resolving this in their chain, I'm going to close this. |
Hello,
We exported out big genesis.json state via state export command and trying to validate it using cronos fork, got this error while validation:
genesis.json: failed to unmarshal feeibc genesis state: EOF
There is no fee field within IBC module exported and native cronos genesis.json examples (testnet) also no have mention of fee whithin IBC.
Can you please point on how to resolve that issue in genesis.json
Thank you
The text was updated successfully, but these errors were encountered: