mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-07-14 14:23:13 -04:00
44c6544ea9
`Commitlog::open` may perform repairs, which can be catastrophic if access is not externally guaranteed to be mutually exclusive. Instead of allowing to view `Commitlog` as a `History`, implement a `LocalHistory` that is guaranteed to be read-only. # Expected complexity level and risk 1.5 # Testing Should pass existing tests. --------- Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org> Co-authored-by: Shubham Mishra <shivam828787@gmail.com>