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
Closes: #30
Query of client consensus now distinguishes between query height
and consensus height.
Specifically:
- `chain_height` is the height at which the query is made
(can be 0 if the latest state on chain is queried).
- `consensus_height` is the consensus height of the client running on this chain
but it represents a height of the client's chain and should be used to
construct the query path.
0 commit comments