-
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
Support for EXTCODEHASH #49
Conversation
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.
Looks good to me. Too bad this wasn't merged the same time as create2 so we didn't need to bump ABI again.
@axic I've fixed the tests and updated the instrucrtions lib, you might want to take another look |
@@ -16,13 +16,6 @@ struct evmc_uint256be balance(struct evmc_context* context, const struct evmc_ad | |||
return ret; | |||
} | |||
|
|||
struct evmc_address address(struct evmc_context* context) |
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.
Ah this wasn't used anymore?
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.
Right.
It still looks good to me. |
Looks good. But we can drop |
I think it is fine to keep, because the hashing would be an extra unneeded step if |
We could make it optional saying if it is not implemented, |
No description provided.