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
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.
4 years ago
..
config.go config: expand macaroonpath flag 4 years ago
daemon.go loopd: allow loopd to be used as external subserver 4 years ago
log.go lndclient: move to github.com/lightninglabs/lndclient 4 years ago
macaroons.go loopd: add suggestions endpoints to macaroons 4 years ago
run.go mod+loopd: update to lnd 0.11.1 4 years ago
swapclient_server.go liquidity: return OutRequest from swap suggestions and set fees 4 years ago
swapclient_server_test.go multi: add confirmation target to loop in 4 years ago
utils.go liquidity: return OutRequest from swap suggestions and set fees 4 years ago
view.go multi: integrate the new htlc v2 scripts to loop in/out 4 years ago