loop/loopd
Boris Nagaev 6d480cfd9e
staticaddr: require positive heights at startup
Loop now guards all static-address managers against zero block heights: each
constructor returns an error when invoked with a non-positive current height,
and `loopd` validates the height from `GetInfo` before instantiating them.
Tests and helper code were updated accordingly so we fail fast instead of
registering chain notifications with invalid hints.
2025-11-16 01:24:01 -03:00
..
config.go sweepbatcher: add an option to ignore HTLC txids 2025-06-17 14:47:49 -03:00
daemon.go staticaddr: require positive heights at startup 2025-11-16 01:24:01 -03: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 loopd: fix crash in instant if no --experimental 2025-10-31 01:36:22 -03:00
swapclient_server_debug.go make fmt 2022-05-20 10:16:47 +02:00
swapclient_server_test.go staticaddr: require positive heights at startup 2025-11-16 01:24:01 -03: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