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
Since genesis data is bigger and bigger, Hermes should use the gRPC query ConnectionParams to retrieve only the maxExpectedTimePerBlock and use that value to verify the configured 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
In the current version of Hermes,
v1.10.1
, the entire genesis data is queried from/genesis
in order to verify themax_block_time
configuration, https://github.com/informalsystems/hermes/blob/v1.10.1/crates/relayer/src/chain/cosmos.rs#L299-L323.Since genesis data is bigger and bigger, Hermes should use the gRPC query
ConnectionParams
to retrieve only themaxExpectedTimePerBlock
and use that value to verify the configured value.For Admin Use
The text was updated successfully, but these errors were encountered: