Skip to content

Commit ccb249c

Browse files
gurukamathSamWilsn
authored andcommitted
run latest prague tests
1 parent 951fc43 commit ccb249c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

tests/helpers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"latest_fork_tests": {
1919
"url": "https://github.com/gurukamath/latest_fork_tests.git",
20-
"commit_hash": "aec85b9",
20+
"commit_hash": "e7ccbb6",
2121
"fixture_path": "tests/fixtures/latest_fork_tests",
2222
},
2323
}

tests/prague/test_evm_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
test_dirs = (
3838
"tests/fixtures/latest_fork_tests/state_tests/prague/eip2537_bls_12_381_precompiles",
3939
"tests/fixtures/latest_fork_tests/state_tests/prague/eip7702_set_code_tx",
40+
"tests/fixtures/latest_fork_tests/state_tests/prague/eip7623_increase_calldata_cost",
4041
)
4142

4243
IGNORE_TESTS = ()

tests/prague/test_state_transition.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"tests/prague/eip2537_bls_12_381_precompiles/test_bls12_pairing\\.py\\:\\:test_valid\\[fork_Prague-blockchain_test-bls_pairing_e\\(aG1,bG2\\)=e\\(G1,abG2\\)-\\]",
5353
"tests/prague/eip2537_bls_12_381_precompiles/test_bls12_pairing\\.py\\:\\:test_valid\\[fork_Prague-blockchain_test-inf_pair-\\]",
5454
"tests/prague/eip2537_bls_12_381_precompiles/test_bls12_pairing\\.py\\:\\:test_valid\\[fork_Prague-blockchain_test-multi_inf_pair-\\]",
55+
"tests/prague/eip2935_historical_block_hashes_from_state/test_block_hashes\\.py\\:\\:test_block_hashes_history\\[fork_Prague-blockchain_test-full_history_plus_one_check_blockhash_first\\]",
5556
)
5657

5758
# These are tests that are considered to be incorrect,
@@ -107,6 +108,7 @@
107108
"tests/fixtures/latest_fork_tests/blockchain_tests/prague/eip2537_bls_12_381_precompiles",
108109
"tests/fixtures/latest_fork_tests/blockchain_tests/prague/eip2935_historical_block_hashes_from_state",
109110
"tests/fixtures/latest_fork_tests/blockchain_tests/prague/eip7702_set_code_tx",
111+
"tests/fixtures/latest_fork_tests/blockchain_tests/prague/eip7623_increase_calldata_cost",
110112
)
111113

112114

0 commit comments

Comments
 (0)