Compare the version vector with another version vector.
If they are concurrent, return undefined.
Encode the version vector into a Uint8Array.
Get the counter of a peer.
set the exclusive ending point. target id will NOT be included by self
set the inclusive ending point. target id will be included
Convert the version vector to a Map
Static
decodeStatic
parseJSONCreate a new version vector from a Map.
Create a new version vector.
VersionVector is a map from [PeerID] to [Counter]. Its a right-open interval.
i.e. a [VersionVector] of
{A: 1, B: 2}
means that A has 1 atomic op and B has 2 atomic ops, thus ID of{client: A, counter: 1}
is out of the range.