loop/staticaddr/deposit
Slyghtning 5506d28f79
staticaddr: sync active deposits with wallet
Treat lnd wallet view as the source of spendable static-address
outputs while keeping historical deposit records in the DB. Reconcile
active FSMs against the current wallet view and reactivate known
deposits when their outpoints are visible again.

Refresh deposits before selection, withdrawal, loop-in, and channel-open
paths, and filter list and summary responses through the live active set
so stale Deposited records are not exposed as available funds.
2026-06-30 16:15:04 +02:00
..
actions.go staticaddr: sync active deposits with wallet 2026-06-30 16:15:04 +02:00
actions_test.go staticaddr/deposit: finalize deposits asynchronously 2026-06-22 10:18:07 +02:00
deposit.go staticaddr: sync active deposits with wallet 2026-06-30 16:15:04 +02:00
deposit_test.go staticaddr/deposit: track unconfirmed deposits 2026-06-30 15:07:52 +02:00
fsm.go staticaddr/deposit: track unconfirmed deposits 2026-06-30 15:07:52 +02:00
fsm_test.go staticaddr/deposit: track unconfirmed deposits 2026-06-30 15:07:52 +02:00
interface.go staticaddr: move address.Parameters to script package 2026-05-01 15:54:37 +05:30
log.go multi: update lnd compile-time dependency to v0.19.0 2025-03-10 22:59:49 +01:00
manager.go staticaddr: sync active deposits with wallet 2026-06-30 16:15:04 +02:00
manager_height_test.go staticaddr/deposit: track unconfirmed deposits 2026-06-30 15:07:52 +02:00
manager_reconcile_test.go staticaddr: sync active deposits with wallet 2026-06-30 16:15:04 +02:00
manager_test.go staticaddr/deposit: track unconfirmed deposits 2026-06-30 15:07:52 +02:00
sql_store.go staticaddr: sync active deposits with wallet 2026-06-30 16:15:04 +02:00
sql_store_test.go staticaddr: remove redundant pgx.ErrNoRows checks 2026-03-04 18:33:40 -05:00