-
Notifications
You must be signed in to change notification settings - Fork 323
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
Fix returndatacopy_after_failing_delegatecallFiller #1420
base: develop
Are you sure you want to change the base?
Conversation
rebase |
or can just plain convert it into pyspecs |
@@ -8,12 +8,6 @@ | |||
"currentTimestamp" : "0x03e8" | |||
}, | |||
"pre" : { | |||
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was this account for and why have you removed it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the test apparently had a typo. and was calling this empty account instead of account with the actual code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand the main bug, but not sure why this account was in the test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copy paste error. the test was not doing anything
This also affects legacy tests. |
@@ -8,12 +8,6 @@ | |||
"currentTimestamp" : "0x03e8" | |||
}, | |||
"pre" : { | |||
"0x0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { | |||
"balance": "0x100000", | |||
"code": "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so I think here would have been the call to 100...1 which fails. and then sstore[1] = 1 to indicate that the test worked
|
Fixes #1417