lightning-terminal/firewall
Elle Mouton d0bc3c37f1
firewalldb: add FetchAllPairs to PrivacyMapTx interface
This commit adds a new FetchAllPairs to the PrivacyMapTx interface. This
method returns a new PrivacyMapPairs struct which is an in-memory
privacy map DB. The PrivacyMapPairs struct implements a new
PrivacyMapReader interface which can be used to pass around read only
access to the PrivacyMapPairs struct.
2023-08-31 16:56:59 +02:00
..
caveats.go multi: update lnd dependency to v0.16.0-beta.rc3 2023-03-15 08:36:23 -07:00
caveats_test.go firewall: changes to initial structure 2023-01-27 06:47:11 +02:00
config.go multi: make request logger level configurable 2023-02-13 19:33:55 +02:00
log.go log+firewall: add firewall package 2023-01-27 06:47:11 +02:00
privacy_mapper.go firewall: map session ID to group ID in privacy mapper interceptor 2023-08-30 12:34:29 +02:00
privacy_mapper_test.go firewalldb: add FetchAllPairs to PrivacyMapTx interface 2023-08-31 16:56:59 +02:00
request_info.go firewall: add WithPrivacy to RequestInfo 2023-01-27 06:47:13 +02:00
request_logger.go multi: make request logger level configurable 2023-02-13 19:33:55 +02:00
rule_enforcer.go firewall: map session ID to group ID 2023-08-30 12:34:29 +02:00