Skip to content

Commit

Permalink
Update to EF tests v1.5.0-beta.1 (#6871)
Browse files Browse the repository at this point in the history
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:

- ethereum/consensus-specs#4081
  • Loading branch information
michaelsproul authored Jan 28, 2025
1 parent a1b7d61 commit 1781c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/ef_tests/Makefile
Original file line number Diff line number Diff line change
@@ -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))

Expand Down

0 comments on commit 1781c5a

Please sign in to comment.