From fa64c8cb618755477481296ab6f530b9239b9bec Mon Sep 17 00:00:00 2001 From: Pawan Dhananjay Date: Mon, 31 Mar 2025 15:15:12 -0700 Subject: [PATCH 1/2] Update consensus tests --- testing/ef_tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/ef_tests/Makefile b/testing/ef_tests/Makefile index c32a670e9a8..c3a56ec11a0 100644 --- a/testing/ef_tests/Makefile +++ b/testing/ef_tests/Makefile @@ -1,4 +1,4 @@ -TESTS_TAG := v1.5.0-beta.2 +TESTS_TAG := v1.5.0-beta.4 TESTS = general minimal mainnet TARBALLS = $(patsubst %,%-$(TESTS_TAG).tar.gz,$(TESTS)) From cc22aefd4e8b4e7d550b94b48d8673a99d1f226e Mon Sep 17 00:00:00 2001 From: Pawan Dhananjay Date: Mon, 31 Mar 2025 15:34:43 -0700 Subject: [PATCH 2/2] Exclude eip tests --- testing/ef_tests/check_all_files_accessed.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/ef_tests/check_all_files_accessed.py b/testing/ef_tests/check_all_files_accessed.py index 4e744b797a5..3aeff8ce068 100755 --- a/testing/ef_tests/check_all_files_accessed.py +++ b/testing/ef_tests/check_all_files_accessed.py @@ -50,6 +50,8 @@ # TODO(das): Fulu tests are ignored for now "tests/.*/fulu", "tests/.*/fulu/ssz_static/MatrixEntry", + "tests/.*/eip7441", + "tests/.*/eip7732", ]