Ben Allen

Results 27 issues of Ben Allen

according to this comment 4 should be the max number of senders possible but the test does not fail when senders is set to 5. https://github.com/payjoin/rust-payjoin/blob/361c31e5627aec721eccf1e6e1042618adf94038/payjoin/tests/integration.rs#L747-L750

The reliance on ohttp-relays can cause some distruption if they ever go offline but we did not have any examples of a fallback mechanism for choosing the relays at random...

We had a function that checked and then padded the length of the plaintext when running message encryption. Instead we should use a fixed array length and return an error...

enhancement

When pressing `See more` on the home page at the bottom of the scroll for latest payments I encountered a panic attempting to get the time of latest transactions. I...

Bug

With the benefits of the unstable channel not really giving us any major benefits we should probably use the stable channel for our nix flake. This would also bring us...

Got everything compiling, however based on the current cfg flag layout in the integration tests, all the tests are run when v1 is enabled and none of the tests run...

This is pretty much a direct copy of rust-bitcoin's version to update the rust nightly version on a weekly basis. ### TODO - The individual workflows still download the latest...

This commit adds fuzzing infrastructure for payjoin Pull Request Checklist Please confirm the following before requesting review: - [x] I have [disclosed my use of AI](https://github.com/payjoin/rust-payjoin/blob/master/.github/CONTRIBUTING.md#ai-assistance-notice) in the body of...

### Which crate is this feature request for? payjoin ### Please describe the feature you'd like to see added. Following #513 we have removed `url::Url` from the public api but...

I added a few sudo commands in our `generate_bindings.sh` script file in our python in an attempt to simplify the workflow file in https://github.com/payjoin/rust-payjoin/commit/363d2b5446993782711bc1af8b4dc5126c8c1475 not really considering that this script...

question