ff-notes / ron

Haskell implementation of RON and RON-RDT
BSD 3-Clause "New" or "Revised" License
65 stars 9 forks source link

Clock is not advanced to the last op in the database #68

Open cblp opened 5 years ago

cblp commented 5 years ago

Problem

A fresh timestamp may clash with existing.

Proposed solution

  1. Ensure version id is (⩾) than all ops inside a version.
  2. Make document versions readable as timestamps. (???)
  3. On database open, advance time to all versions.