watchtower: Add retry logic for fetching blocks

By default, try to fetch the blocks 3 more times
in case of error.
This commit is contained in:
Animesh Bilthare
2024-01-15 01:46:49 +05:30
parent acbb33bb7b
commit ecd4480331
4 changed files with 79 additions and 5 deletions

View File

@@ -71,6 +71,10 @@
## Code Health
* [Add retry logic](https://github.com/lightningnetwork/lnd/pull/8381) for
watchtower block fetching with a max number of attempts and exponential
back-off.
* [Moved](https://github.com/lightningnetwork/lnd/pull/9138) profile related
config settings to its own dedicated group. The old ones still work but will
be removed in a future release.
@@ -124,9 +128,10 @@
# Contributors (Alphabetical Order)
* Animesh Bilthare
* Boris Nagaev
* CharlieZKSmith
* Elle Mouton
* Pins
* Viktor Tigerström
* Ziggie
* Ziggie