Skip to content

2.2.0

Compare
Choose a tag to compare
@SebastienGllmt SebastienGllmt released this 28 Aug 17:49
· 1441 commits to master since this release

New features

  • Added conversion from & to 128-byte xprv (#69 )

Breaking changes

  • Removed the BigNum#new and BigNum#unwrap that handled Javascript BigInt directly. These functions caused problems on all build platforms that don't support JS BigInt 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)