Closed
Description
opened on Oct 24, 2019
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
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Activity