Skip to content

miner, cli: disable production pipelined SRC

4971d12
Select commit
Loading
Failed to load commit list.
Draft

miner, core, consensus/bor, eth, triedb: pipelined state root computation (PoC) #2180

miner, cli: disable production pipelined SRC
4971d12
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 14, 2026 in 0s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Details

Codecov Report

❌ Patch coverage is 39.41710% with 1268 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (delay_src@b232538). Learn more about missing BASE report.

Files with missing lines Patch % Lines
miner/pipeline.go 5.51% 737 Missing ⚠️
miner/worker.go 64.38% 81 Missing and 18 partials ⚠️
core/state/warm_snapshot.go 45.08% 58 Missing and 9 partials ⚠️
consensus/bor/bor.go 42.20% 63 Missing ⚠️
core/state/trie_prefetcher.go 24.32% 51 Missing and 5 partials ⚠️
core/blockchain_reader.go 50.00% 43 Missing and 3 partials ⚠️
triedb/pathdb/reader.go 5.26% 36 Missing ⚠️
core/state/statedb.go 83.00% 32 Missing and 3 partials ⚠️
core/txpool/legacypool/legacypool.go 8.69% 21 Missing ⚠️
core/block_validator.go 20.00% 14 Missing and 6 partials ⚠️
... and 11 more
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             delay_src    #2180   +/-   ##
============================================
  Coverage             ?   51.82%           
============================================
  Files                ?      887           
  Lines                ?   157952           
  Branches             ?        0           
============================================
  Hits                 ?    81862           
  Misses               ?    70800           
  Partials             ?     5290           
Files with missing lines Coverage Δ
core/blockchain.go 62.41% <ø> (ø)
core/blockchain_insert.go 78.50% <100.00%> (ø)
core/evm.go 94.32% <100.00%> (ø)
core/rawdb/accessors_state.go 14.28% <ø> (ø)
core/rawdb/schema.go 37.28% <ø> (ø)
core/stateless/encoding.go 63.49% <ø> (ø)
core/stateless/witness.go 46.29% <100.00%> (ø)
core/txpool/blobpool/blobpool.go 54.87% <100.00%> (ø)
core/types/block.go 40.56% <ø> (ø)
eth/backend.go 52.73% <100.00%> (ø)
... and 27 more
Files with missing lines Coverage Δ
core/blockchain.go 62.41% <ø> (ø)
core/blockchain_insert.go 78.50% <100.00%> (ø)
core/evm.go 94.32% <100.00%> (ø)
core/rawdb/accessors_state.go 14.28% <ø> (ø)
core/rawdb/schema.go 37.28% <ø> (ø)
core/stateless/encoding.go 63.49% <ø> (ø)
core/stateless/witness.go 46.29% <100.00%> (ø)
core/txpool/blobpool/blobpool.go 54.87% <100.00%> (ø)
core/types/block.go 40.56% <ø> (ø)
eth/backend.go 52.73% <100.00%> (ø)
... and 27 more
🚀 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.