Enable light client data test generation for Electra

This commit is contained in:
Etan Kissling 2024-06-21 14:49:33 +02:00
parent 67a053d6ce
commit 835576a47c
No known key found for this signature in database
GPG Key ID: B21DA824C5A3D03D

View File

@ -39,7 +39,7 @@ ALL_PHASES = (
EIP7594, EIP7594,
) )
# The forks that have light client specs # The forks that have light client specs
LIGHT_CLIENT_TESTING_FORKS = (*[item for item in MAINNET_FORKS if item != PHASE0],) LIGHT_CLIENT_TESTING_FORKS = (*[item for item in MAINNET_FORKS if item != PHASE0], ELECTRA)
# The forks that output to the test vectors. # The forks that output to the test vectors.
TESTGEN_FORKS = (*MAINNET_FORKS, ELECTRA, EIP7594, WHISK) TESTGEN_FORKS = (*MAINNET_FORKS, ELECTRA, EIP7594, WHISK)
# Forks allowed in the test runner `--fork` flag, to fail fast in case of typos # Forks allowed in the test runner `--fork` flag, to fail fast in case of typos