clockworklabs / SpacetimeDB

Multiplayer at the speed of light
https://spacetimedb.com
Other
4.41k stars 110 forks source link

core: Make `Replay::next_tx_offset` pub #1885

Closed kim closed 4 weeks ago

kim commented 1 month ago

Tooling should be able to restore from a snapshot, so that traversing transactions doesn't require to traverse the entire commitlog from the start.

To do so, it needs access to the tx offset post restoration.

kim commented 4 weeks ago

superseded by #1899