-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
add support WriteBatch operations #5113
base: main
Are you sure you want to change the base?
Conversation
31c3dbf
to
9776b45
Compare
4790b27
to
cc24ab3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
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 <[email protected]>
2db20b7
to
5160d07
Compare
@C0rWin @denyeart |
#5086