-
Notifications
You must be signed in to change notification settings - Fork 171
[Storage] Add state sync for qmdb::any::ordered
#2748
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
base: main
Are you sure you want to change the base?
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
commonware-mcp | 39044bc | Jan 09 2026, 03:15 AM |
Deploying monorepo with
|
| Latest commit: |
39044bc
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7e6f1fb7.monorepo-eu0.pages.dev |
| Branch Preview URL: | https://danlaine-sync-ordered.monorepo-eu0.pages.dev |
| @@ -0,0 +1,220 @@ | |||
| //! An authenticated database that provides succinct proofs of _any_ value ever associated | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved from storage/src/qmdb/any/ordered/variable.rs
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #2748 +/- ##
==========================================
+ Coverage 93.29% 93.31% +0.02%
==========================================
Files 372 373 +1
Lines 114273 114294 +21
==========================================
+ Hits 106610 106659 +49
+ Misses 7663 7635 -28
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
With this change, all
qmdb::anydatabases all support state sync.storage/src/qmdb/any/unordered/fixed/sync.rsandstorage/src/qmdb/any/unordered/fixed/sync.rshave been deleted, as their contents have been factored out.init_journalandinit_journal_at_sizemoved fromstorage/src/qmdb/any/unordered/fixed/sync.rstostorage/src/journal/contiguous/fixed.rs. This matches the pattern used bystorage/src/journal/contiguous/variable.rs.mod tests to share helper code.Resolverimplementations for each database variant.