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

Commit

Permalink
improvement: bump ethereumjs-wallet (#424)
Browse files Browse the repository at this point in the history
This pull-request upgrades `ethereumjs-wallet`, which has upgraded the underlying dependency on scrypt.js to 0.3.0, making scrypt an optional dependency and offering a pure JS version as a fallback.

The reasoning behind this is that scrypt is problematic to install in some systems, particularly those that don't have node-gyp setup and we have seen some weird issues when installing with elevated privileges (i.e. `sudo npm install -g scrypt`)

This change would also require following up with bumping all dependencies on `ganache-core` to use the latest version too, which I can do as well.
  • Loading branch information
André Medeiros authored and davidmurdoch committed May 8, 2019
1 parent 5f9537c commit cba1666
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 230 deletions.
Loading

0 comments on commit cba1666

Please sign in to comment.