We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hermes version v1.9.0 doesn't apply any filtering to CrossChain queries, https://github.com/informalsystems/hermes/blob/master/crates/relayer/src/supervisor.rs#L383. This can cause the relayer to try to relay CCQ to chains which aren't configured.
v1.9.0
Verify if the destination chain of a CrossChain query is configured, if not discard the query.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
Hermes version
v1.9.0
doesn't apply any filtering to CrossChain queries, https://github.com/informalsystems/hermes/blob/master/crates/relayer/src/supervisor.rs#L383.This can cause the relayer to try to relay CCQ to chains which aren't configured.
Proposal
Verify if the destination chain of a CrossChain query is configured, if not discard the query.
For Admin Use
The text was updated successfully, but these errors were encountered: