push
github
Produce `receive::JsonError` accurately so that `send` can properly handle it (#506) - [Isolate receive::JsonError from fmt::Display](https://github.com/payjoin/rust-payjoin/commit/ffe6281f6) - [Reject bad v1 requests as original-psbt-rejected](https://github.com/payjoin/rust-payjoin/commit/9a323ef9e) since that's the only way v1 senders can really address their issue. It's a payload error but that's the same as Original PSBT [payload] in BIP 78 parlance. This change also introduces `const` values for well known error codes for both `send` and `receive` to share to prevent slipped typos during maintenance.
22 of 91 new or added lines in 5 files covered. (24.18%)
3 existing lines in 1 file now uncovered.3650 of 4648 relevant lines covered (78.53%)
988.98 hits per line