loop/lndclient
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.
2020-06-08 12:53:07 +02:00
..
basic_client.go mod+lndclient: update to lnd version with non-deprecated dialer 2020-01-03 14:01:31 +01:00
chainnotifier_client.go lndclient: switch to using per-call macaroons instead of a conn level macaroon 2019-04-18 16:11:28 -07:00
invoices_client.go lndclient: use old value field for backward compatibility 2019-12-03 13:39:32 +01:00
lightning_client.go lndclient: add ListChannels to LightningClient 2020-05-21 20:04:46 +02:00
lnd_services.go Merge pull request #204 from Roasbeef/lndclient-resp 2020-05-28 14:37:49 +02:00
lnd_services_test.go lndclient: check and cache version compatibility on connect 2020-04-24 10:04:39 +02:00
log.go multi: add persistent logger 2019-10-28 17:09:23 +01:00
macaroon_pouch.go lndclient: add readonly macaroon to pouch 2020-04-24 09:59:04 +02:00
router_client.go lndclient: close trackpayment channels once final state is reached 2020-06-08 12:53:07 +02:00
signer_client.go lndclient: expose ComputeInputScript in SignerClient 2020-02-12 17:01:45 -08:00
versioner_client.go lndclient+test: add versioner client and mock 2020-04-24 09:59:05 +02:00
walletkit_client.go build: update lnd version to current master 2019-11-15 16:16:30 -08:00