loop/staticaddr/loopin
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/loopin: log HTLC fee guard inputs 2026-06-24 14:22:15 +02:00
actions_test.go staticaddr: sync active deposits with wallet 2026-06-30 16:15:04 +02:00
autoloop.go staticaddr: sync active deposits with wallet 2026-06-30 16:15:04 +02:00
autoloop_dp.go staticaddr: sync active deposits with wallet 2026-06-30 16:15:04 +02:00
autoloop_dp_test.go staticaddr/loopin: account for unconfirmed deposit expiry 2026-06-30 15:08:51 +02:00
autoloop_test.go staticaddr: use dp autoloop selector 2026-05-22 02:20:36 -05:00
deduce_amount_test.go staticaddr: arbitrary loop-in amount 2025-09-25 11:13:34 +02:00
deposit_swaphash_migration.go staticaddr: migrate swap hashes to deposits 2025-08-01 11:26:32 +02:00
deposit_swaphash_migration_test.go staticaddr: selected swap amount migration 2025-09-25 11:13:35 +02:00
fsm.go lint: fix linter issues 2026-03-09 14:39:45 +01:00
interface.go staticaddr: sync active deposits with wallet 2026-06-30 16:15:04 +02:00
log.go multi: update lnd compile-time dependency to v0.19.0 2025-03-10 22:59:49 +01:00
loopin.go liquidity: count static loop-ins 2026-05-22 02:20:36 -05:00
loopin_test.go staticaddr: move address.Parameters to script package 2026-05-01 15:54:37 +05:30
manager.go staticaddr: sync active deposits with wallet 2026-06-30 16:15:04 +02:00
manager_test.go staticaddr: sync active deposits with wallet 2026-06-30 16:15:04 +02:00
selected_amount_migration.go staticaddr: selected swap amount migration 2025-09-25 11:13:35 +02:00
selected_amount_migration_test.go staticaddr: selected swap amount migration 2025-09-25 11:13:35 +02:00
sql_store.go staticaddr/loopin: include failed swaps in state queries 2026-06-22 10:18:07 +02:00
sql_store_test.go staticaddr/loopin: include failed swaps in state queries 2026-06-22 10:18:07 +02:00