-
Notifications
You must be signed in to change notification settings - Fork 269
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
Error using create2
and solc optimizer off
#589
Comments
So far, there are two known cases where people have discovered code which only compiles with the optimizer on.
Oh! Could you provide some more details to help reproduce the problem?
[EDIT - I've retitled this issue to reflect the reported problem] |
create2
and solc optimizer off
I just found the cause of the issue. I have fixed the issue overriding the gas estimate. |
Oh great! That's good to hear. The extra gas needed is often really confusing, sorry about that. |
Stack
I am looking for a clue on where to look at, my tests are working using tests, when I use coverage I am having some issues.
Can some code that has some issues but the optimizer fixes ?
I have narrow down the issue and it looks like the create2 function isn't behaving the say way.
The text was updated successfully, but these errors were encountered: