Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants