Socket
Socket
Sign inDemoInstall

bitcoinjs-lib

Package Overview
Dependencies
9
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
35
9Next

4.0.3

Diff

Changelog

Source

4.0.3

fixed

  • Fixed TransactionBuilder to require that the Transaction has outputs before signing (#1151)
  • Fixed payments.p2sh, which now takes the network from the redeem attribute if one is not given in the object argument (#1232)
  • Fixed Block.calculateTarget to allow for exponents up to 29 (#1285)
  • Fixed some low priority rarely occurring bugs with multisig payments and TransactionBuilder multisig processing (#1307)

added

  • Regtest network object to networks (#1261)
dcousens
published 4.0.2 •

Changelog

Source

4.0.2

fixed

  • Fixed TransactionBuilder not throwing when payment type validation should fail (#1195)

removed

  • Removed rogue package.json from src/payments (#1216)
dcousens
published 4.0.1 •

Changelog

Source

4.0.1

fixed

  • Fixed tiny-secp256k1 dependency version (used ecurve) (#1139)
  • Fixed TransactionBuilder throwing when trying to sign P2WSH(P2WPKH) (#1135)
dcousens
published 3.3.2 •

Changelog

Source

3.3.2

fixed

  • Fixed decodeStack arbitrarily supporting non-Array arguments (#942)
dcousens
published 3.3.1 •

Changelog

Source

3.3.1

changed

  • Increased the TransactionBuilder maximumFeeRate from 1000 to 2500 satoshis/byte. (#931)
dcousens
published 3.3.0 •

Changelog

Source

3.3.0

added

  • Added ECSignature.prototype.toRSBuffer/ECSignature.fromRSBuffer (#915)
  • Added support to TransactionBuilder for 64-byte signatures via .sign (#915)
  • Added support to TransactionBuilder for the .publicKey standard as an alternative to .getPublicKey() (#915)
dcousens
published 3.2.1 •

Changelog

Source

3.2.1

fixed

  • Fixed script.scripthash.input.check recursion (#898)
  • Fixed TransactionBuilder sometimes ignoring witness value (#901)
  • Fixed script.witnessScriptHash.input implementation (previously used the P2SH impl.) (#911)
dcousens
published 3.2.0 •

Changelog

Source

3.2.0

added

  • Added address.fromBech32/toBech32 (#846)
dcousens
published 3.1.1 •

dcousens
published 3.1.0 •

Changelog

Source

3.1.0

added

  • Added Transaction.prototype.virtualSize (#811)
  • Added Transaction.prototype.weight (#811)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc