loop/loopd
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
..
config.go sweepbatcher: add an option to ignore HTLC txids 2025-06-17 14:47:49 -03:00
daemon.go staticaddr: remove dead code across managers 2026-03-09 14:39:44 +01:00
daemon_test.go loopd: test error reporting logic 2025-12-20 06:31:02 +01:00
log.go loopd: fix data races of logger 2025-03-19 15:00:30 +01:00
macaroons.go loopd: move RequiredPermissions to dedicated dir 2022-06-14 15:13:34 +02:00
migration.go loopd: fix data races of logger 2025-03-19 15:00:30 +01:00
register_default.go multi: use lndclient MacaroonService 2022-01-17 16:13:19 +02:00
run.go loopd: wait for chain notifier 2025-11-16 00:26:02 -03:00
swapclient_server.go godoc: address copy-paste errors accross the codebase 2026-03-09 14:39:44 +01:00
swapclient_server_debug.go make fmt 2022-05-20 10:16:47 +02:00
swapclient_server_test.go cli: add command "loop stop" 2025-11-19 23:42:48 -03:00
sweep_htlc.go loopd: implement SweepHtlc RPC 2026-01-29 17:40:58 -05:00
sweep_htlc_test.go loopd: implement SweepHtlc RPC 2026-01-29 17:40:58 -05:00
utils.go sweepbatcher: add an option to ignore HTLC txids 2025-06-17 14:47:49 -03:00
view.go multi: update linter, fix issues 2025-03-10 22:59:50 +01:00