ethereum / execution-spec-tests

A Python framework and collection of test cases to generate test vectors for Ethereum execution clients
https://ethereum.github.io/execution-spec-tests
MIT License
105 stars 72 forks source link

new(tests): EIP-7702 - Set EOA account code for one transaction (Devnet-1) #621

Closed marioevz closed 2 months ago

marioevz commented 3 months ago

🗒️ Description

Devnet-1 version of tests for EIP-7702.

Must be followed up with PR to update for devnet-2 and after, addressing the following spec changes: https://github.com/ethereum/EIPs/pull/8677 https://github.com/ethereum/EIPs/pull/8679 https://github.com/ethereum/EIPs/pull/8686

🔗 Related Issues

None

✅ Checklist

marioevz commented 2 months ago

Created an issue to update the tests for devnet-2: https://github.com/ethereum/execution-spec-tests/issues/703

We can merge as is now.