CakeWallet/cw_bitcoin/lib/payjoin
Konstantin Ullrich 4b137bc968
CW-1091-payjoin-error-handeling (#2317)
* feat: stop polling payjoin on switch wallet

* refactor: improve Payjoin session handling and cleanup unused methods

- Replaced `initReceiver` with `getUnusedReceiver` to reuse existing Payjoin sessions.
- Streamlined session initialization by removing `spawnNewReceiver`.
- Adjusted wallet sync reactions to resume Payjoin sessions when necessary.

* fix: Receiver.fromJson correctly handle parameter format in Payjoin manager

* fix: try reloading unspents if unspents are empty; No Unpsents available are now recoverable errors

* fix: ensure transaction details display only if transactionInfo is available and adjust payjoin success status handling

* fix: adjust payjoin success status handling for pending transactions

* fix: add error handling for Payjoin initialization and receiver creation [skip-ci]

* fix: add unrecoverable error handling for Payjoin sender sessions
2025-06-19 19:55:41 +03:00
..
manager.dart CW-1091-payjoin-error-handeling (#2317) 2025-06-19 19:55:41 +03:00
payjoin_persister.dart update-payjoin (#2281) 2025-06-11 19:44:06 +03:00
payjoin_receive_worker.dart CW-1091-payjoin-error-handeling (#2317) 2025-06-19 19:55:41 +03:00
payjoin_send_worker.dart update-payjoin (#2281) 2025-06-11 19:44:06 +03:00
payjoin_session_errors.dart implement-payjoin (#1949) 2025-05-12 20:33:14 +03:00
storage.dart CW-1091-payjoin-error-handeling (#2317) 2025-06-19 19:55:41 +03:00