]> Untitled Git - bdk-cli/commit
Add commands to resume and view payjoin history
authorMshehu5 <musheu@gmail.com>
Mon, 16 Feb 2026 13:50:06 +0000 (14:50 +0100)
committerMshehu5 <musheu@gmail.com>
Thu, 2 Jul 2026 11:30:27 +0000 (12:30 +0100)
commit559ba76255adaa2ab129c5df63d796ae53f5ac67
tree589038c63ddeeb4f9f05407962b12b0c1921bbf8
parent4f71144a49047c9debd481cbb2a75cd86d462906
Add commands to resume and view payjoin history

Expose persisted payjoin session state through CLI commands so users
can recover interrupted sessions and review prior session progress.
Add `resume` to continue pending sender and receiver sessions,
`history` to list saved sessions, status text helpers for clearer
output, and session ID filtering to target a specific session.

This improves recovery and troubleshooting for long-running async
payjoin flows by making persisted session state available from the
CLI.
src/commands.rs
src/payjoin/mod.rs