-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Subspace Query does not return Proof #5241
Comments
I recall this was intentional, no? In either case, what you've mentioned is true. |
I don't recall discussions about it. Either way, to test batchVerifyMembership, I need a batch proof which should be retrievable from the |
Blocked on changes to Tendermint and iAVL |
@AdityaSripal we need to tackle this issue this week. |
Looks like the IAVL library has |
Let's use the ICS 23 format here unless there are any downsides to doing so. |
Removing this from required issues on IBC 1.0.0 milestone. This can be addressed separately as we still need to implement #5082 for IBC v1.0.0 which doesn't have this problem |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
reopen if this is still applicable |
Summary of Bug
Subspace Query on IAVL store will not return proof even if
request.Prove = true
.https://github.com/cosmos/cosmos-sdk/blob/master/store/iavl/store.go#L284
The Subspace query also ignores the height passed into the RequestQuery object, and will simply return the result at the latest height
Version
master: cf8816e
Blocking
Currently blocking #5213 , specifically blocks testing BatchVerify methods in ICS-23
For Admin Use
The text was updated successfully, but these errors were encountered: