2.2.0
New features
- Added conversion from & to 128-byte xprv (#69 )
Breaking changes
- Removed the
BigNum#new
andBigNum#unwrap
that handled JavascriptBigInt
directly. These functions caused problems on all build platforms that don't support JSBigInt
yet (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)