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
This commit is contained in:
Michael Sproul
2025-01-28 12:30:53 +11:00
committed by GitHub
parent a1b7d616b4
commit 1781c5a755

View File

@@ -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))