We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc4be5 commit 05f423cCopy full SHA for 05f423c
src/message/rpc.proto.js
@@ -13,6 +13,8 @@ message RPC {
13
optional bytes from = 1;
14
optional bytes data = 2;
15
optional bytes seqno = 3;
16
- repeated string topicIDs = 4;
+ repeated string topicIDs = 4;
17
+ optional bytes signature = 5;
18
+ optional bytes key = 6;
19
}
20
}`
src/message/topic-descriptor.proto.js
@@ -1,10 +1,9 @@
1
'use strict'
2
module.exports = `
3
-// topicCID = cid(merkledag_protobuf(topicDescriptor)); (not the topic.name)
4
message TopicDescriptor {
5
optional string name = 1;
6
optional AuthOpts auth = 2;
7
- optional EncOpts enc = 2;
+ optional EncOpts enc = 3;
8
9
message AuthOpts {
10
optional AuthMode mode = 1;
0 commit comments