Zele
Zele
Add unit tests for the new_p2wpkh and new_p2tr constructors within the `receive` module (payjoin/src/receive/mod.rs). These tests verify that the constructors correctly initialize the InputPair struct, ensuring both the `TxIn` and...
Add PayjoinUriError to provide better error handling for URI parsing. Update UriExt trait to use this new type instead of Box. Closes [#644](https://github.com/payjoin/rust-payjoin/issues/644)
Previously, the payjoin crate would fail to build if none of the features 'v1', 'v2', or 'directory' were enabled, due to an explicit compile_error! macro. This prevented the use of...