Skip to content

consensus, core, miner, params: reserved blockspace - #2302

Open
manav2401 wants to merge 43 commits into
developfrom
reserved-blockspace-block-building
Open

consensus, core, miner, params: reserved blockspace#2302
manav2401 wants to merge 43 commits into
developfrom
reserved-blockspace-block-building

miner: address comments

9067c38
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 15, 2026 in 1s

54.13% (+0.33%) compared to 65bb314

View this Pull Request on Codecov

54.13% (+0.33%) compared to 65bb314

Details

Codecov Report

❌ Patch coverage is 93.52941% with 22 lines in your changes missing coverage. Please review.
✅ Project coverage is 54.13%. Comparing base (65bb314) to head (9067c38).
⚠️ Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
core/types/block.go 84.61% 4 Missing and 2 partials ⚠️
miner/ordering.go 92.18% 4 Missing and 1 partial ⚠️
miner/worker.go 91.37% 3 Missing and 2 partials ⚠️
miner/miner.go 0.00% 2 Missing ⚠️
miner/reserved_registry.go 95.45% 1 Missing and 1 partial ⚠️
miner/sequencing.go 98.49% 1 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2302      +/-   ##
===========================================
+ Coverage    53.80%   54.13%   +0.33%     
===========================================
  Files          898      909      +11     
  Lines       160827   162243    +1416     
===========================================
+ Hits         86534    87836    +1302     
- Misses       68913    68979      +66     
- Partials      5380     5428      +48     
Files with missing lines Coverage Δ
miner/miner.go 71.20% <0.00%> (-1.16%) ⬇️
miner/reserved_registry.go 95.45% <95.45%> (ø)
miner/sequencing.go 98.49% <98.49%> (ø)
miner/ordering.go 93.61% <92.18%> (-0.93%) ⬇️
miner/worker.go 81.78% <91.37%> (+3.41%) ⬆️
core/types/block.go 47.03% <84.61%> (+3.83%) ⬆️

... and 30 files with indirect coverage changes

Files with missing lines Coverage Δ
miner/miner.go 71.20% <0.00%> (-1.16%) ⬇️
miner/reserved_registry.go 95.45% <95.45%> (ø)
miner/sequencing.go 98.49% <98.49%> (ø)
miner/ordering.go 93.61% <92.18%> (-0.93%) ⬇️
miner/worker.go 81.78% <91.37%> (+3.41%) ⬆️
core/types/block.go 47.03% <84.61%> (+3.83%) ⬆️

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