SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

offset index read integration

Open Shubham8287 opened this issue 1 year ago • 0 comments

Description of Changes

  1. Create IndexFile: a wrapper around IndexFileMut for exposing only read apis.
  2. Update Repo trait to get IndexFile
  3. Refactoring: Method naming changes to show clear distinction between read and write version of IndexFile
  4. Modify Commits iterator to lookup through Index for initial commit.

API and ABI breaking changes

N/A

Testing

image Did some manual testing

Shubham8287 avatar Oct 01 '24 12:10 Shubham8287