Skip to content
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

ethash: fix undefined Sha3Hash function #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mkrufky
Copy link

@mkrufky mkrufky commented Aug 5, 2019

The Sha3Hash function was removed from go-ethereum in the 1.6.x series:

commit 72dd51e25a5c1553a5a7fc5f0fb84fbe3546682f
Author: Péter Szilágyi [email protected]
Date: Thu Jun 1 10:24:40 2017 +0300

Now we can just call crypto.Keccak256Hash directly.

This unblocks the ability to build a dApp using the latest go-ethereum in golang, without encountering duplicated symbol errors. Please merge.

The `Sha3Hash` function was removed from go-ethereum in the 1.6.x series:

commit 72dd51e25a5c1553a5a7fc5f0fb84fbe3546682f
Author: Péter Szilágyi <[email protected]>
Date:   Thu Jun 1 10:24:40 2017 +0300

Now we can just call `crypto.Keccak256Hash` directly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants