You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new(tests): EIP-7702 - Set EOA account code for one transaction (Devnet-1) (#621)
* feat(fw): Add type-4 transaction and authorization tuple type
* new(tests): Add EIP-7702 folder, first test
* tests: create contract
* new(tests): more 7702 tests
* new(tests): EIP-7702
* new(tests): EIP-7702
* typo
* fix(fw): minor refactor
* new(tests): parametrize sanity test with and without balance
* fix(tests): fixes
* fix(fw): nonce field in the auth tuple
* fix(tests): fix some of the tests
* fix(tests): test fixes and skips
* fix(test): skip
* fix(specs): output the authorization list to the fixture
* nit
* more tests
* fix(fw): State test type-4 fix
* fix(fw): Transaction type checks
* fix(fixtures): Fixture transaciton type-4 test
* fix(base_types): Storage methods
* fix(tests): storage method usage
* changelog
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ Test fixtures for use by clients are available for each release on the [Github r
29
29
- ✨ Add tests for subcontainer kind validation from [EIP-7620: EOF Contract Creation](https://eips.ethereum.org/EIPS/eip-7620) for the cases with deeply nested containers and non-first code sections ([#676](https://github.com/ethereum/execution-spec-tests/pull/676)).
30
30
- ✨ Add tests for runtime stack overflow at CALLF instruction from [EIP-4750: EOF - Functions](https://eips.ethereum.org/EIPS/eip-4750) ([#678](https://github.com/ethereum/execution-spec-tests/pull/678)).
31
31
- ✨ Add tests for runtime stack overflow at JUMPF instruction from [EIP-6206: EOF - JUMPF and non-returning functions](https://eips.ethereum.org/EIPS/eip-6206) ([#690](https://github.com/ethereum/execution-spec-tests/pull/690)).
32
+
- ✨ Add tests for Devnet-1 version of [EIP-7702: Set EOA account code](https://eips.ethereum.org/EIPS/eip-7702) ([#621](https://github.com/ethereum/execution-spec-tests/pull/621))
0 commit comments