loop/loopd
carla 1d8609bae3
liquidity: add sweep fee limit and confirmations to suggestions
To decide whether we event want to attempt a swap, we add a fee limit
that we check against our estimate for the current number of
confirmations we want our sweep to confirm in. If fees are higher than
this limit, we do not suggest swaps.
2020-09-30 12:46:34 +02:00
..
config.go config: expand macaroonpath flag 2020-09-17 10:45:57 +02:00
daemon.go loopd: allow loopd to be used as external subserver 2020-09-11 12:25:39 +02:00
log.go liquidity: make swap suggestions aware of ongoing swaps 2020-09-30 12:46:32 +02:00
macaroons.go loopd: add suggestions endpoints to macaroons 2020-09-30 11:15:30 +02:00
run.go mod+loopd: update to lnd 0.11.1 2020-09-11 12:20:12 +02:00
swapclient_server.go liquidity: return OutRequest from swap suggestions and set fees 2020-09-30 12:46:29 +02:00
swapclient_server_test.go multi: add confirmation target to loop in 2020-04-17 09:56:21 +02:00
utils.go liquidity: add sweep fee limit and confirmations to suggestions 2020-09-30 12:46:34 +02:00
view.go multi: integrate the new htlc v2 scripts to loop in/out 2020-09-09 19:54:01 +02:00