-
Notifications
You must be signed in to change notification settings - Fork 310
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
Implement higher-level result handling in EVMC Rust bindings #202
Conversation
5fe308f
to
57abc74
Compare
ebe4596
to
8c6a7ce
Compare
I think this should have two use cases:
For case 1) the VM will have a status code, data, gas left (and if it is a create - an address). I suggest we have a constructor for this case. For case 2) we have a raw |
If you may, prefix you commits with |
Didn't we agree that the |
@axic Is this good for merge? |
Add it to CHANGELOG if there is anything to mention. You can push new CHANGELOG entry to master if convenient. |
This code on its own is not that useful yet. Will add it to the changelog once we get #223 finished and merged. |
Part of #168.