You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
Node 12 has a problem with keccak package. This problem has been solved since keccak@2.1.0 version. There are packages dependent on old version of keccak, e.g. ethereumjs-util under 6.2.0 version.
ethereumjs-util@6.2.0 has already updated keccak dependency and it works fine with Node 12.
genache-cli depends on ethereumjs-util@6.1.0 package.
* Update ethereumjs-util to v6.2.0
Addresses #717
* Update Transaction to prefix empty string with 0x
* Update test to use valid 0x prefixed hex value
* Add extra protection for util.buffer strings
Node 12 has a problem with keccak package. This problem has been solved since keccak@2.1.0 version. There are packages dependent on old version of keccak, e.g. ethereumjs-util under 6.2.0 version.
ethereumjs-util@6.2.0 has already updated keccak dependency and it works fine with Node 12.
genache-cli depends on ethereumjs-util@6.1.0 package.
Solution
Update ethereumjs-util to 6.2.0 version.
Your Environment
The text was updated successfully, but these errors were encountered: