-
Notifications
You must be signed in to change notification settings - Fork 27
feat: add PrivateDocumentStore element type, gated to GROVE_V4 #787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 9 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
3e6f29b
feat(private-document-store): add grovedb-private-document-store crate
QuantumExplorer 26a804b
feat: add PrivateDocumentStore element type, gated to GROVE_V4 (#784)
QuantumExplorer 7df52c3
test: raise PrivateDocumentStore patch coverage above the 90% codecov…
QuantumExplorer fff8363
fix: address CodeRabbit review on PrivateDocumentStore (PR #787)
QuantumExplorer b94da45
Merge origin/develop into feat/private-document-store
QuantumExplorer 3f1d03e
fix: address the PrivateDocumentStore review findings (PR #787)
QuantumExplorer 677508a
Merge remote-tracking branch 'origin/develop' into feat/private-docum…
QuantumExplorer 4db7b47
fix: thread the declared chunk power into PrivateDocumentStore estimates
QuantumExplorer 637b3ab
fix: address the second review round on PrivateDocumentStore (PR #787)
QuantumExplorer a6533cd
fix: bill the uncached MMR root read on the lazy path (PR #787)
QuantumExplorer 1d2304c
fix: address the review-body findings on PrivateDocumentStore (PR #787)
QuantumExplorer 2a90139
fix(costs): correct five hash and seek accounting errors on the store…
QuantumExplorer f05222d
test(pds): cover the corruption and storage-fault paths
QuantumExplorer 540504b
fix(costs): bill compaction work and MMR merge hashes
QuantumExplorer b7aa74f
fix(costs): drop the duplicated MMR merge charge, and report bagging
QuantumExplorer f5fb2a7
feat(version): gate the MMR hash-charge corrections behind V0/V1
QuantumExplorer 0e404d6
fix(costs): gate the CommitmentTree compaction under-charge into V4
QuantumExplorer 6fa3277
fix(bulk-append): drop the dead initializer flagged by -D warnings
QuantumExplorer 2c2e95c
refactor: take grove_version directly instead of paired _with_version…
QuantumExplorer 11768ae
refactor(mmr): take grove_version directly on push, get_root and gen_…
QuantumExplorer f6e76c9
test(pds): cover the empty-at-creation guard on total_count
QuantumExplorer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.