lnd.xprv/watchtower/wtclient
Conner Fromknecht 5aa59906b5
wtclient: schedule ForceQuit first during Stop
Currently the ForceQuit call is scheduled after trying to stop the
backup queue. In certain cases, the call to stop the queue never
finishes, which means the force quit is never scheduled. We rememdy by
scheduling this call before any other operations to ensure we can always
exit ungracefully if necessary.
2020-11-30 13:08:04 -08:00
..
backup_task_internal_test.go lnwallet: rename DelayKey->ToLocalKey, NoDelayKey->ToRemoteKey 2020-01-06 12:08:01 +01:00
backup_task.go watchtower/blob/justice_kit: add BlobType to JusticeKit struct 2020-09-15 12:43:37 -04:00
candidate_iterator_test.go watchtower/wtclient: extend TowerCandidateIterator to update candidates 2019-07-30 15:13:24 -07:00
candidate_iterator.go watchtower: prevent removal of last tower addr 2020-11-04 15:43:18 -08:00
client_test.go wtclient: schedule ForceQuit first during Stop 2020-11-30 13:08:04 -08:00
client.go wtclient: schedule ForceQuit first during Stop 2020-11-30 13:08:04 -08:00
errors.go multi: fix spelling mistakes 2019-05-04 15:35:37 -07:00
interface.go multi: use timeout field in dialer 2020-09-16 11:50:04 +08:00
log.go watchtower/wtclient/log: adds wtclient logging 2019-03-15 02:30:35 -07:00
session_negotiator.go watchtower: use ECDH interface for watchtower session 2020-05-20 09:06:57 +02:00
session_queue.go watchtower: use ECDH interface for watchtower session 2020-05-20 09:06:57 +02:00
stats.go watchtower/wtclient: extend TowerClient with CRUD operations for towers 2019-07-30 15:18:13 -07:00
task_pipeline.go watchtower/wtclient/task_pipeline: add reliable task aggregator 2019-03-15 02:31:50 -07:00