Zele

Results 7 comments of Zele

Do we have an actual payload size validation

Let me take a look at this

[PR](https://github.com/payjoin/rust-payjoin/pull/657) Edit: I had to close the previous pr since it did not capture the changes made. See new pr here: [#661](https://github.com/payjoin/rust-payjoin/pull/661)

[https://github.com/payjoin/rust-payjoin/pull/641](url) Addressing this in PR @DanGould

PR Updated: - Removed `test_new_p2wpkh` as suggested - Cleaned up test comments for better readability - All tests are passing - Added comprehensive test coverage: - `test_privacy_based_input_selection`: Tests UIH avoidance...

From my reading of #894 and the review thread on PR #883 the goal is to remove the side-effect (recording seen inputs) from `check_no_inputs_seen_before` and let the library supply that...