-
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.
[FAB-1700] Determinsitic BlockData hashing
https://jira.hyperledger.org/browse/FAB-1700 This is a companion item to https://jira.hyperledger.org/browse/FAB-1699 It removes the protobuf serialization of the BlockData in favor a simple concatenation of the byte contents. Eventually, this should be encoded as a Merkle tree at the configured width, but, like with our hashing algorithm, for v1, we will make it configurable at a later date, see: https://jira.hyperledger.org/browse/FAB-1983 Change-Id: I8a09e84f1c35d8fe1269339a443c44ba01b841a8 Signed-off-by: Jason Yellick <[email protected]>
- Loading branch information
Jason Yellick
committed
Feb 1, 2017
1 parent
7104614
commit 25c888d
Showing
2 changed files
with
12 additions
and
9 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