lnd/chanfitness
ziggie 02c1264c53
multi: prevent nil panics in stop methods.
With this PR we might call the stop method even when the start
method of a subsystem did not successfully finish therefore we
need to make sure we guard the stop methods for potential panics
if some variables are not initialized in the contructors of the
subsystems.
2024-07-31 14:43:34 +02:00
..
chanevent.go fix typos [skip ci] 2022-04-11 18:26:54 +05:30
chanevent_test.go multi: formatting and comment fixes 2022-02-10 11:02:02 +01:00
chaneventstore.go multi: prevent nil panics in stop methods. 2024-07-31 14:43:34 +02:00
chaneventstore_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
chaneventstore_testctx_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
interface.go chanfitness: record timestamped flap count for peers 2020-09-08 13:47:19 +02:00
log.go chanfitness: Add channel event log structure 2019-10-25 09:51:07 +02:00
rate_limit.go chanfitness: cool down flap count for rate limiting 2020-09-08 15:01:02 +02:00
rate_limit_test.go chanfitness: cool down flap count for rate limiting 2020-09-08 15:01:02 +02:00