API improvements
New features
- Added blank constructor to the
RedeemScriptBuilder
. (#3) - Implemented script pubkey creation in
p2wsh
andp2pk
modules. (#3)
Breaking changes
- Method
verify_signature
of theInputSigner
inp2wsh
andp2wpk
modules was changed to accept
Into<InputSignatureRef>
instead of raw bytes. This change made signature verification stricter
than before. (#4)