trufflesuite / truffle-hdwallet-provider

HD Wallet-enabled Web3 provider
MIT License
399 stars 167 forks source link

Remove native dependency #108

Open nebojsa94 opened 4 years ago

nebojsa94 commented 4 years ago

This PR removes bip39 package and instead uses js-ethereum-cryptography

alcuadrado commented 4 years ago

While we understand that this version of the package has been deprecated for some time, it's still frequently used. Can you please make an exception here and release a minor/patch version, @gnidan? 🙏

The problem is that if a single (popular) dependency installs a native module that requires recompilation, users without a proper setup (i.e. most new users) will run into problems.

Thanks!