loop/staticaddr/deposit
Slyghtning 412fe7ffd9
staticaddr: simplify withdrawal fsm transition
previously upon recovery, a withdrawing deposit was
first transitioned into the Deposited state by the
deposit manager, and then again into the Withdrawing
state by the withdrawal manager. The first transition
is unnecessary, so we just remain in the Withdrawing
state upon recovery.
2025-07-02 15:42:12 +02:00
..
actions.go staticaddr: remove duplicate deposit finalize method 2025-06-23 11:00:06 +02:00
deposit.go staticaddr: enable deposits for swaps 2024-12-12 18:31:06 +01:00
fsm.go staticaddr: simplify withdrawal fsm transition 2025-07-02 15:42:12 +02:00
interface.go staticaddr: expose static address to client summary 2024-12-12 18:31:05 +01:00
log.go multi: update lnd compile-time dependency to v0.19.0 2025-03-10 22:59:49 +01:00
manager.go staticaddr: fix deposit recovery deadlock 2025-06-23 10:35:16 +02:00
manager_test.go staticaddr: wait for address manager initiation 2025-06-13 15:37:38 +02:00
sql_store.go staticaddr: enable deposits for swaps 2024-12-12 18:31:06 +01:00