logo
pub type RegisterWriteAheadLog = Vec<DataCmd>;
Expand description

Register Write Ahead Log

Batches up register write operation before publishing them up to the network, in order. Can also be used as a way to implement dry runs: nothing is uploaded to the network as long as the wal is not published. Batches can be republished without duplication risks thanks to the CRDT nature of registers.