loop/loopd
Andras Banki-Horvath cc24bebea8
loopd: always skip migration if loop_sqlite.db file already exists
This commit ensures that we don't even check for the existence of
the loop.db file if loop_sqlite.db already present. This is to ensure
that on systems that may by any trigger restore deleted files we don't
try to re-run migration which would otherwise make loopd unable to start
up properly.
2023-08-17 19:46:06 +02:00
..
perms loopd: adding getInfo rpc call 2023-05-24 17:50:24 +02:00
config.go Update loopd/config.go 2023-07-27 16:12:20 +02:00
daemon.go trivial: clean up typos and comments 2023-08-10 15:43:33 +02:00
log.go multi: bump lnd to version v0.13.0-beta.rc2 2021-05-19 14:24:41 +02:00
macaroons.go loopd: move RequiredPermissions to dedicated dir 2022-06-14 15:13:34 +02:00
migration.go loopd: always skip migration if loop_sqlite.db file already exists 2023-08-17 19:46:06 +02:00
register_default.go multi: use lndclient MacaroonService 2022-01-17 16:13:19 +02:00
run.go build: bump lnd dep to v0.16.0-beta 2023-03-29 15:39:14 +02:00
swapclient_server.go trivial: clean up typos and comments 2023-08-10 15:43:33 +02:00
swapclient_server_debug.go make fmt 2022-05-20 10:16:47 +02:00
swapclient_server_test.go misc: refactor loop tests to use require where possible 2022-11-30 18:16:45 +01:00
utils.go multi: integrate initiator string to various calls 2023-07-28 14:43:18 +03:00
view.go multi: use context in loopdb call 2023-06-19 12:28:32 +02:00