Commit Graph

15 Commits (d4046a6053b624eaccf59d2f6f3d642644a07574)

Author SHA1 Message Date
carla 488df785e0
lndclient: close trackpayment channels once final state is reached
When the server is finsihed sending updates in trackPayment, we get an
EOF error. To allow clients to listen on these channels after the
payment has succeeded, we close them to signal that we have finsihed
sending updates.
4 years ago
Andras Banki-Horvath 0e048cbe54 lndclient: add optional custom records to SendPayment 4 years ago
Andras Banki-Horvath cf9c3748c3 lndclient: add keysend ability to RouterClient 4 years ago
Joost Jager 23a1e33dfc
lndclient: document SendPaymentRequest fields 4 years ago
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.
4 years ago
Joost Jager c061206406
lndclient: expose failure reason 4 years ago
Joost Jager 65375723b4
lndclient: upgrade to lnd v0.10.0-beta-rc5 4 years ago
Joost Jager e0b987f403
lndclient: move to V2 payment methods
Otherwise mpp isn't supported.
4 years ago
Joost Jager 6acd76e237
loopout: allow multi-loop 4 years ago
Joost Jager 710ae77750
loopout: log in-flight htlc status 4 years ago
Joost Jager 32d0cd90e3
lndclient: update to new routerrpc 4 years ago
Joost Jager f3887ebb97
lndclient: add last hop restriction 4 years ago
Joost Jager 7ff50ccc5a
lndclient: extend send payment parameters 5 years ago
Oliver Gugger 36838cf7f4
multi: fix most obvious linter errors 5 years ago
Joost Jager f559120565
lndclient: add router sub server
This commit exposes router sub server functionality to loop. This is a
preparation for using reliable payments in loop out.
5 years ago