Skip to content

Commit

Permalink
Run EEST tests for EIP-7702 on CI
Browse files Browse the repository at this point in the history
Add required MODEXP stub value
  • Loading branch information
gumb0 committed Jan 31, 2025
1 parent dadab11 commit a24c48b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,14 +373,13 @@ jobs:
working_directory: ~/spec-tests/fixtures/state_tests
command: >
~/build/bin/evmone-statetest ~/spec-tests/fixtures/state_tests
--gtest_filter='-*eip7702*'
- run:
name: "Execution spec tests (develop, blockchain_tests)"
# Tests for in-development EVM revision currently passing.
working_directory: ~/spec-tests/fixtures/blockchain_tests
command: >
~/build/bin/evmone-blockchaintest ~/spec-tests/fixtures/blockchain_tests
--gtest_filter='-*block_hashes.block_hashes_history:*eip7702*:*eip7623*'
--gtest_filter='-*block_hashes.block_hashes_history'
- collect_coverage_gcc
- upload_coverage:
flags: execution_spec_tests
Expand Down
1 change: 1 addition & 0 deletions test/state/precompiles_stubs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ ExecutionResult expmod_stub(
"0000000000000000000000000000000000000000000000000000000000000000"_hex},
{0xd09419104ce1c64b6a06bcf063e98c2c91ad9e1beaf98b21c9d4734b4a3c9956_bytes32,
"0000000000000000000000000000000000000000000000000000000000000000"_hex},
{0xd397b3b043d87fcd6fad1291ff0bfd16401c274896d8c63a923727f077b8e0b5_bytes32, ""_hex},
{0xd6c0c03ec1f713b63be3d39b4fa8ef082b3407adc29baf74669fd2a574c638ac_bytes32, "01"_hex},
{0xd837f9dcf93155fe558c02c7a660edc0cd238a8b8f95ee6b68e4a5c6a41fc70a_bytes32,
"0000000000000000000000000000000000000000000000000000000000000001"_hex},
Expand Down

0 comments on commit a24c48b

Please sign in to comment.