loop/staticaddr/deposit
Slyghtning e4bcc94a36
staticaddr/deposit: reconcile active deposits with wallet
Treat lnd's wallet view as the source of spendable static-address
outpoints while keeping historical deposit records in the DB. Reconcile
active FSMs against the current wallet view, reactivate known deposits
that reappear, and hide stale Deposited records from the visible
deposit set.
2026-07-12 09:14:32 +02:00
..
actions.go staticaddr/deposit: guard confirmation height access 2026-07-08 09:01:01 +02:00
actions_test.go staticaddr/deposit: finalize deposits asynchronously 2026-06-22 10:18:07 +02:00
deposit.go staticaddr/deposit: track unconfirmed deposits 2026-07-12 09:14:31 +02:00
deposit_test.go staticaddr/deposit: track unconfirmed deposits 2026-07-12 09:14:31 +02:00
fsm.go staticaddr/deposit: track unconfirmed deposits 2026-07-12 09:14:31 +02:00
fsm_test.go staticaddr/deposit: ignore queued expiry in final states 2026-07-08 09:01:01 +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/deposit: reconcile active deposits with wallet 2026-07-12 09:14:32 +02:00
manager_height_test.go staticaddr/deposit: track unconfirmed deposits 2026-07-12 09:14:31 +02:00
manager_reconcile_test.go staticaddr/deposit: reconcile active deposits with wallet 2026-07-12 09:14:32 +02:00
manager_test.go staticaddr/deposit: replay startup block after recovery 2026-07-12 09:14:31 +02:00
outpoint.go staticaddr/deposit: reject duplicate outpoints 2026-07-08 09:00:26 +02:00
outpoint_test.go staticaddr/deposit: reject duplicate outpoints 2026-07-08 09:00:26 +02:00
sql_store.go staticaddr/deposit: guard confirmation height access 2026-07-08 09:01:01 +02:00
sql_store_test.go staticaddr: remove redundant pgx.ErrNoRows checks 2026-03-04 18:33:40 -05:00