Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix statemanager empty code bug (#3483)
* common/tx: implement EIP7702 * tx: add 7702 cap and update authority checks * vm: add 7702 support * tx: add 7702 tests * client: fix build * evm: support 7702 * vm: add basic 7702 test and fix decoding auth list * vm: add specific eip-161 test * vm: bump 7702 test coverage with one passing test * vm: add more 7702 tests * vm: add extra 7702 tests * tx: address feedback * vm: address review * vm: add 7702 test to check for empty code (fails) * vm: fix 7702 empty code clearing * add 7702 type to tx factory constructors * add 7702 test to runBlock test * vm: comment 7702 test * stateManager: fix bug by putting empty code on an existing account * vm: 7702: remove modifyAccountFields * vm: remove .only from runBlock test * vm: remove runBlock .only --------- Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> Co-authored-by: Scotty <66335769+ScottyPoi@users.noreply.github.com>
- Loading branch information