Skip to content

Releases: pow-co/boostpow-js

v1.9.0

27 Jun 17:39
5c9b103
Compare
Choose a tag to compare

1.9.0 (2023-06-27)

Features

  • deprecate old transaction and add new (883639b)

v1.8.1

03 Aug 23:35
7688377
Compare
Choose a tag to compare

1.8.1 (2022-08-03)

Bug Fixes

  • op-return-params: parameterize OP RETURN data output (5b2a1a3)

v1.8.0

03 Aug 23:05
8e791ae
Compare
Choose a tag to compare

1.8.0 (2022-08-03)

Features

  • op-return: include OP_RETURN output in all redeem transactions (142eb5b)

v1.7.2

03 Aug 21:45
5658c55
Compare
Choose a tag to compare

1.7.2 (2022-08-03)

Bug Fixes

  • createRedeemTransaction: A bug resulted in an invalid signature. (bc44377)

v1.7.1

31 Jul 16:51
775a437
Compare
Choose a tag to compare

1.7.1 (2022-07-31)

Bug Fixes

  • solution-bug: allow share to be an object not a string (31e8ee7)

v1.7.0

31 Jul 14:05
e2b2bcd
Compare
Choose a tag to compare

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)