a CRDT identifier: an (authorId, counter) pair, unique across replicas
(authorId, counter)
The wire encodes it positionally — a single author byte then a varuint counter — with no field names; the rmscene reference calls these part1 and part2.
rmscene
part1
part2
the author (device/replica) that minted this id, the leading wire byte
the author's monotonic counter (a varuint, may exceed 32 bits)
a CRDT identifier: an
(authorId, counter)pair, unique across replicasThe wire encodes it positionally — a single author byte then a varuint counter — with no field names; the
rmscenereference calls thesepart1andpart2.