rust-payjoin
rust-payjoin copied to clipboard
Payjoin Dev Kit scales Bitcoin, saves fees, and preserves privacy with one tiny library
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...
# Integrations 1.0 The ultimate blocker for releasing payjoin-1.0 proper is to validate that the API is sufficiently stable to satisfy the needs of multiple integration candidates, ideally including a...
This PR address some issues in https://github.com/payjoin/rust-payjoin/issues/865 mainly this issue : >Document the Uri top level type alias and struct documentation for the individual fields exists but this assumes the...
This PR address some issues in https://github.com/payjoin/rust-payjoin/issues/865 mainly this issue : >the top level payjoin module doc should: >refer to the {v1,v2}::{send,receive} modules for the actual API, without prior knowledge...
8ceccaab611e4a075dada66718b1ecd1d2e4a4ee broke test builds with the default features: ``` error[E0432]: unresolved import `crate::send::v1` --> payjoin/src/core/send/v2/session.rs:108:22 | 108 | use crate::send::v1::SenderBuilder; | ^^ could not find `v1` in `send` | ```
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...
For @zealsham, related to https://github.com/payjoin/rust-payjoin/pull/1164 . When we we're talking about include the session outcome in `close()` this is kinda what I had in mind. The idea being that applications...
This ticket tracks bringing rust-payjoin onto UniFFI 0.30 once [uniffi-dart#90](https://github.com/Uniffi-Dart/uniffi-dart/issues/90) lands and bitcoin-ffi upgrades. The crate currently pins UniFFI 0.29.4. The scope covers bumping all UniFFI runtime/build deps to 0.30,...
``` ❯ cargo run -- resume Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s Running `/Users/spacebear/Projects/rust-payjoin/target/debug/payjoin-cli resume` Error: Failed to replay receiver event log: ReplayError(Expired(Time(Time(1761155560)))) ``` It should gracefully...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Which crate is this issue for? payjoin-cli ### How did you obtain this...