add support WriteBatch operations#5113
Conversation
31c3dbf to
9776b45
Compare
4790b27 to
cc24ab3
Compare
C0rWin
left a comment
There was a problem hiding this comment.
Overall looks good to me, while I think we should take care to add tests to make sure behaviour remain consistent as @manish-sethi mentioned is his comment hyperledger/fabric-rfcs#58 (comment)
Thanks @C0rWin |
One of the possible scenarios related to the update of the private data is where there is a check whenever a collection with a given name exists, see ... The test should, for example, check what happens when you start batch where you are trying to write into the non-existing collection, without batch it's resulted with error, need to check this behavior is consistent.Another example would be to check whenever chaincode does write into private data and then query private data it supposes to result in an error based on this check, see here: |
cc24ab3 to
2db20b7
Compare
Signed-off-by: Fedor Partanskiy <fedor.partanskiy@atme.com>
2db20b7 to
5160d07
Compare
@C0rWin @denyeart |
|
LGTM |


#5086