-
Notifications
You must be signed in to change notification settings - Fork 334
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 selfdestruct test cases #431
Comments
|
Solidity assumes the output is used after EIP150, so its output does not work for Homestead and Frontier. |
Add a test filler for the first case of ethereum#431 (comment)
|
That was just because Solidity's output doesn't work before EIP150, adn EIP158 changed the behavior of zero-transfer. |
This is the second case of ethereum#431 . The filler file contains a more detailed comment.
This is the second case of ethereum#431 . The filler file contains a more detailed comment.
Added in PR #764 |
The Solidity self destruct tests, as requested in #431
Add these 3 test cases. They are HF independent, except for pricing. Use optimized runtime code from solidity.
The text was updated successfully, but these errors were encountered: