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

Version 1.8.0

Compare
Choose a tag to compare
@OttoAllmendinger OttoAllmendinger released this 14 Jan 21:36
· 58 commits to master since this release
1.8.0
db1f95a

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.