Skip to content

Release payjoin-cli-1.0.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@spacebear21 spacebear21 released this 23 Jul 18:26
payjoin-cli-1.0.0-rc.1
037e981

Summary

Track payjoin 1.0.0-rc.6. The library insulated the bitcoin_uri crate from its public API, so the CLI now reads BIP21 URIs through payjoin's own accessor methods (address(), amount(), set_amount()) and the inherent check_pj_supported method instead of the removed UriExt trait. No user-facing behavior changes.

Changelog

  • Insulate bitcoin_uri from the public API (#1756)

What's Changed

Full Changelog: payjoin-cli-1.0.0-rc.0...payjoin-cli-1.0.0-rc.1