-
Notifications
You must be signed in to change notification settings - Fork 553
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
Template RegisterIBC
func needs app module adaptor for registering interfaces on cdc
#3994
Comments
github-project-automation
bot
moved this from To Discuss
to Done
in Ignite CLI Masterboard
Mar 1, 2024
julienrbrt
added a commit
that referenced
this issue
Mar 1, 2024
Closes: #3994 (cherry picked from commit 5f4dfc0) Co-authored-by: Julien Robert <[email protected]>
julienrbrt
added a commit
that referenced
this issue
Mar 6, 2024
julienrbrt
added a commit
that referenced
this issue
May 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
It seems that when
RegisterIBC
is called and the modules are looped over and an interface assertion is performed to callRegisterInterfaces
that we should be handling the appmodule with the same adaptor which @julienrbrt used to fix genesis issues.See here:
cli/ignite/templates/app/files/app/ibc.go.plush
Lines 199 to 205 in ca1408b
To reproduce
Generate a new app using the ignite cli and try to use some ibc types registered on the cdc. E.g. 08-wasm.
Quick diff from my local env:
What version are you using?
The text was updated successfully, but these errors were encountered: