This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
Releases: BitGo/bitgo-utxo-lib
Releases · BitGo/bitgo-utxo-lib
Version 1.7.1
- Backported release of support for ZEC Heartwood Network update
Version 1.8.0
- Add src/bitgo/keyutil (1bfd335)
- ECPair: simplify
fromPrivateKeyBuffer
(288f662) - ECPair: simplify
getPublicKeyBuffer
(fdf2d22), closes /github.com/cryptocoinjs/bigi/blob/cb7026/lib/convert.js#L77 - src/coins.js: add getMainnet/getTestnet (8ddc032)
- src/coins.js: add isDash to isValidNetwork (4827e8a)
- src/coins.js: isValidCoin -> isValidNetwork (9556784)
Deprecation Notice: ECPair functions
Commit (1bfd335) adds deprecation notices for two custom ECPair
functions which are not present in upstream bitcoinjs-lib:
ECPair.fromPrivateKeyBuffer
: useutxolib.bitgo.keyutil.privateKeyBufferToECPair
insteadECPair.prototype.getPrivateKeyBuffer
: useutxolib.bitgo.keyutil.privateKeyBufferFromECPair
instead
These methods will be removed in a future major version.
support ripemd160
Fall back to ripemd160 if rmd160 is not supported