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
I created a config file for the hub with the config auto command. The health-check outputs :
2022-08-26T15:54:21.321683Z INFO ThreadId(01) using default configuration from '$HOME/.hermes/config.toml'
2022-08-26T15:54:21.321882Z INFO ThreadId(01) [cosmoshub-4] performing health check...
2022-08-26T15:54:22.909256Z WARN ThreadId(15) Hermes might be misconfigured for chain 'cosmoshub-4'
2022-08-26T15:54:22.909289Z WARN ThreadId(15) Reason: semantic config validation failed for option `max_tx_size` for chain 'cosmoshub-4', reason: `max_tx_size` = 2097152 is greater than 90% of the consensus parameter `max_size` = 200000
2022-08-26T15:54:22.909295Z WARN ThreadId(15) Some Hermes features may not work in this mode!
2022-08-26T15:54:22.909339Z WARN ThreadId(01) [cosmoshub-4] chain is unhealthy
2022-08-26T15:54:22.909374Z INFO ThreadId(01) [osmosis-1] performing health check...
2022-08-26T15:54:23.954362Z INFO ThreadId(01) chain is healthy chain=osmosis-1
SUCCESS performed health check for all chains in the config
The auto config uses the default MaxTxSize defined here.
Version
hermes 1.0.0+a4133751
Steps to Reproduce
hermes config auto --output ~/.hermes/config.toml
hermes health-check
Acceptance Criteria
health-check does not output any error for a config using the default value.
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
I created a config file for the hub with the
config auto
command. Thehealth-check
outputs :The auto config uses the default
MaxTxSize
defined here.Version
hermes 1.0.0+a4133751
Steps to Reproduce
Acceptance Criteria
health-check
does not output any error for a config using the default value.For Admin Use
The text was updated successfully, but these errors were encountered: