BitcoinJS v5.1.7 Release Notes

Release Date: 2020-01-06 // over 4 years ago
  • 🛠 fixed

    • 🛠 Fixed Transaction class Output interface typing for TypeScript (#1506)
    • ➕ Add weight() to Block class, add optional includeWitness arg to Transaction byteLength method (#1515)
    • Match the old TransactionBuilder behavior of allowing for multiple instances of the same pubkey to be in a p2ms script for PSBT (#1519)

    added

    • 👍 Allow the API consumer to pass in the finalizer functions to allow for any type of transaction to be finalized. It places the most crucial part of transaction construction on the consumer, and should be used with caution. (#1491)