-
Notifications
You must be signed in to change notification settings - Fork 370
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
ICQ responses do not seem to be not transmitted #4290
Comments
Hi @danieljdd would you be able to share the error logs you are seeing when trying to relay CCQs? You mention the |
Thank you for your reply and for sharing the context about the Hermes tests being disabled. It's good to hear that you've already investigated this! Regarding your questions:
Could Hermes be depending on the exact proto files (specifically the file descriptors) from Stride, which do not include these options and are still based on v0.47? Would be great it if you could confirm whether Hermes requires these exact file descriptors or if adjustments would be needed to support Cosmos SDK v0.50+ configurations. |
@ljoss17 curious if you have any updates on this issue. Since I couldn't find any logs related to cross_chain_query in debug mode, I’m wondering what that might indicate? |
Summary of Bug
It seems that ICQ for consumer chains is not functioning correctly in Hermes version 1.10.4. Currently, the related test is also disabled in the Hermes repository:
Reference to the test in the Hermes repo
We are running Cosmos SDK v0.50.9 and connecting with PSS to a local Gaia v27 node. In this setup, IBC and ICA are working correctly. However, while ICQ messages are being created by our chain, the MsgSubmitQueryResponse (stride.interchainquery.v1.MsgSubmitQueryResponse) does not seem to be sent by the relayer or is not being received properly.
In our previous setup with Cosmos SDK v0.47 as a standalone chain, this functionality was working as expected. It appears there is an issue with message transmission in the current configuration.
Version
Cosmos SDK: v0.50.9
Gaia: v27
Hermes version: 1.10.4
Steps to Reproduce
I expect by running below test the issue could be reproduced:
https://github.com/informalsystems/hermes/blob/be0be09d930f337de1f277e6eec65826a3a5ea2a/.github/workflows/integration.yaml#L221C1-L221C33.
Acceptance Criteria
Test runs as expected
For Admin Use
The text was updated successfully, but these errors were encountered: