-
Notifications
You must be signed in to change notification settings - Fork 329
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
gRPC connection query at latest blockchain height may fail #1970
Comments
The root cause of the problem is that we get the latest chain height from RPC Here is a sample output from the script:
If we change the cosmos |
There might be other ways to repro this but I was able to show this locally by starting gaia chains with longer block times and also changed tendermint to simulate the delay caused by multiple transactions (longer
(use |
Summary of Bug
@mircea-c reported this problem:
Hi team! I'm running into a strange issue. Trying to run Hermes between gravity bridge and cosmoshub and Hermes v0.12.0 shows:
When I run it manually I get the same issue, but if I run it again immediately after then it seems to work:
Version
reported for v0.12.0. Also seen in later versions and master.
Steps to Reproduce
With the following
./query_conn.sh
:run:
<rpc-addr> <chain-id> <connection-id>
Acceptance Criteria
Queries should not fail at latest height
For Admin Use
The text was updated successfully, but these errors were encountered: