core, miner, consensus/bor, eth, triedb/pathdb: pipelined state root computation for block import#2180
Open
pratikspatil024 wants to merge 70 commits into
Open
core, miner, consensus/bor, eth, triedb/pathdb: pipelined state root computation for block import#2180pratikspatil024 wants to merge 70 commits into
pratikspatil024 wants to merge 70 commits into
Codecov / codecov/project
succeeded
Jul 23, 2026 in 0s
54.09% (+0.01%) compared to 55cac19
View this Pull Request on Codecov
54.09% (+0.01%) compared to 55cac19
Details
Codecov Report
❌ Patch coverage is 45.88369% with 1433 lines in your changes missing coverage. Please review.
✅ Project coverage is 54.09%. Comparing base (55cac19) to head (ccedec8).
Additional details and impacted files
@@ Coverage Diff @@
## develop #2180 +/- ##
===========================================
+ Coverage 54.07% 54.09% +0.01%
===========================================
Files 907 911 +4
Lines 162012 165335 +3323
===========================================
+ Hits 87615 89442 +1827
- Misses 68984 70380 +1396
- Partials 5413 5513 +100 | Files with missing lines | Coverage Δ | |
|---|---|---|
| core/blockchain.go | 64.87% <ø> (+1.79%) |
⬆️ |
| core/blockchain_insert.go | 78.50% <100.00%> (+1.27%) |
⬆️ |
| core/evm.go | 93.67% <100.00%> (+19.65%) |
⬆️ |
| core/stateless/encoding.go | 63.49% <ø> (ø) |
|
| core/stateless/witness.go | 44.64% <100.00%> (+6.02%) |
⬆️ |
| core/txpool/blobpool/blobpool.go | 54.87% <100.00%> (ø) |
|
| core/types/block.go | 43.19% <ø> (ø) |
|
| eth/ethconfig/config.go | 78.94% <ø> (ø) |
|
| eth/peer.go | 95.80% <100.00%> (ø) |
|
| internal/cli/server/flags.go | 100.00% <100.00%> (ø) |
|
| ... and 30 more |
... and 20 files with indirect coverage changes
| Files with missing lines | Coverage Δ | |
|---|---|---|
| core/blockchain.go | 64.87% <ø> (+1.79%) |
⬆️ |
| core/blockchain_insert.go | 78.50% <100.00%> (+1.27%) |
⬆️ |
| core/evm.go | 93.67% <100.00%> (+19.65%) |
⬆️ |
| core/stateless/encoding.go | 63.49% <ø> (ø) |
|
| core/stateless/witness.go | 44.64% <100.00%> (+6.02%) |
⬆️ |
| core/txpool/blobpool/blobpool.go | 54.87% <100.00%> (ø) |
|
| core/types/block.go | 43.19% <ø> (ø) |
|
| eth/ethconfig/config.go | 78.94% <ø> (ø) |
|
| eth/peer.go | 95.80% <100.00%> (ø) |
|
| internal/cli/server/flags.go | 100.00% <100.00%> (ø) |
|
| ... and 30 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.
Loading