Commit Graph

17 Commits (master)

Author SHA1 Message Date
George Tsagkarelis 0914074b10
loop: integrate sweepbatcher to loopout flow 3 months ago
GoodDaisy e45101cccd chore: fix typos 5 months ago
Slyghtning 5e91c446b8
loopd: abandon loop-ins 5 months ago
Slyghtning 427251d176
loopd: fix error checks and format 5 months ago
Slyghtning 20316042d9
trivial: clean up typos and comments 9 months ago
sputn1ck 4baf88c414
multi: fix linter issues
This commit fixes outstanding linter issues, that we're not found by
running `make lint` locally. The linter issues were found by running
`docker run -v $(pwd):/build loop-tools golangci-lint run --whole-files`

I added the `revive` to the excludes as it would be to much of a
refactor and IMO seems unneccesary. E.g.
`interface.go:222:6: exported: type name will be used as
loop.LoopInTerms by other packages, and that stutters; consider
 calling this InTerms (revive)`. I think `loop.LoopInTerms` is fine.
1 year ago
Andras Banki-Horvath 5d7b0abdf5
loopout: add unit test for the MuSig2 sweep case 2 years ago
Andras Banki-Horvath 1d1354d2cb
config: make total payment timeout and retries configurable 2 years ago
carla 6b732bacee
executor: fix linter error 3 years ago
carla 16111352a8
multi: add cancel swap function to execute config 3 years ago
Andras Banki-Horvath a0b67da590
loop: wait for chain notifier server to start 3 years ago
Joost Jager 0c9fcd790e
lndclient: move to github.com/lightninglabs/lndclient 4 years ago
Joost Jager 12ae3d6a40
loopd: make maximum number of payment parts configurable 4 years ago
Oliver Gugger b574e344ea
multi: add persistent logger 5 years ago
Oliver Gugger 36838cf7f4
multi: fix most obvious linter errors 5 years ago
Olaoluwa Osuntokun 94f347e673
multi: finalize rename from uncharge to loop out 5 years ago
Olaoluwa Osuntokun 908d82acdb
loop: extract code from client package into new loop primary package 5 years ago