You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In gossip we currently sign every message in the following way:
- Message sent by the Gossip() API call - uses the peer's signing identity
to sign the message.
- Message sent via Send() is signed in a NOOP manner (the signature is empty)
Since blocks are already signed by the ordering service
there is no point in signing them with the peer's signing identity.
This commit makes such message be NOOP-signed.
Change-Id: I0e5dca73e2ba3e711955829435172ed7f0365b61
Signed-off-by: Yacov Manevich <yacovm@il.ibm.com>
0 commit comments