loop/loopd
Slyghtning d3a2badc8b
loopd: filter unavailable deposits in ListUnspentDeposits
ListUnspentRaw returns the unspent wallet view of the
backing lnd wallet. It might be that deposits show up
there that are actually not spendable because they
already have been used but not yet spent by the server.
We filter out such deposits in ListUnspentDeposits.
2025-08-22 15:54:19 +02:00
..
config.go sweepbatcher: add an option to ignore HTLC txids 2025-06-17 14:47:49 -03:00
daemon.go loopd: atomic var to enforce daemon singelton 2025-08-19 22:08:29 +02: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 loop: add the commit_hash to GetInfoResponse, change version semantics 2025-04-04 12:47:30 +02:00
swapclient_server.go loopd: filter unavailable deposits in ListUnspentDeposits 2025-08-22 15:54:19 +02:00
swapclient_server_debug.go make fmt 2022-05-20 10:16:47 +02:00
swapclient_server_test.go looprpc: add test for ListSwaps pagination and filtering 2025-04-19 22:31:45 -06: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