-
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
Default genesis state missing for ibc module #6082
Milestone
Comments
duplicate of #5948 |
@fedekunze @jackzampolin is there not supposed to be a |
There is, we need to export clients, channels, connections, sequences, etc. It's already on master 👍 |
Should we reopen this then? |
GenesisState for IBC was already implemented. It's on master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary of Bug
The current implementation of ibc module has nil for default genesis state but validates the genesis with unmarshal. This prevents creating a valid genesis state in current master
The exact source of issue can be found here
cosmos-sdk/x/ibc/module.go
Line 55 in 97e1c31
This is currently a blocker for cli_tests #6033
Version
hash - 97e1c31
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: