loop/loopd
Oliver Gugger 617964e25f
loopd: allow loopd to be used as external subserver
When loopd runs in the same process as lnd (in LiT), it hooks itself
into lnd's RPC server as an external subserver. But because the user
should still be able to use the default loop macaroon, the loop daemon
must be able to validate its own macaroons as lnd's macaroon service
doesn't know the root key for it.
2020-09-11 12:25:39 +02:00
..
config.go loopd: add macaroon authentication to the daemon's server connection 2020-09-11 12:24:53 +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 macaroon authentication to the daemon's server connection 2020-09-11 12:24:53 +02:00
run.go mod+loopd: update to lnd 0.11.1 2020-09-11 12:20:12 +02:00
swapclient_server.go looprpc: add swap suggestions endpoint 2020-09-03 10:36:44 +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 swap suggestions endpoint to manager 2020-09-03 10:36:43 +02:00
view.go multi: integrate the new htlc v2 scripts to loop in/out 2020-09-09 19:54:01 +02:00