Skip to content

feat(platform-wallet-storage): embeddable SQLite persistence backend with seedless rehydration - #3968

Open
Claudius-Maginificent wants to merge 249 commits into
v4.2-devfrom
feat/platform-wallet-storage-rehydration
Open

feat(platform-wallet-storage): embeddable SQLite persistence backend with seedless rehydration#3968
Claudius-Maginificent wants to merge 249 commits into
v4.2-devfrom
feat/platform-wallet-storage-rehydration

chore(deps): update rust-dashcore dash-evo-tool branch

5931df7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 2, 2026 in 0s

87.71% (+0.16%) compared to bfc8024

View this Pull Request on Codecov

87.71% (+0.16%) compared to bfc8024

Details

Codecov Report

❌ Patch coverage is 93.06158% with 400 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.71%. Comparing base (bfc8024) to head (5931df7).
⚠️ Report is 3 commits behind head on v4.2-dev.

Files with missing lines Patch % Lines
...rs-platform-wallet-storage/src/sqlite/persister.rs 76.41% 71 Missing ⚠️
...orm-wallet-storage/src/sqlite/schema/identities.rs 92.60% 49 Missing ⚠️
...es/rs-platform-wallet-storage/src/secrets/store.rs 92.94% 46 Missing ⚠️
...rs-platform-wallet-storage/src/secrets/file/mod.rs 90.15% 39 Missing ⚠️
...atform-wallet-storage/src/secrets/wire/envelope.rs 94.08% 39 Missing ⚠️
...orm-wallet-storage/src/sqlite/schema/core_state.rs 96.17% 34 Missing ⚠️
...form-wallet-storage/src/sqlite/schema/core_pool.rs 92.10% 27 Missing ⚠️
...tform-wallet-storage/src/sqlite/schema/accounts.rs 95.36% 24 Missing ⚠️
...rm-wallet-storage/src/sqlite/schema/asset_locks.rs 92.25% 21 Missing ⚠️
...es/rs-platform-wallet-storage/src/sqlite/backup.rs 92.11% 16 Missing ⚠️
... and 10 more
Additional details and impacted files
@@             Coverage Diff              @@
##           v4.2-dev    #3968      +/-   ##
============================================
+ Coverage     87.54%   87.71%   +0.16%     
============================================
  Files          2670     2679       +9     
  Lines        338763   346009    +7246     
============================================
+ Hits         296583   303511    +6928     
- Misses        42180    42498     +318     
Components Coverage Δ
dpp 88.49% <93.18%> (+<0.01%) ⬆️
drive 86.33% <ø> (ø)
drive-abci 89.57% <ø> (+<0.01%) ⬆️
sdk ∅ <ø> (∅)
dapi-client ∅ <ø> (∅)
platform-version ∅ <ø> (∅)
platform-value 92.88% <ø> (ø)
platform-wallet ∅ <ø> (∅)
drive-proof-verifier 49.79% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.