Oliver Gugger
|
74b3580e01
|
loopd+cmd/loopd: rename main Start function to Run
|
2020-05-28 12:34:41 +02:00 |
|
Oliver Gugger
|
506d0c2257
|
loopd: refactor into Start/Stop methods
|
2020-05-28 12:34:04 +02:00 |
|
Oliver Gugger
|
215e5b99d6
|
loopd: extract daemon into struct
|
2020-05-25 13:16:34 +02:00 |
|
Oliver Gugger
|
e696a38ec8
|
loopd: export Config struct
|
2020-05-25 13:16:33 +02:00 |
|
Oliver Gugger
|
5f70a05463
|
loopd: export DefaultConfig
|
2020-05-25 13:16:33 +02:00 |
|
Joost Jager
|
c62acd5b85
|
lndclient: add outgoing channel set restriction
Expose the channel set restriction that was introduced in LND 0.10.1 on
the proxy object.
|
2020-05-21 11:21:58 +02:00 |
|
Oliver Gugger
|
ad4e1e971e
|
loopd: check lnd version and subservers
|
2020-04-24 10:04:42 +02:00 |
|
Oliver Gugger
|
a8e6118cfb
|
loopd+lndclient: extract config parameters into struct
|
2020-04-24 09:59:05 +02:00 |
|
carla
|
1f5aeff45f
|
multi: unify default sweep/htlc conf targets
Create a HtlcConfTarget which is used as a default for quote
and loop in. Update loop out quote to use the existing var
rather than just 6 inline.
|
2020-04-17 09:40:18 +02:00 |
|
Oliver Gugger
|
403b4097de
|
loopd: move global state into server state
|
2020-01-31 13:57:21 +01:00 |
|
Johan T. Halseth
|
0a51bf4d2d
|
loopd: make lnd conn configurable
|
2020-01-03 14:01:32 +01:00 |
|
Johan T. Halseth
|
34c2e71f9e
|
loopd: move lnd services init to config
This allows us to supply custom lnd connections to the daemon.
|
2020-01-03 14:01:32 +01:00 |
|
Johan T. Halseth
|
c7e8c9f964
|
loopd: make RPC listener configurable
Allows to use external listener, such as in-memory.
|
2020-01-03 14:01:32 +01:00 |
|
Johan T. Halseth
|
0f0573c047
|
loopd/daemon: make server gRPC/REST listeners configurable
|
2020-01-03 14:01:31 +01:00 |
|
Johan T. Halseth
|
704bfff8f6
|
cmd+loopd: new cmd/loopd main method replacing the one now in ./loopd
This allows loopd to be used as a library by importing it and calling
Start.
|
2020-01-03 14:01:31 +01:00 |
|