Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more tests for EXTCODEHASH of "empty" #652

Closed
chfast opened this issue Nov 5, 2019 · 1 comment · Fixed by #654
Closed

Add more tests for EXTCODEHASH of "empty" #652

chfast opened this issue Nov 5, 2019 · 1 comment · Fixed by #654

Comments

@chfast
Copy link
Contributor

chfast commented Nov 5, 2019

Related to ethereum/EIPs#2144.

Test cases

  1. CALL an nonexistent account, then get EXTCODEHASH of it.
  2. CREATE empty account, then get EXTCODEHASH of it.
  3. CALL an account which will SELFDESTRUCT, then get EXTCODEHASH of it.
@winsvega
Copy link
Collaborator

winsvega commented Nov 8, 2019

@chfast check the tests
429716a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants