Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce protobuf types under new pkg directory #56

Merged
merged 15 commits into from
Mar 27, 2018
Prev Previous commit
Note that only the receiver is optional, not sender
Raghav Gulati committed Mar 27, 2018
commit e81b9dd01517e930d0ea11bfa8ed122fb959b483
2 changes: 1 addition & 1 deletion pkg/types/gossip/message.proto
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ package gossip;

// Envelope contains a marshalled Message as the payload
// and a signature over the payload as signature.
// It also contains the (optional) Identities of the sender and receiver.
// It also contains the Identities of the sender and receiver (optional).
// Optionally may contain an encrypted Envelope (in which case the payload will be empty).
message Envelope {
// The PublicKey and BLS ID of the sender and receiver