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

Commit

Permalink
Add new message types specification.
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhenii Babichenko <eugene@remme.io>
  • Loading branch information
eugene-babichenko committed Nov 13, 2018
1 parent 9dacf81 commit a71be6a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions text/0000-add-peers-in-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,21 @@ message ClientAddPeersResponse {
The rationale behind the `invalid_uris` is to be more precise about what is
wrong and to ease the debugging process for developers.

We should also add new message types to `protos/validator.proto`:

```protobuf
message Message {
enum MessageType {
// ...
CLIENT_PEERS_ADD_REQUEST = 131;
CLIENT_PEERS_ADD_RESPONSE = 132;
// ...
}
// ...
}
```

## How are the requests processed by the validator
[request-processing]: #request-processing

Expand Down

0 comments on commit a71be6a

Please sign in to comment.