Skip to content
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: v0.50 ibc genesis issue #3767

Merged
merged 9 commits into from
Nov 23, 2023
Merged

fix: v0.50 ibc genesis issue #3767

merged 9 commits into from
Nov 23, 2023

Conversation

Pantani
Copy link
Collaborator

@Pantani Pantani commented Nov 22, 2023

Description

The IBC modules are being registered only on the server side. So, every time the client side tries to generate a new genesis, it discards the IBC modules because they are outside the basic manager.

With the missing entries into the genesis JSON, the export genesis command constantly crashes.

This PR adds a dummy IBC modules direct manager manually into the code.

@Pantani Pantani enabled auto-merge (squash) November 22, 2023 02:01
@Pantani Pantani requested a review from julienrbrt November 22, 2023 14:44
Copy link
Member

@julienrbrt julienrbrt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@Pantani Pantani merged commit e73b971 into main Nov 23, 2023
26 checks passed
@Pantani Pantani deleted the fix/ibc-issue branch November 23, 2023 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants