Skip to content

fix devnet equality check

8448d0a
Select commit
Loading
Failed to load commit list.
Draft

fix(e2e): Timestamp based forking deterministic e2e #2636

fix devnet equality check
8448d0a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 6, 2026 in 0s

58.27% (target 0.00%)

View this Pull Request on Codecov

58.27% (target 0.00%)

Details

Codecov Report

❌ Patch coverage is 35.32934% with 216 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.27%. Comparing base (e5d0650) to head (8448d0a).
⚠️ Report is 230 commits behind head on main.

Files with missing lines Patch % Lines
cli/commands/server/types/chainspec.go 12.09% 107 Missing and 2 partials ⚠️
beacon/blockchain/process_proposal.go 57.14% 13 Missing and 2 partials ⚠️
beacon/validator/block_builder.go 64.51% 9 Missing and 2 partials ⚠️
beacon/blockchain/finalize_block.go 38.46% 6 Missing and 2 partials ⚠️
cli/commands/deposit/validate.go 0.00% 8 Missing ⚠️
cli/commands/genesis/root.go 0.00% 7 Missing ⚠️
cli/commands/deposit/create.go 0.00% 6 Missing ⚠️
cli/commands/genesis/deposit.go 0.00% 6 Missing ⚠️
cli/commands/genesis/payload.go 0.00% 6 Missing ⚠️
beacon/blockchain/payload.go 28.57% 5 Missing ⚠️
... and 12 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2636      +/-   ##
==========================================
- Coverage   58.68%   58.27%   -0.42%     
==========================================
  Files         349      349              
  Lines       15656    15829     +173     
  Branches       20       20              
==========================================
+ Hits         9188     9224      +36     
- Misses       5763     5896     +133     
- Partials      705      709       +4     
Files with missing lines Coverage Δ
beacon/blockchain/execution_engine.go 55.00% <100.00%> (-4.10%) ⬇️
chain/helpers.go 100.00% <100.00%> (ø)
chain/spec.go 67.61% <100.00%> (+1.90%) ⬆️
cmd/beacond/defaults.go 0.00% <ø> (ø)
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/types/consensus_block.go 100.00% <100.00%> (ø)
engine-primitives/engine-primitives/attributes.go 100.00% <100.00%> (ø)
payload/attributes/factory.go 69.44% <100.00%> (ø)
... and 26 more

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.