New features
- Added conversion from & to 128-byte xprv (#69 )
Breaking changes
- Removed the
BigNum#newandBigNum#unwrapthat handled JavascriptBigIntdirectly. These functions caused problems on all build platforms that don't support JSBigIntyet (which is almost everything)
Chore
- Removed dependency on chain-libs. The code we need from it is instead inlined into the repository.
- Package is now available as an asm.js package for platforms that don't support WebAssembly (old devices mostly)