-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use proto messages for Read-write set
https://jira.hyperledger.org/browse/FAB-2810 This CR: - Introduces proto messages - Removes custom types for read-write set in package kvledger/txmgmt/rwset - Renames the package kvledger/txmgmt/rwset to kvledger/txmgmt/rwsetutil and rwset.go to rwset_builder_test.go in order to reflect the purpose of the remaining code better - Modifies the other packages to use rwset from protos and utilities from rwsetutil package Change-Id: Id01be87903ad30f0eea34ef4033195b17bec3e71 Signed-off-by: manish <manish.sethi@gmail.com>
- Loading branch information
1 parent
3b48c41
commit 7d553a6
Showing
23 changed files
with
1,116 additions
and
882 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.