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
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.
4 years ago
..
config.go loopd: add option to configure CORS origin 4 years ago
daemon.go loopd: fix linter issue 4 years ago
log.go cmd+loopd: move loopd to new folder loopd 4 years ago
start.go loopd: move global state into server state 4 years ago
swapclient_server.go loopdb: migrate loop in channel to last hop 4 years ago
utils.go multi: thread new config values through client 4 years ago
view.go multi: thread new config values through client 4 years ago