mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-07-02 22:10:13 +00:00
Addresses review: replace the hand-rolled ProtoBuffer codec in the SDS wire format with type-driven `Protobuf.encode/decode` over annotated *PB mirrors (seq[byte] id fields keep ids opaque). The snapshot codec routes its embedded message/entry (de)serialisation through these wire helpers.