Skip to content

Release payjoin-1.0.0-rc.8

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Aug 19:27
payjoin-1.0.0-rc.8
e4f5a0b

This release tightens the sender's validation of the sighash types declared on
its own inputs.

Selected Improvements:

Bug Fixes

  • Require sender inputs to declare a sighash type that commits to all inputs
    and outputs. Only ECDSA SIGHASH_ALL, taproot
    SIGHASHDEFAULT/SIGHASH_ALL, and an unset type are accepted, both when
    building the sender context and when validating the receiver's proposal
    (#1790, #1793)

What's Changed

Full Changelog: payjoin-1.0.0-rc.7...payjoin-1.0.0-rc.8