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
Currently the health-check verifies the Tendermint version.
When a chains with the SDK version v0.46.11+ is queried to obtain the version information, it will give a CometBFT version instead of a Tendermint version. This will cause an error output since no Tendermint version will be found.
Hermes needs to be updated to check for Tendermint or CometBFT version.
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
Currently the
health-check
verifies theTendermint
version.When a chains with the SDK version
v0.46.11+
is queried to obtain the version information, it will give aCometBFT
version instead of aTendermint
version. This will cause an error output since noTendermint
version will be found.Hermes needs to be updated to check for
Tendermint
orCometBFT
version.For Admin Use
The text was updated successfully, but these errors were encountered: