loop/staticaddr/loopin
Boris Nagaev 25056c6547
staticaddr: remove redundant pgx.ErrNoRows checks
pgx/v5 defines ErrNoRows as a wrapped sql.ErrNoRows, so this code covers both
of them: errors.Is(err, sql.ErrNoRows).
2026-03-04 18:33:40 -05:00
..
actions.go staticaddr: clear stale HTLC confs on re-register 2025-12-17 10:11:30 +01:00
actions_test.go staticaddr: add unit test for HTLC re-registration 2025-12-17 09:21:51 +01: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 staticutil: refactor methods into utils 2025-12-09 12:21:51 +01:00
manager.go staticutil: refactor methods into utils 2025-12-09 12:21:51 +01: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: remove redundant pgx.ErrNoRows checks 2026-03-04 18:33:40 -05:00
sql_store_test.go staticaddr: fetch deposits as part of swap retrieval 2025-08-01 11:26:33 +02:00