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

Proposal: Querying state store #115

Closed
ruokun-niu opened this issue Jan 31, 2024 · 0 comments · Fixed by #116
Closed

Proposal: Querying state store #115

ruokun-niu opened this issue Jan 31, 2024 · 0 comments · Fixed by #116
Assignees
Labels
enhancement New feature or request P1
Milestone

Comments

@ruokun-niu
Copy link
Contributor

The state query API is an existing API that is currently in the alpha stage. The Rust SDK does not currently support this.

Since the API already exists, we do not need to make any changes to the state query API. I propose that we can add a new function called query_state_alpha1() inside the Client struct, which is consistent with the other SDKs. It will use the existing proto message QueryStateRequest and QueryStateResponse.

Given that this API is in still in Alpha, I'm not sure if it makes sense to add this to the main crate or to create some kind of experimental/preview that contains all of the APIs that are in alpha stage.

@mikeee mikeee added this to the 1.14 milestone Mar 14, 2024
@mikeee mikeee added P2 P1 and removed P2 labels Mar 19, 2024
@mikeee mikeee added the enhancement New feature or request label Mar 20, 2024
@mikeee mikeee linked a pull request Mar 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants