-
Notifications
You must be signed in to change notification settings - Fork 31
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
VM: If a create call fails due to insufficient gas, it should return status=false #186
Labels
discussion
Requires discussion
Comments
Could you reproduce this with a unit test? |
Yes. Incoming |
orogvany
added a commit
to orogvany/semux-core
that referenced
this issue
Jul 4, 2019
the transaction is marked as successful create, but it was not stored and contract not returned in return data.
orogvany
changed the title
If a create call fails due to insufficient gas, it should return status=false
VM: If a create call fails due to insufficient gas, it should return status=false
Jul 4, 2019
For posterity sake,
Will leave issue open, but remove bug tag. May revisit if it becomes an issue. |
orogvany
added
discussion
Requires discussion
and removed
bug
Something isn't working
labels
Jul 5, 2019
See #229 |
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently create a new contract, and it fails due to insufficient gas, but the status is success.
This seems off.
The text was updated successfully, but these errors were encountered: