Releases: BitilWallet/bitcoiniljs-lib
Releases · BitilWallet/bitcoiniljs-lib
6.0.1
5.2.0
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
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
- Transaction version read/write differed. (bitcoinjs#1717)