lnd/watchtower
Elle Mouton ab7aae0708
multi: rename nolint:lll to nolint:ll
Find and replace all nolint instances refering to the `lll` linter and
replace with `ll` which is the name of our custom version of the `lll`
linter which can be used to ignore log lines during linting.

The next commit will do the configuration of the custom linter and
disable the default one.
2024-12-02 09:14:21 +02:00
..
blob input+lnwallet: update taproot scripts to accept optional aux leaf 2024-08-28 11:52:31 +02:00
lookout watchtower: Add retry logic for fetching blocks 2024-10-26 16:59:13 +05:30
wtclient multi: rename nolint:lll to nolint:ll 2024-12-02 09:14:21 +02:00
wtdb wtdb: export versions of wtclient.db 2024-11-19 16:42:52 +01:00
wtmock watchtower/lookout: make justice desciptor taproot ready 2024-01-18 18:06:00 +02:00
wtpolicy multi: apply the new type lntypes.WeightUnit 2024-05-25 13:37:13 +08:00
wtserver multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
wtwire multi: fix some function names in interface comment 2024-11-25 10:49:00 +08:00
conf.go multi: add default watchtower config to main LND config 2023-06-15 11:36:44 +02:00
config.go multi: Add --tor.encryptkey flag functionality to encrypt the Tor private key on disk 2022-09-30 01:53:46 -05:00
errors.go watchtower/conf: remove experimental conditional compilation 2019-06-13 19:54:19 -07:00
interface.go watchtower/conf: abstract address normalizer to prevent import cycle 2019-06-13 19:54:19 -07:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
standalone.go watchtower: Add retry logic for fetching blocks 2024-10-26 16:59:13 +05:30
tlv_bench_test.go multi: replace ioutil.Discard 2024-04-25 11:23:54 +02:00