You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Hermes startup (or on invoking hermes health-check manually), it spawns a lot of messages on all of the chains I have in config that the healthcheck failed for this chain because it allegedly doesn't have IBC-Go module (although it's not true), for example on Cosmos Hub:
Mar 11 17:24:18 monitoring-logging hermes[925785]: 2024-03-11T16:24:18.679278Z WARN ThreadId(22)
health_check{chain=cosmoshub-4}: reason: compatibility check failed for chain 'cosmoshub-4' at
'http://rpc.cosmos.quokkastake.io:9090/': IBC-Go module version not found, required >=4.1.1, <9
although it's not processed correctly.
I am not sure yet why this keeps happening, wonder if it might happen because the dependency itself has the v4 suffix here?
This doesn't seem to affect anything, yet having more warning messages that are misleading is somewhat annoying.
Version
v1.8.1
Steps to Reproduce
Run hermes health-check or restart Hermes.
Acceptance Criteria
???
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary of Bug
On Hermes startup (or on invoking
hermes health-check
manually), it spawns a lot of messages on all of the chains I have in config that the healthcheck failed for this chain because it allegedly doesn't have IBC-Go module (although it's not true), for example on Cosmos Hub:If you go into REST's /node_info (example on my node: https://api.cosmos.quokkastake.io/node_info), it'll show there's ibc-go dependency in build_deps:
although it's not processed correctly.
I am not sure yet why this keeps happening, wonder if it might happen because the dependency itself has the
v4
suffix here?This doesn't seem to affect anything, yet having more warning messages that are misleading is somewhat annoying.
Version
v1.8.1
Steps to Reproduce
Run
hermes health-check
or restart Hermes.Acceptance Criteria
???
For Admin Use
The text was updated successfully, but these errors were encountered: