Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit a71be6a

Browse files
Add new message types specification.
Signed-off-by: Yevhenii Babichenko <eugene@remme.io>
1 parent 9dacf81 commit a71be6a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

text/0000-add-peers-in-runtime.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,21 @@ message ClientAddPeersResponse {
107107
The rationale behind the `invalid_uris` is to be more precise about what is
108108
wrong and to ease the debugging process for developers.
109109

110+
We should also add new message types to `protos/validator.proto`:
111+
112+
```protobuf
113+
message Message {
114+
115+
enum MessageType {
116+
// ...
117+
CLIENT_PEERS_ADD_REQUEST = 131;
118+
CLIENT_PEERS_ADD_RESPONSE = 132;
119+
// ...
120+
}
121+
// ...
122+
}
123+
```
124+
110125
## How are the requests processed by the validator
111126
[request-processing]: #request-processing
112127

0 commit comments

Comments
 (0)