-
Notifications
You must be signed in to change notification settings - Fork 25
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
Invalid implementation of ToyAccount.isStorageEmpty()
#998
Labels
bug
Something isn't working
Comments
Unfortunately, this is now exposing a secondary problem (similar to that seen in #900). For example, for the block
Potentially fixes in #982 might help here --- to investigate. |
DavePearce
added a commit
that referenced
this issue
Aug 28, 2024
DavePearce
added a commit
that referenced
this issue
Aug 28, 2024
DavePearce
added a commit
that referenced
this issue
Aug 28, 2024
DavePearce
added a commit
that referenced
this issue
Aug 28, 2024
DavePearce
added a commit
that referenced
this issue
Aug 28, 2024
DavePearce
added a commit
that referenced
this issue
Aug 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(see also #877 and #953)
Currently, the implementation of
ToyAccount.isStorageEmpty()
is:This is invalid and causes problems whenever a contract creation occurs. Instead, it should be (as the comment suggests):
The text was updated successfully, but these errors were encountered: