loop/staticaddr/deposit
Slyghtning 0b295123e7
staticaddr: remove dead code across managers
Remove unused errChan fields from the loopin, openchannel, and withdraw
managers. These channels were declared and initialized but never read
from or written to.

Remove the unused activeLoopIns map from the loopin manager. The map
was only written to but never read, making it dead code.

Remove the stale withdraw.Store interface whose method signatures no
longer match the concrete SqlStore API used by the manager.

Remove unused config fields from openchannel.Config (Server,
AddressManager, ChainNotifier, Signer) and deposit.ManagerConfig
(AddressClient, SwapClient, ChainParams) along with their daemon
wiring. Also remove the now-orphaned openchannel.AddressManager
interface.

Remove the unused GetStaticAddress and Close methods from
address.SqlStore and the GetStaticAddress method from the address.Store
interface, as the codebase only uses GetAllStaticAddresses.
2026-03-09 14:39:44 +01:00
..
actions.go multi: factor out sweep fee clamping function 2026-01-15 03:06:22 -05:00
deposit.go staticaddr: channel open states for deposit and fsm 2026-02-26 20:57:26 +01:00
fsm.go deposit: add OnExpiry self-transitions to OpeningChannel and ChannelPublished 2026-02-26 20:57:27 +01:00
interface.go staticaddr: method to fetch deposits by outpoints 2025-07-29 15:52:54 +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: remove dead code across managers 2026-03-09 14:39:44 +01:00
manager_test.go staticaddr: remove dead code across managers 2026-03-09 14:39:44 +01:00
sql_store.go staticaddr: ignoreUnknown flag for DepositsForOutpoints 2025-09-26 12:03:48 +02:00
sql_store_test.go staticaddr: show deposits as part of cli swap output 2025-08-20 17:07:29 +02:00