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

Update protocols to use new protobuf encoding #6

Open
aloknerurkar opened this issue Sep 27, 2023 · 0 comments
Open

Update protocols to use new protobuf encoding #6

aloknerurkar opened this issue Sep 27, 2023 · 0 comments

Comments

@aloknerurkar
Copy link
Contributor

Currently, we have 2 protocols already. By the time this issue is started we might have another one. They are using msgpack encoding right now to exchange messages. Instead they should use protobuf implementation.

Tasks:

  1. Define the protobuf messages. These would be similar to the existing structs used.
  2. Generate pb files for the proto specs.
  3. Update the protocols to use the new types and use the protobuf encoder/decoder to read/write.
  4. Update any tests required in the protocols.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant