hyperledger / hyperledger/fabric-private-chaincode
Incorrect range query readset creation and validation
Open
good first issue
help wanted
- Dominant language
- Go
- Stars
- 174
- Forks
- 98
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 1
Description
The current code for creating range query readsets inside `shim.cpp` collects the result of a range query and add them. In case the result of the query is empty, nothing is added to the readset. However, this is an issue as we still need some information that the query has been performed.
Contributor guide
Assessment
This issue has not been assessed yet.