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
Given a client id and height, query the ConsensusState.
This is similar to cosmos/ibc-proto-rs#21 in that ConsensusState is an interface with concrete implementations depending on the client type (eg. for Tendermint). So it has Tendermint specific data structures.
This type is simpler than the ClientState, but it also doesn't have a proto file yet. It's defined as a Go struct.. Since it contains the validator set, it will depend on Amino for now ...
* fix: use /go suffix in go package option
* adding .clang-format for protobuf formatting
Co-authored-by: Colin Axnér <25233464+colin-axner@users.noreply.github.com>
Given a client id and height, query the ConsensusState.
This is similar to cosmos/ibc-proto-rs#21 in that ConsensusState is an interface with concrete implementations depending on the client type (eg. for Tendermint). So it has Tendermint specific data structures.
This type is simpler than the ClientState, but it also doesn't have a proto file yet. It's defined as a Go struct.. Since it contains the validator set, it will depend on Amino for now ...
ABCIQuery.Path =
store/ibc/key
ABCIQuery.Data =
clients/{identifier}/consensusState/{height}
The text was updated successfully, but these errors were encountered: