You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2024. It is now read-only.
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:
Define the protobuf messages. These would be similar to the existing structs used.
Generate pb files for the proto specs.
Update the protocols to use the new types and use the protobuf encoder/decoder to read/write.