-
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-1045 Gossip pull refactoring: uint64->string
Currently the gossip pull mechanism can only handle items uint64 as keys (for digests). I refactored this to be string, because a string can hold both ints, hashes and can also be used as a key in a map. This is needed for disseminating entities such as certificates of peers. Change-Id: I06be757275dccd4e78f055bb703aeadd52787c33 Signed-off-by: Yacov Manevich <yacovm@il.ibm.com>
- Loading branch information
Showing
5 changed files
with
245 additions
and
194 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
Oops, something went wrong.