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

Use gRPC to query Cosmos SDK chain states #1088

Open
5 tasks
soareschen opened this issue Jun 14, 2021 · 2 comments
Open
5 tasks

Use gRPC to query Cosmos SDK chain states #1088

soareschen opened this issue Jun 14, 2021 · 2 comments
Labels
O: code-hygiene Objective: cause to improve code hygiene O: new-feature Objective: cause to add a new feature or support
Milestone

Comments

@soareschen
Copy link
Contributor

Crate

relayer

Summary

This is a follow up to #1048. Since we can do height-based gRPC query through the x-cosmos-block-height parameter, we can refactor other queries such as query_channel to use the gRPC endpoints instead of the Tendermint RPC endpoint.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate milestone (priority) applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@adizere adizere added this to the 10.2021 milestone Aug 3, 2021
@adizere adizere added O: code-hygiene Objective: cause to improve code hygiene O: new-feature Objective: cause to add a new feature or support labels Aug 3, 2021
@adizere adizere modified the milestones: 10.2021, 12.2021 Sep 27, 2021
@adizere adizere modified the milestones: 12.2021, Backlog Nov 23, 2021
@adizere adizere modified the milestones: Backlog, v2 May 9, 2022
@adizere
Copy link
Member

adizere commented May 9, 2022

We'll be able to increasingly use gRPC now with the recent changes adding gRPC support for ABCI queries in the SDK cosmos/cosmos-sdk#11642

@plafer
Copy link
Contributor

plafer commented May 17, 2022

Relevant comment by @ancazamfir.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O: code-hygiene Objective: cause to improve code hygiene O: new-feature Objective: cause to add a new feature or support
Projects
None yet
Development

No branches or pull requests

3 participants