Skip to content

Commit

Permalink
Fix EIP-7702 state test by adding new modexp stub return
Browse files Browse the repository at this point in the history
  • Loading branch information
gumb0 committed Jan 27, 2025
1 parent ab37898 commit dcc4df1
Showing 1 changed file with 1 addition and 0 deletions.
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 dcc4df1

Please sign in to comment.