Skip to content

feat(settlement): persist block → proof-request mapping in the DB + RPC - #631

Merged
kariy merged 2 commits into
mainfrom
feat/settlement-block-proof-mapping
Jul 6, 2026
Merged

kariy merged 2 commits into
mainfrom
feat/settlement-block-proof-mapping

feat(settlement): persist block -> proof mapping in the DB + RPC

8d93675
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 6, 2026 in 1s

68.07% (-5.25%) compared to 9bde0ae

View this Pull Request on Codecov

68.07% (-5.25%) compared to 9bde0ae

Details

Codecov Report

❌ Patch coverage is 62.50000% with 33 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.07%. Comparing base (9bde0ae) to head (8d93675).
⚠️ Report is 486 commits behind head on main.

Files with missing lines Patch % Lines
crates/settlement/src/backend/tee/prover.rs 0.00% 11 Missing ⚠️
crates/settlement/src/service.rs 71.42% 8 Missing ⚠️
crates/rpc/rpc-server/src/settlement.rs 0.00% 6 Missing ⚠️
...torage/provider/provider/src/providers/fork/mod.rs 0.00% 6 Missing ⚠️
crates/settlement/src/backend/tee/mod.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #631      +/-   ##
==========================================
- Coverage   73.32%   68.07%   -5.25%     
==========================================
  Files         209      334     +125     
  Lines       23132    46717   +23585     
==========================================
+ Hits        16961    31802   +14841     
- Misses       6171    14915    +8744     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 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.