From 1781c5a75539e499dc5288246b22d06853f6b54f Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 28 Jan 2025 12:30:53 +1100 Subject: [PATCH] Update to EF tests v1.5.0-beta.1 (#6871) No substantial changes in v1.5.0-beta.1, this PR just updates the tests. The optimisation described in this PR is already implemented in our single-pass epoch processing: - https://github.com/ethereum/consensus-specs/pull/4081 --- 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 7108e3e8f6..7b507f8c50 100644 --- a/testing/ef_tests/Makefile +++ b/testing/ef_tests/Makefile @@ -1,4 +1,4 @@ -TESTS_TAG := v1.5.0-beta.0 +TESTS_TAG := v1.5.0-beta.1 TESTS = general minimal mainnet TARBALLS = $(patsubst %,%-$(TESTS_TAG).tar.gz,$(TESTS))