@@ -391,21 +391,18 @@ jobs:
391391 steps :
392392 - build
393393 - download_execution_spec_tests :
394- release : eip7692@v2.1 .0
394+ release : eip7692@v2.2 .0
395395 fixtures_suffix : eip7692
396396 - run :
397397 name : " EOF pre-release execution spec tests (state_tests)"
398398 working_directory : ~/build
399399 command : >
400400 bin/evmone-statetest ~/spec-tests/fixtures/state_tests/osaka
401- # TODO: EOF blockchain tests are not yet compatible with pectra-devnet-5.
402- # - run:
403- # name: "EOF pre-release execution spec tests (blockchain_tests)"
404- # working_directory: ~/build
405- # command: >
406- # bin/evmone-blockchaintest
407- # --gtest_filter='-eofwrap/*'
408- # ~/spec-tests/fixtures/blockchain_tests/osaka
401+ - run :
402+ name : " EOF pre-release execution spec tests (blockchain_tests)"
403+ working_directory : ~/build
404+ command : >
405+ bin/evmone-blockchaintest ~/spec-tests/fixtures/blockchain_tests/osaka
409406 - run :
410407 name : " EOF pre-release execution spec tests (eof_tests)"
411408 working_directory : ~/build
@@ -422,8 +419,7 @@ jobs:
422419 steps :
423420 - build
424421 - download_execution_tests :
425- # Latest commit from the main "develop" branch of ethereum/tests.
426- commit : 4c87ebbf024a3e9ec842bcce90564f629a3bcd82
422+ rev : v16.0
427423 - run :
428424 name : " State tests"
429425 working_directory : ~/build
@@ -467,7 +463,7 @@ jobs:
467463 command : sudo apt-get -q update && sudo apt-get -qy install libgmp-dev
468464 - build
469465 - download_execution_tests :
470- rev : v14.1
466+ rev : v16.0
471467 legacy : false
472468 - run :
473469 name : " State tests"
0 commit comments