tendermint/abci

Support Range Query

xiaoxiaff opened this issue · 2 comments

For now the abci ResponseQuery only support single value and proof result. When it comes to range query it would fail to support that. Is there any plan about support range query?

Yes we're going to change this to be a range proof. See the latest work in the IAVL repo that will support this: cosmos/iavl#63

cosmos/iavl#63 is merged on develop