Releases: pow-co/boostpow-js
Releases · pow-co/boostpow-js
v1.9.0
v1.8.1
v1.8.0
v1.7.2
v1.7.1
v1.7.0
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)