Ivan FB 3ef6a55257
refactor(protobuf): use protobuf-serialization encode/decode for wire codec
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.
2026-06-10 22:45:23 +02:00
..