Skip to content

Backport giga-1: Make Receipt and SS write fully async - #4187

Merged
yzang2019 merged 3 commits into
giga-1from
backport-4159-to-giga-1
Sep 16, 2026
Merged

yzang2019 merged 3 commits into
giga-1from
backport-4159-to-giga-1

Merge branch 'giga-1' into backport-4159-to-giga-1

31e4530
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 16, 2026 in 1s

65.46% (-0.10%) compared to 7e3ca24

View this Pull Request on Codecov

65.46% (-0.10%) compared to 7e3ca24

Details

Codecov Report

❌ Patch coverage is 93.15068% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.46%. Comparing base (7e3ca24) to head (31e4530).
⚠️ Report is 10 commits behind head on giga-1.

Files with missing lines Patch % Lines
sei-db/ledger_db/receipt/receipt_store.go 66.66% 2 Missing ⚠️
sei-db/state_db/giga/state_db.go 50.00% 2 Missing ⚠️
sei-db/db_engine/pebbledb/mvcc/db.go 91.66% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           giga-1    #4187      +/-   ##
==========================================
- Coverage   65.55%   65.46%   -0.10%     
==========================================
  Files        2081     2078       -3     
  Lines      157460   157286     -174     
==========================================
- Hits       103222   102960     -262     
- Misses      54097    54185      +88     
  Partials      141      141              
Files with missing lines Coverage Δ
evmrpc/tests/utils.go 79.62% <100.00%> (-0.25%) ⬇️
sei-db/config/giga_config.go 81.96% <100.00%> (+0.30%) ⬆️
sei-db/config/receipt_config.go 85.71% <100.00%> (ø)
sei-db/config/ss_config.go 100.00% <ø> (ø)
sei-db/ledger_db/receipt/litt_receipt_store.go 86.34% <100.00%> (+2.88%) ⬆️
sei-db/db_engine/pebbledb/mvcc/db.go 77.71% <91.66%> (+0.06%) ⬆️
sei-db/ledger_db/receipt/receipt_store.go 72.88% <66.66%> (-0.22%) ⬇️
sei-db/state_db/giga/state_db.go 25.95% <50.00%> (ø)

... and 8 files with indirect coverage changes

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