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

Releases: BitGo/bitgo-utxo-lib

Version 1.7.1

16 Jul 06:27
7854e68
Compare
Choose a tag to compare
  • Backported release of support for ZEC Heartwood Network update

Version 1.8.0

14 Jan 21:36
1.8.0
db1f95a
Compare
Choose a tag to compare

Deprecation Notice: ECPair functions

Commit (1bfd335) adds deprecation notices for two custom ECPair functions which are not present in upstream bitcoinjs-lib:

  • ECPair.fromPrivateKeyBuffer: use utxolib.bitgo.keyutil.privateKeyBufferToECPair instead
  • ECPair.prototype.getPrivateKeyBuffer: use utxolib.bitgo.keyutil.privateKeyBufferFromECPair instead

These methods will be removed in a future major version.

support ripemd160

15 Mar 22:22
Compare
Choose a tag to compare

Fall back to ripemd160 if rmd160 is not supported