You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)