Skip to content

Commit f722fc6

Browse files
authored
eip7732: add process execution payload header tests (#4457)
1 parent 72994bc commit f722fc6

File tree

5 files changed

+855
-0
lines changed

5 files changed

+855
-0
lines changed

tests/core/pyspec/eth2spec/test/context.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
CAPELLA,
2020
DENEB,
2121
EIP7441,
22+
EIP7732,
2223
EIP7805,
2324
ELECTRA,
2425
FULU,
@@ -649,6 +650,7 @@ def wrapper(*args, spec: Spec, **kw):
649650
with_electra_and_later = with_all_phases_from(ELECTRA)
650651
with_fulu_and_later = with_all_phases_from(FULU, all_phases=ALLOWED_TEST_RUNNER_FORKS)
651652
with_eip7441_and_later = with_all_phases_from(EIP7441, all_phases=ALLOWED_TEST_RUNNER_FORKS)
653+
with_eip7732_and_later = with_all_phases_from(EIP7732, all_phases=ALLOWED_TEST_RUNNER_FORKS)
652654
with_eip7805_and_later = with_all_phases_from(EIP7805, all_phases=ALLOWED_TEST_RUNNER_FORKS)
653655

654656

tests/core/pyspec/eth2spec/test/eip7732/__init__.py

Whitespace-only changes.

tests/core/pyspec/eth2spec/test/eip7732/block_processing/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)