mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-12 02:37:53 -04:00
1d316d991e
Defines the canonical commitlog payload, and how to encode / decode it. Also exposes folds alongside iterators, which allows the common case of replaying the commitlog onto a database to be further optimized (the `Txdata` does not have to be constructed in this case). This optimization is, however, left for a future patch.