loop/staticaddr/loopin
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
..
actions.go staticaddr: fast-flag support 2025-10-07 08:53:39 +02:00
deduce_amount_test.go staticaddr: arbitrary loop-in amount 2025-09-25 11:13:34 +02:00
deposit_swaphash_migration.go staticaddr: migrate swap hashes to deposits 2025-08-01 11:26:32 +02:00
deposit_swaphash_migration_test.go staticaddr: selected swap amount migration 2025-09-25 11:13:35 +02:00
fsm.go staticaddr: remove unused fsm transition 2025-08-01 11:26:33 +02:00
interface.go loopin: add loop-in constants to filter expired deposits 2025-10-08 11:38:37 +02:00
log.go multi: update lnd compile-time dependency to v0.19.0 2025-03-10 22:59:49 +01:00
loopin.go staticaddr: fast-flag support 2025-10-07 08:53:39 +02:00
manager.go staticaddr: require positive heights at startup 2025-11-16 01:24:01 -03:00
manager_test.go staticaddr: exclude close-to-expiry depositis from SelectDeposits 2025-10-08 16:24:46 +02:00
selected_amount_migration.go staticaddr: selected swap amount migration 2025-09-25 11:13:35 +02:00
selected_amount_migration_test.go staticaddr: selected swap amount migration 2025-09-25 11:13:35 +02:00
sql_store.go staticaddr: fast-flag support 2025-10-07 08:53:39 +02:00
sql_store_test.go staticaddr: fetch deposits as part of swap retrieval 2025-08-01 11:26:33 +02:00