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
After migration to the latest cosmos-sdk, the CLI doesn't verify state proofs for queries to store even if they are returned. See cosmos/cosmos-sdk#6563.
We need to change it, so that CLI verifies state proofs if they are returned by a query.
Consider
Only single value queries (that is quering items stored in Store directly) will be supported. For example get-model will have a state proof returned, while get-all-models will not.
Multi value proofs support is a separate task: State Proofs: Light client for lists #34.
The text was updated successfully, but these errors were encountered:
After migration to the latest cosmos-sdk, the CLI doesn't verify state proofs for queries to store even if they are returned. See cosmos/cosmos-sdk#6563.
We need to change it, so that CLI verifies state proofs if they are returned by a query.
Consider
Please note, that
get-model
will have a state proof returned, whileget-all-models
will not.Multi value proofs support is a separate task: State Proofs: Light client for lists #34.
The text was updated successfully, but these errors were encountered: