BitcoinJS v5.1.0 Release Notes

Release Date: 2019-07-19 // almost 5 years ago
  • โž• added

    • A new Psbt class for creating, distributing, combining, signing, and compiling Transactions (#1425)
    • A name attribute to the Payment interface. P2SH and P2WSH are nested with '-' as separator, and p2ms is in the format of 'p2ms(m of n)'' all others are just hard coded. (#1433)

    ๐Ÿ”„ changed

    • TransactionBuilder: Migrate to stricter type checks during sign by switching to a single object parameter (#1416)
    • โœ… tests: Use regtest-client as separate library (#1421)