-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
ABCI Range Query #871
Comments
Should this be an issue on Tendermint? and is this still #prelaunch? |
I think we might need this lite client proofs - not 100% certain - either way we want this feature |
Range queries returning lite client proofs. This sounds like an issue for Tendermint right? I'm guessing this is still a requirement. |
in a big way yes it is |
Errrrr, this is 100% doable right now completely in the SDK. As you've stated, yes we support key queries with proofs. We can easily extend baseapp to allow for range queries (with proofs). The IAVL store would just call I can pick this up. |
Any update here @alexanderbez? Is this something that is going to require the lite client spec from TM? |
@jackzampolin just an issue we need to prioritize/story-point. There is zero dependency on TM from what I can remember. |
being worked on with the schema package |
We need a way to query a range from a store
Right now we are only able to query from a key:
https://github.com/cosmos/cosmos-sdk/blob/develop/client/core/core.go#L45
The text was updated successfully, but these errors were encountered: