lnd/watchtower
Eugene Siegel bdcdecbe1d server.go+accessman.go: introduce caches for access permissions
Here we introduce the access manager which has caches that will
determine the access control status of our peers. Peers that have
had their funding transaction confirm with us are protected. Peers
that only have pending-open channels with us are temporary access
and can have their access revoked. The rest of the peers are granted
restricted access.
2025-02-28 14:00:21 -05:00
..
blob multi: update to fn v2 2024-12-04 13:19:00 -07:00
lookout multi: update to fn v2 2024-12-04 13:19:00 -07:00
wtclient multi: update to fn v2 2024-12-04 13:19:00 -07:00
wtdb refactor: replace min/max helpers with built-in min/max 2025-02-06 09:45:10 +08: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 server.go+accessman.go: introduce caches for access permissions 2025-02-28 14:00:21 -05:00
tlv_bench_test.go multi: replace ioutil.Discard 2024-04-25 11:23:54 +02:00