-
Notifications
You must be signed in to change notification settings - Fork 1k
Re-enable Fulu execution_payload tests #7547
Copy link
Copy link
Closed
Labels
consensusAn issue/PR that touches consensus code, such as state_processing or block verification.An issue/PR that touches consensus code, such as state_processing or block verification.dasData Availability SamplingData Availability SamplingfuluRequired for the upcoming Fulu hard forkRequired for the upcoming Fulu hard forkspec_changeA change related to the Eth2 specA change related to the Eth2 spec
Metadata
Metadata
Assignees
Labels
consensusAn issue/PR that touches consensus code, such as state_processing or block verification.An issue/PR that touches consensus code, such as state_processing or block verification.dasData Availability SamplingData Availability SamplingfuluRequired for the upcoming Fulu hard forkRequired for the upcoming Fulu hard forkspec_changeA change related to the Eth2 specA change related to the Eth2 spec
Type
Fields
Give feedbackNo fields configured for issues without a type.
When spec v1.6.0-alpha.1 is released we need to re-enable the tests disabled by this PR:
The issue is that we are currently ahead of the spec release v1.6.0-alpha.0, but up to date with
devanddevnet-0:lighthouse/consensus/types/src/chain_spec.rs
Lines 656 to 659 in cd83d8d
We can remove that comment as well when making this change.
The main thing to remove is the skipped known failure:
lighthouse/testing/ef_tests/src/cases/operations.rs
Lines 577 to 586 in d86233d