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

ethash: fix undefined Sha3Hash function#119

Open
mkrufky wants to merge 1 commit into
ethereum:masterfrom
mkrufky:sha3hash
Open

ethash: fix undefined Sha3Hash function#119
mkrufky wants to merge 1 commit into
ethereum:masterfrom
mkrufky:sha3hash

Conversation

@mkrufky

@mkrufky mkrufky commented Aug 5, 2019

Copy link
Copy Markdown

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

commit 72dd51e25a5c1553a5a7fc5f0fb84fbe3546682f
Author: Péter Szilágyi peterke@gmail.com
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 <peterke@gmail.com>
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