feat: move blobs from consensus txs to p2p so they can be pruned properly - #3149
Open
fridrik01 wants to merge 1 commit into
Open
feat: move blobs from consensus txs to p2p so they can be pruned properly#3149fridrik01 wants to merge 1 commit into
fridrik01 wants to merge 1 commit into
Codecov / codecov/project
succeeded
Aug 12, 2026 in 0s
64.26% (target 0.00%)
View this Pull Request on Codecov
64.26% (target 0.00%)
Details
Codecov Report
❌ Patch coverage is 72.08528% with 419 lines in your changes missing coverage. Please review.
✅ Project coverage is 64.26%. Comparing base (2059e2a) to head (be843f8).
Additional details and impacted files
@@ Coverage Diff @@
## main #3149 +/- ##
==========================================
+ Coverage 63.11% 64.26% +1.15%
==========================================
Files 372 385 +13
Lines 15549 16965 +1416
==========================================
+ Hits 9814 10903 +1089
- Misses 4775 4993 +218
- Partials 960 1069 +109 | Files with missing lines | Coverage Δ | |
|---|---|---|
| beacon/blockchain/common.go | 70.58% <100.00%> (+28.28%) |
⬆️ |
| beacon/blockchain/service.go | 84.00% <100.00%> (+3.51%) |
⬆️ |
| chain/spec.go | 75.47% <100.00%> (+3.39%) |
⬆️ |
| config/config.go | 85.00% <100.00%> (+0.38%) |
⬆️ |
| config/spec/devnet.go | 100.00% <100.00%> (ø) |
|
| config/spec/mainnet.go | 100.00% <100.00%> (ø) |
|
| config/spec/testnet.go | 100.00% <100.00%> (ø) |
|
| consensus/cometbft/service/blobconsensus/config.go | 100.00% <100.00%> (ø) |
|
| consensus/cometbft/service/cache/cache.go | 88.23% <ø> (ø) |
|
| consensus/cometbft/service/process_proposal.go | 85.36% <100.00%> (+15.36%) |
⬆️ |
| ... and 33 more |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading