2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-11 13:11:12 +00:00
loop/loopd
Joost Jager 535e964ec9
loopdb: migrate loop in channel to last hop
A database field was already in place to allow channel selection for
loop in. Unfortunately this field, which contains a short channel id,
isn't easily usable for controlling the loop server payment. Because of
non-strict forwarding, it is only possible to constrain a route to a
specific last hop pubkey.

This commit converts the existing field into a pubkey field.
2020-02-17 19:59:05 +01:00
..
config.go loopd: add option to configure CORS origin 2020-02-06 11:48:09 +01:00
daemon.go loopd: fix linter issue 2020-02-06 11:59:48 +01:00
log.go cmd+loopd: move loopd to new folder loopd 2020-01-03 14:01:31 +01:00
start.go loopd: move global state into server state 2020-01-31 13:57:21 +01:00
swapclient_server.go loopdb: migrate loop in channel to last hop 2020-02-17 19:59:05 +01:00
utils.go multi: thread new config values through client 2020-01-10 12:15:08 +01:00
view.go multi: thread new config values through client 2020-01-10 12:15:08 +01:00