Add a min_gas_price
verification step in the health check process
#2776
Labels
I: logic
Internal: related to the relaying logic
O: usability
Objective: cause to improve the user experience (UX) and ease using the product
Milestone
Summary
Add a
min_gas_price
verification step in the health check process.Problem Definition
We often ask users to provide us with the
min_gas_price
value as part of theirapp.toml
when debugging issues. Now that the SDK exposes this value over gRPC in v0.45.10, we can automatically check for this value as part of Hermes' health check process so that there wouldn't be a need to ask the user for this value directly.Proposal
Add a
min_gas_price
verification step in the health check process that checks that thegas_price
parameter in the Hermesconfig.toml
file is set to be greater than or equal to themin_gas_price
advertised by the chain.This will require generating
0.46.4
IBC proto files in order to access thecosmos/base/node/v1beta1
gRPC endpoint in order to fetch the chain configuration.Acceptance Criteria
0.46.4
IBC proto filesmin_gas_price
verification step to the health checkFor Admin Use
The text was updated successfully, but these errors were encountered: