This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
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.