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

Update protocols to use new protobuf encoding #6

@aloknerurkar

Description

@aloknerurkar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions