-
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
go: Remove dependencies on go-ethereum #513
Conversation
@mandrigin @chfast Should Also Any reason for this layout? Maybe not worth addressing these in this PR, but could be kept in mind for the future. Lastly the commit message has a typo "Lenght" vs "Length". |
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!
|
This introduces evmc.Address and evmc.Hash types as a replacement of using ones from go-ethereum/common.
Argh just noticed, couldn't these things be removed from CI: https://github.com/ethereum/evmc/pull/486/files#diff-180360612c6b8c4ed830919bbb4dd459L41 |
What do you mean? |
Never mind, this PR did remove those lines. |
Continuation of #499.
I added a change not to define
{address,hash}Length
constants. To me this looks fine.Because of the change I would just move the
Address
andHash
types toevmc.go
.