-
Notifications
You must be signed in to change notification settings - Fork 586
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
Bug: newModuleQuerySafeAllowList
panics
#7259
Comments
I think this is popping up with rollkit apps using ignite because of the dependency on go-libp2p.
I don't have deep understanding of how exactly gogoproto handles the whole proto registry file descriptors via Trying to understand where there is a dependency on these files and/or if not, then why are are we seeing panics when |
related CosmWasm/wasmd#1785 |
We should test this with rollkit using #7278 which is a branch against v8.5.x rather than the PR targetting main, which would contain a lot more diffs |
When using IBC >= 8.2.0 with rollkit, the keeper will panic because of some proto definition not found. It looks like ignite/cli#4318 hasn't entirely resolved the issue.
ref: ignite/cli#4318 (comment)
ref: #6436 (comment)
The text was updated successfully, but these errors were encountered: