Commit Graph

28 Commits (803773bb65a5bae560151896a86bcc161c47ca9d)

Author SHA1 Message Date
Oliver Gugger 803773bb65
loop+loopd: fix linter after re-generating protos
Apparently re-generating the protos caused the linter to pick up on
fields that are now deprecated. We need to fix that with a few comments.
3 years ago
yyforyongyu 82401ff1ba
cmd: prettify loop quote in/out responses 3 years ago
carla bf9dfdabbe
loop: fix typo in htlc confs 3 years ago
Oliver Gugger fcdd5fe9f8
cmd/loop: add initiator to swap requests 3 years ago
carla 13449fb7ea
loop: add htlc confirmations flag to loop out command 4 years ago
carla f62d09528d
loop: allow creation of loops with labels on cli 4 years ago
Joost Jager 8d1ec50fa7
looprpc: split quote message 4 years ago
Joost Jager 1869ad670f
looprpc: expose server message to clients 4 years ago
Joost Jager a3924cfbc4
cmd/loop: fix channel parsing 4 years ago
Joost Jager ccec719423
looprpc: add outgoing channel set restriction
Expose the new channel set restriction on the loopd client rpc.
4 years ago
Oliver Gugger 3ea07f167f
cmd/loop: clarify some flag descriptions 4 years ago
Oliver Gugger 3b630667a5
cmd/loop: improve displayed limits 4 years ago
Olaoluwa Osuntokun e4ffb0803c
Merge pull request #128 from Free-FreeThinker/free--max-routing-fee-config
Add option for max swap off-chain routing fee
4 years ago
FreeThinker 321f5f791d cmd/loop: add an option for max off chain swap fee 4 years ago
Johan T. Halseth 18608a6aa3
cmd/loop: account for fast swap in loopout cmd quote 4 years ago
Johan T. Halseth 7ea0e35299
cmd/loop: delay swap by 30 minutes by default, add --fast to loopout command
We now delay the swap by up to 30 minutes by deafult. To keep the
current imemdiate swap, --fast flag is added.
4 years ago
Oliver Gugger 69f2af9fdc
loop+cmd: extract types into swap module 5 years ago
Oliver Gugger 36838cf7f4
multi: fix most obvious linter errors 5 years ago
Oliver Gugger c00f831675
cmd/loop: handle external loop in flag 5 years ago
Wilmer Paulino c16e170338
multi: expose confirmation target for loop out HTLC sweep 5 years ago
Joost Jager f7676c3489
loop: show correct swap type 5 years ago
Joost Jager 2e48ead6d6
loopd: loop in from external address
Allow user to specify that htlc will be published by an external source.
In that case no internal htlc tx will be published.

To facilitate sending to the htlc address, the swap initiation response
is extended with that address.
5 years ago
Joost Jager 3e960b8b54
multi: loop in swap 5 years ago
Alex Bosworth dd357ddb22
cmd/loop: add amount as a discrete argument 5 years ago
Joost Jager 4c910f28b0
loop: fix cmd line arg parsing bug 5 years ago
Olaoluwa Osuntokun b744afaa6f
cmd/loop: add new key word argument for optional destination sweep address 5 years ago
Wilmer Paulino 9edb910f53
looprpc: generate client REST definitions 5 years ago
Joost Jager 8d5faea971
loop: move commands to separate files 5 years ago