QuiltMessage
Wire messages exchanged between Quilter instances.
Delta carries a lattice fragment tagged with the sender's monotonic sequence number. Ack tells the sender that the acker has absorbed all deltas through seq, enabling GC of the delta buffer. FullState ships the entire current state and is sent once on first contact with a new peer.
Type Parameters
the us.tractat.kuilt.crdt.Quilted state type.
Inheritors
Types
A delivered-version-vector gossip from sender — sender's whole-room contiguous delivered VersionVector (`author → highest gap-free seq it has applied), the per-replica row of the matrix clock that decides causal stability for RGA GC (ADR-003 addendum v3, #262).
The complete current state — sent once on first contact with a peer that has never been seen before. The recipient absorbs it with us.tractat.kuilt.crdt.Quilted.piece.