-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ message RPC { | |
} | ||
|
||
message Message { | ||
optional string from = 1; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
daviddias
Member
|
||
optional bytes from = 1; | ||
optional bytes data = 2; | ||
optional bytes seqno = 3; | ||
repeated string topicIDs = 4; | ||
|
@whyrusleeping this does change things for JS, we had this issue in the past (see https://github.com/ipfs/js-ipfs-bitswap/blob/master/src/types/message/message.proto.js#L9).
Can I ask you to always update me on changes on the wire protocol?