BitcoinJS v5.1.2 Release Notes

Release Date: 2019-07-25 // almost 5 years ago
  • added

    • 0️⃣ ECPair and bip32 objects now have a lowR boolean attribute defaulted to false. You may set it to true to ensure that the sign method uses low R values (#1442) (This is to enable low R usage in Psbt, since we decided not to give the low R flag to the Psbt class, since it makes more sense to be an attribute of the Signer interface)