Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

query ClientState given client id #21

Closed
ebuchman opened this issue Jul 15, 2020 · 2 comments
Closed

query ClientState given client id #21

ebuchman opened this issue Jul 15, 2020 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@ebuchman
Copy link
Member

ebuchman commented Jul 15, 2020

Given a client id, query the ClientState object.

Note ClientState is an interface, instantiated by the concrete type of client (eg. a Tendermint client). So a real result here will involve Tendermint-specific data structures.

Note this also doesn't have a protobuf file yet, it's defined as a Go struct. This may be blocking for now (since it means we're dealing with Amino-encoded validators ...)

Opened a related issue on the SDK: cosmos/cosmos-sdk#6736

ABCIQuery.Path = store/ibc/key
ABCIQuery.Data = clients/{identifier}/clientState

@ebuchman
Copy link
Member Author

This is blocked on the SDK upgrading to use the tendermint v0.34 release (currently a Release Candidate), but that should probably happen shortly.

@ancazamfir
Copy link
Collaborator

ancazamfir commented Oct 15, 2020

Finished after all the protobuf updates, tm releases, informalsystems/hermes#235, informalsystems/hermes#292, cosmos/ibc-rs#106.

@hu55a1n1 hu55a1n1 transferred this issue from informalsystems/hermes Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants