This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Installing dependencies on newer Macs does not seem to work due to a failure in compiling the `scrypt` library. This library is indirectly brought in via `ganache-core`. The following dependency tree looks like: ganache-core ethereumjs-wallet scrypt.js scrypt This commit upgrades `ganache-core` from 2.10.2 to 2.13.2 and upgrades `ethereumjs-wallet` from 0.6.3 to 0.6.5. The new version of `ethereumjs-wallet` replaces `scrypt.js` with `scryptsy`, which does not rely on `scrypt`, but provides a pure-JS implementation. The new dependency tree now looks like: ganache-core ethereumjs-wallet scryptsy
- Loading branch information