-
Notifications
You must be signed in to change notification settings - Fork 549
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: revert refactor(templates): add all ibc commands
#3866
Conversation
This reverts commit 3dda9b0.
refactor(templates): add all ibc commands
Curious what's the reason 😬 Imho we should remove from the map the IBC ones that shouldn't be added. |
Actually, does it tries a genesis export? Because if so then the module isn't correctly wired right. |
ignite always runs the export genesis command when we stop the chain and throws an error because can't export the genesis |
yes, is the same issue |
Okay, then there is some issue with genesis export, we should check the module wiring instead of reverting this that showed the bug. |
sure! IMHO we can revert now and launch the |
i wanna know when the v28.2 will be released. |
@@ -22,7 +22,7 @@ | |||
- [#3827](https://github.com/ignite/cli/pull/3827) Change ignite apps to be able to run in any directory | |||
- [#3831](https://github.com/ignite/cli/pull/3831) Correct ignite app gRPC server stop memory issue | |||
- [#3825](https://github.com/ignite/cli/pull/3825) Fix a minor Keplr type-checking bug in TS client | |||
- [#3836](https://github.com/ignite/cli/pull/3836), [#3858](https://github.com/ignite/cli/pull/3858) Add missing IBC commands for scaffolded chain | |||
- [#3836](https://github.com/ignite/cli/pull/3836) Add missing IBC commands for scaffolded chain |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit, should be under another changelog, under unreleased
I opened a fix here: #3867. |
Reverts #3858