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

Removes ethereumjs-util and keccak dependencies. #357

Merged
merged 1 commit into from
Jul 4, 2019

Commits on Jul 4, 2019

  1. Removes ethereumjs-util and keccak dependencies.

    Replaces both with `js-sha3`.  `ethereumjs-util` and `keccak` NPM packages both have native bindings in their dependency tree which means they depend on node-gyp along the way.  `js-sha3` on the other hand is a native implementation of the sha3 family of hashing functions, which relieves a number of `node-gyp` and native binding related issues.
    MicahZoltu authored and axic committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    f441441 View commit details
    Browse the repository at this point in the history