Skip to content

v1.7.0

Compare
Choose a tag to compare
@owenkellogg owenkellogg released this 31 Jul 14:05
· 52 commits to master since this release
e2b2bcd

1.7.0 (2022-07-31)

Bug Fixes

  • Output: Output constructor did not correctly check for undefined values. (29ee7cd)

Features

  • fromTransaction: now accepts Buffer and string (781b6f5)
  • Puzzle: createRedeemTransaction added to puzzle. (718065d)
  • puzzle: puzzle now accepts string as input for private key. (ea2e77c)
  • Redeem.expectedSize: add function to compute expected size of a script before it is created. This is important for knowing the final transaction size before we make signatures. (1f84635)
  • Redeem.solution: Add a function to construct a work.solution from a redeem script. (b6e1cd1)
  • Solution: toJSON and fromJSON methods added to Solution. (125ed1c)