Skip to content

consensus/bor: remove comments

107249a
Select commit
Loading
Failed to load commit list.
Open

(feat): tracing support for state-sync transactions #2172

consensus/bor: remove comments
107249a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 14, 2026 in 1s

52.23% (-0.07%) compared to f0ed88c

View this Pull Request on Codecov

52.23% (-0.07%) compared to f0ed88c

Details

Codecov Report

❌ Patch coverage is 31.80124% with 549 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.23%. Comparing base (f0ed88c) to head (107249a).

Files with missing lines Patch % Lines
eth/filters/IBackend.go 3.03% 256 Missing ⚠️
eth/tracers/api.go 60.00% 87 Missing and 11 partials ⚠️
eth/filters/IDatabase.go 0.00% 61 Missing ⚠️
consensus/bor/statefull/processor.go 0.00% 55 Missing ⚠️
eth/filters/IBatch.go 0.00% 16 Missing ⚠️
core/state_processor.go 40.00% 11 Missing and 1 partial ⚠️
tests/bor/mocks/IHeimdallClient.go 0.00% 10 Missing ⚠️
consensus/bor/abi/common.go 0.00% 9 Missing ⚠️
eth/backend.go 0.00% 9 Missing ⚠️
core/types/transaction.go 0.00% 5 Missing ⚠️
... and 5 more
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2172      +/-   ##
===========================================
- Coverage    52.29%   52.23%   -0.07%     
===========================================
  Files          885      886       +1     
  Lines       155727   155726       -1     
===========================================
- Hits         81441    81339     -102     
- Misses       69055    69172     +117     
+ Partials      5231     5215      -16     
Files with missing lines Coverage Δ
core/parallel_state_processor.go 22.15% <100.00%> (+0.24%) ⬆️
core/types/bor_receipt.go 0.00% <ø> (ø)
eth/ethconfig/config.go 78.94% <100.00%> (ø)
eth/filters/IIterator.go 0.00% <ø> (ø)
eth/tracers/dir.go 76.47% <ø> (+23.52%) ⬆️
eth/tracers/state_sync_tracing_hooks.go 100.00% <100.00%> (ø)
internal/cli/server/config.go 63.93% <100.00%> (+0.05%) ⬆️
internal/cli/server/flags.go 100.00% <100.00%> (ø)
params/protocol_params.go 84.21% <ø> (ø)
tests/bor/helper.go 74.66% <100.00%> (+0.14%) ⬆️
... and 15 more

... and 19 files with indirect coverage changes

Files with missing lines Coverage Δ
core/parallel_state_processor.go 22.15% <100.00%> (+0.24%) ⬆️
core/types/bor_receipt.go 0.00% <ø> (ø)
eth/ethconfig/config.go 78.94% <100.00%> (ø)
eth/filters/IIterator.go 0.00% <ø> (ø)
eth/tracers/dir.go 76.47% <ø> (+23.52%) ⬆️
eth/tracers/state_sync_tracing_hooks.go 100.00% <100.00%> (ø)
internal/cli/server/config.go 63.93% <100.00%> (+0.05%) ⬆️
internal/cli/server/flags.go 100.00% <100.00%> (ø)
params/protocol_params.go 84.21% <ø> (ø)
tests/bor/helper.go 74.66% <100.00%> (+0.14%) ⬆️
... and 15 more

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