You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
10 months ago
..
perms loopd: adding getInfo rpc call 1 year ago
config.go Update loopd/config.go 10 months ago
daemon.go trivial: clean up typos and comments 10 months ago
log.go multi: bump lnd to version v0.13.0-beta.rc2 3 years ago
macaroons.go loopd: move RequiredPermissions to dedicated dir 2 years ago
migration.go loopd: always skip migration if loop_sqlite.db file already exists 10 months ago
register_default.go multi: use lndclient MacaroonService 2 years ago
run.go build: bump lnd dep to v0.16.0-beta 1 year ago
swapclient_server.go trivial: clean up typos and comments 10 months ago
swapclient_server_debug.go make fmt 2 years ago
swapclient_server_test.go misc: refactor loop tests to use require where possible 2 years ago
utils.go multi: integrate initiator string to various calls 10 months ago
view.go multi: use context in loopdb call 11 months ago