-
Notifications
You must be signed in to change notification settings - Fork 240
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 #1122
Comments
Not sure how you operate, but export works fine after migrate. |
Yes, but we are looking at import/ genesis.json state initialization bug - not export with cronosd.
|
@alpha-omega-labs Got it thanks, but not sure if we could add some callback to allow sdk migrate with custom module. |
You mean your custom module or our custom module? Because we don't have any custom module :) |
since sdk only migrate gov and staking in v43 and v46, we need custom handle for feeibc, evm, cronos related migrate in different versions |
Hello,
We are forking cronos to be new GenesisL1 codebase (migrating from old ethermint) and experiencing issue during genesis.json validation:
genesis.json: failed to unmarshal feeibc genesis state: EOF
genesis.json was successfully migrated via "migrate" command of cronosd. And this issue appears.
Can you please provide heads up on how to solve it and where is potential bug?
cosmos/cosmos-sdk#17198
Thank you!
The text was updated successfully, but these errors were encountered: