BitcoinJS v4.0.3 Release Notes

  • ๐Ÿ›  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)