From 0157e723b9370d0da1e89ca6d82c86a48b13b0a9 Mon Sep 17 00:00:00 2001 From: Guruprasad Kamath Date: Sat, 31 Aug 2024 07:16:12 +0200 Subject: [PATCH] run latest tests --- tests/helpers/__init__.py | 2 +- tests/prague/test_evm_tools.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/helpers/__init__.py b/tests/helpers/__init__.py index 17339cd1d7..123d65b000 100644 --- a/tests/helpers/__init__.py +++ b/tests/helpers/__init__.py @@ -17,7 +17,7 @@ }, "latest_fork_tests": { "url": "https://github.com/gurukamath/latest_fork_tests.git", - "commit_hash": "a4b6469", + "commit_hash": "0a8ce60", "fixture_path": "tests/fixtures/latest_fork_tests", }, } diff --git a/tests/prague/test_evm_tools.py b/tests/prague/test_evm_tools.py index 4b9b7ce5d4..5511360e80 100644 --- a/tests/prague/test_evm_tools.py +++ b/tests/prague/test_evm_tools.py @@ -36,6 +36,7 @@ test_dirs = ( "tests/fixtures/latest_fork_tests/state_tests/prague/eip2537_bls_12_381_precompiles", + "tests/fixtures/latest_fork_tests/state_tests/prague/eip7692_eof_v1", )