loop/loopd
carla 7e9034b2ff
liquidity: return OutRequest from swap suggestions and set fees
This commit updates swap suggestions to return loop out requests with
sufficient fields populated so that a loop out can directly be
dispatched from a suggestion. This requires setting of fees an min
sweep conf targets (our htlc conf target and addresss will be set by
the daemon's client rpc server if we do not provide them). We also do
some test refactoring so that we can more easily test the suggest swaps
endpoint.
2020-09-30 12:46:29 +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 lndclient: move to github.com/lightninglabs/lndclient 2020-06-18 14:27:52 +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: return OutRequest from swap suggestions and set fees 2020-09-30 12:46:29 +02:00
view.go multi: integrate the new htlc v2 scripts to loop in/out 2020-09-09 19:54:01 +02:00