Skip to content

Releases: BitilWallet/bitcoiniljs-lib

6.0.1

15 Dec 02:12

Choose a tag to compare

v6.0.1

6.0.1 Support BitcoinIL

5.2.0

19 Nov 05:33

Choose a tag to compare

changed

  • Updated PSBT to allow for witnessUtxo and nonWitnessUtxo simultaneously (Re: segwit psbt bug) (bitcoinjs#1563)

added

  • PSBT methods getInputType, inputHasPubkey, inputHasHDKey, outputHasPubkey, outputHasHDKey (bitcoinjs#1563)

6.0.0

17 Nov 02:32

Choose a tag to compare

removed

  • bip32: Removed the re-export. Please add as dependency to your app instead.
  • ECPair: Please use bip32 moving forward. ecpair package was created for those who need it.
  • TransactionBuilder: Any internal files used only in TB (classify, templates, etc.) were also removed.

added

  • taproot segwit v1 address support (bech32m) via address module (bitcoinjs#1676)
  • hashForWitnessV1 method on Transaction class (bitcoinjs#1745)

fixed