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/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.
4 years ago
..
basic_client.go mod+lndclient: update to lnd version with non-deprecated dialer 4 years ago
chainnotifier_client.go lndclient: switch to using per-call macaroons instead of a conn level macaroon 5 years ago
invoices_client.go lndclient: use old value field for backward compatibility 4 years ago
lightning_client.go lndclient: add ListChannels to LightningClient 4 years ago
lnd_services.go Merge pull request #204 from Roasbeef/lndclient-resp 4 years ago
lnd_services_test.go lndclient: check and cache version compatibility on connect 4 years ago
log.go multi: add persistent logger 5 years ago
macaroon_pouch.go lndclient: add readonly macaroon to pouch 4 years ago
router_client.go lndclient: close trackpayment channels once final state is reached 4 years ago
signer_client.go lndclient: expose ComputeInputScript in SignerClient 4 years ago
versioner_client.go lndclient+test: add versioner client and mock 4 years ago
walletkit_client.go build: update lnd version to current master 5 years ago