Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf(state-transition): reduce amount of withdrawals processed #2110

Open
wants to merge 28 commits into
base: main
Choose a base branch
from

hacked fix for withdrawals SSZ serialization

d8a267e
Select commit
Loading
Failed to load commit list.
Open

perf(state-transition): reduce amount of withdrawals processed #2110

hacked fix for withdrawals SSZ serialization
d8a267e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 4, 2024 in 0s

26.41% (target 0.00%)

View this Pull Request on Codecov

26.41% (target 0.00%)

Details

Codecov Report

Attention: Patch coverage is 24.00000% with 19 lines in your changes missing coverage. Please review.

Project coverage is 26.41%. Comparing base (d66b298) to head (d8a267e).

Files with missing lines Patch % Lines
mod/state-transition/pkg/core/state/statedb.go 5.26% 18 Missing ⚠️
testing/e2e/config/config.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@                     Coverage Diff                      @@
##           state-transition-add-UTs    #2110      +/-   ##
============================================================
+ Coverage                     24.82%   26.41%   +1.59%     
============================================================
  Files                           357      357              
  Lines                         16071    16075       +4     
  Branches                         12       12              
============================================================
+ Hits                           3990     4247     +257     
+ Misses                        11886    11560     -326     
- Partials                        195      268      +73     
Files with missing lines Coverage Δ
mod/consensus-types/pkg/types/payload.go 92.07% <100.00%> (+0.10%) ⬆️
testing/e2e/config/config.go 0.00% <0.00%> (ø)
mod/state-transition/pkg/core/state/statedb.go 43.63% <5.26%> (+35.03%) ⬆️

... and 7 files with indirect coverage changes