Skip to content

Commit 6836408

Browse files
committed
eip7732: add test suite for process_withdrawals block processing
1 parent b0d8437 commit 6836408

File tree

4 files changed

+485
-0
lines changed

4 files changed

+485
-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,
@@ -639,6 +640,7 @@ def wrapper(*args, spec: Spec, **kw):
639640
with_electra_and_later = with_all_phases_from(ELECTRA)
640641
with_fulu_and_later = with_all_phases_from(FULU, all_phases=ALLOWED_TEST_RUNNER_FORKS)
641642
with_eip7441_and_later = with_all_phases_from(EIP7441, all_phases=ALLOWED_TEST_RUNNER_FORKS)
643+
with_eip7732_and_later = with_all_phases_from(EIP7732, all_phases=ALLOWED_TEST_RUNNER_FORKS)
642644
with_eip7805_and_later = with_all_phases_from(EIP7805, all_phases=ALLOWED_TEST_RUNNER_FORKS)
643645

644646

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)