Skip to content

prefetcher: fix gas budget, interrupt accounting, panic leak, dup exe…

88c4e44
Select commit
Loading
Failed to load commit list.
Open

prefetcher: builder-phase prefetch + streaming worker pool #2192

prefetcher: fix gas budget, interrupt accounting, panic leak, dup exe…
88c4e44
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 20, 2026 in 1s

52.03% (+0.10%) compared to 3193054

View this Pull Request on Codecov

52.03% (+0.10%) compared to 3193054

Details

Codecov Report

❌ Patch coverage is 90.79646% with 52 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.03%. Comparing base (3193054) to head (88c4e44).
⚠️ Report is 4 commits behind head on develop.

Files with missing lines Patch % Lines
miner/worker.go 92.59% 24 Missing and 6 partials ⚠️
core/state_prefetcher.go 82.94% 16 Missing and 6 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2192      +/-   ##
===========================================
+ Coverage    51.93%   52.03%   +0.10%     
===========================================
  Files          884      884              
  Lines       155494   155867     +373     
===========================================
+ Hits         80754    81106     +352     
- Misses       69522    69546      +24     
+ Partials      5218     5215       -3     
Files with missing lines Coverage Δ
core/blockchain.go 62.20% <ø> (ø)
miner/ordering.go 94.54% <100.00%> (+0.86%) ⬆️
miner/slow_tx_tracker.go 73.61% <100.00%> (+16.71%) ⬆️
core/state_prefetcher.go 83.33% <82.94%> (-8.24%) ⬇️
miner/worker.go 75.52% <92.59%> (+3.65%) ⬆️

... and 19 files with indirect coverage changes

Files with missing lines Coverage Δ
core/blockchain.go 62.20% <ø> (ø)
miner/ordering.go 94.54% <100.00%> (+0.86%) ⬆️
miner/slow_tx_tracker.go 73.61% <100.00%> (+16.71%) ⬆️
core/state_prefetcher.go 83.33% <82.94%> (-8.24%) ⬇️
miner/worker.go 75.52% <92.59%> (+3.65%) ⬆️

... and 19 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.