-
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-1444] Move signature to top level in gossip msg
A gossip.GossipMessage is a oneof of different types of messages, and all messages in gossip are under that message. Messages that are signed have their signature in the inner field of the message. To make things more secure, and also more uniform, I'm moving the signature to the top level of the GossipMessage. Change-Id: Ia358015ed98270d882c3facdaca89355666a9f69 Signed-off-by: Yacov Manevich <yacovm@il.ibm.com>
- Loading branch information
Showing
12 changed files
with
449 additions
and
403 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
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.