loop/staticaddr/withdraw
Slyghtning 9ee5c42425
staticaddr/withdraw: prepare deposits before publish
Neutrino can remove a spent input from its wallet view while transaction
publication is still blocked. If the deposit remains Deposited,
reconciliation can remove it before the withdrawal manager records the
withdrawal intent.

Attach the finalized transaction, transition the deposits to Withdrawing,
and set up local tracking before publishing. Keep the prepared state on
publication errors because the wallet RPC outcome can be ambiguous and
recovery or fee bumping must be able to retry.
2026-07-20 21:18:01 +02:00
..
funding_values_test.go staticaddr: accept production taproot channels 2026-06-22 12:46:12 -05:00
interface.go staticaddr: refresh deposits before spend selection 2026-07-12 09:14:32 +02:00
log.go multi: update lnd compile-time dependency to v0.19.0 2025-03-10 22:59:49 +01:00
manager.go staticaddr/withdraw: prepare deposits before publish 2026-07-20 21:18:01 +02:00
manager_test.go staticaddr: reject malformed MuSig2 signing data 2026-05-29 11:53:32 +02:00
sql_store.go staticaddr: store historic withdrawal info 2025-06-10 17:07:30 +02:00
sql_store_test.go staticaddr: store historic withdrawal info 2025-06-10 17:07:30 +02:00
withdrawal.go staticaddr: store historic withdrawal info 2025-06-10 17:07:30 +02:00