-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(store)!: simplify store interface and improve tests (#104)
BREAKING CHANGES: - Remove `get_size()` method from IpldStore trait and replace with `get_block_count()` - Remove PlaceholderStore implementation - Make `is_empty()` a default implementation based on block count - Rename MemoryStore::new to MemoryStore::with_chunker_and_layout Changes: - Improve test coverage for MemoryStore with more focused test cases - Update ASCII diagram documentation for FlatLayout - Add workspace-level tempfile dependency - Update tempfile to 3.15.0 - Add hex and libipld dependencies to monofs
- Loading branch information
Showing
14 changed files
with
743 additions
and
163 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.