Skip to content

API improvements

Compare
Choose a tag to compare
@alekseysidorov alekseysidorov released this 24 May 13:01
· 20 commits to master since this release

New features

  • Added blank constructor to the RedeemScriptBuilder. (#3)
  • Implemented script pubkey creation in p2wsh and p2pk modules. (#3)

Breaking changes

  • Method verify_signature of the InputSigner in p2wsh and p2wpk modules was changed to accept
    Into<InputSignatureRef> instead of raw bytes. This change made signature verification stricter
    than before. (#4)