Closed chfast closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.29%. Comparing base (
bf6c91d
) to head (fb42b74
). Report is 1 commits behind head on master.
LGTM. 2 points:
* don't we prefer to rely on EEST for that? * if not, then for completeness we should have a test for eof creation tx too?
ethereum/tests have this covered, I just need a local test because I plan to rework the feature. The EOF context: this is one of the 100s EVM features we may want to test from EOF.
LGTM. 2 points:
* don't we prefer to rely on EEST for that? * if not, then for completeness we should have a test for eof creation tx too?
ethereum/tests have this covered, I just need a local test because I plan to rework the feature. The EOF context: this is one of the 100s EVM features we may want to test from EOF.
Add tests for EIP-7610 behavior: create address colliding with an account having non-empty storage should fail.