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

Upgrade crypto deps #81

Merged
merged 7 commits into from
Sep 29, 2020
Merged

Upgrade crypto deps #81

merged 7 commits into from
Sep 29, 2020

Conversation

ryanio
Copy link
Contributor

@ryanio ryanio commented Aug 6, 2020

This PR upgrades:

  1. scrypt to scrypt-js for a pure js implementation (simplifies some code)
  2. keccak from 1.4.0 to 3.1.0 for node 12 and n-api support
  3. secp256k1 from 3.5.0 to 4.0.2 for node 12 and n-api support
  4. travis ci node versions from [4, 5, 6, 7, 8] to [8, 10, 12, 13, 14]
  5. uglify-js to terser (build was having some trouble with es6 in node_modules)
  6. browserify from 16.2.2 to 16.5.2 for misc. bug fixes and upgrades.

Fixes #79

@tinybike tinybike merged commit 5c3ee93 into master Sep 29, 2020
@tinybike tinybike deleted the upgrade-crypto-deps branch September 29, 2020 00:16
@holgerd77 holgerd77 mentioned this pull request Oct 7, 2020
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.

Fails to install on node 12
4 participants