lnd.xprv/lncfg
Olaoluwa Osuntokun 653d557fec
config: add new legacy protocol build tag protected sub-config for legacy onion
In this commit, we add a new build tag protected sub-config for legacy
protocol features. The goal of this addition is to be able to default to
new feature within lnd, but expose hooks at the config level to allow
integration tests to force the old behavior to ensure that we're able to
support both the old+new versions.
2019-08-22 18:53:08 -07:00
..
address_test.go lncfg/address_test: test LNAddress parsing, refactor addr tests 2019-01-09 16:37:56 -08:00
address.go lncfg/address: expose TCPResolver 2019-06-13 19:54:18 -07:00
caches.go lncfg/caches: adds Caches sub config 2019-04-01 16:34:04 -07:00
interface.go lncfg/interface: define Validator iface + variadic Validate 2019-04-01 16:33:50 -07:00
monitoring_off.go rpcserver+monitoring/config: enable Prometheus monitoring. 2019-06-11 11:26:09 -07:00
monitoring_on.go rpcserver+monitoring/config: enable Prometheus monitoring. 2019-06-11 11:26:09 -07:00
protocol_legacy_off.go config: add new legacy protocol build tag protected sub-config for legacy onion 2019-08-22 18:53:08 -07:00
protocol_legacy_on.go config: add new legacy protocol build tag protected sub-config for legacy onion 2019-08-22 18:53:08 -07:00
watchtower.go lncfg: add Watchtower config 2019-06-13 19:54:19 -07:00
workers_test.go config: add sanity check to prevent non-negative worker counts 2019-03-13 20:32:52 -07:00
workers.go lncfg/workers: reduce default write pool workers to 8 2019-04-22 16:30:27 -07:00
wtclient.go multi: only allow specifying towers to TowerClient through RPC 2019-07-30 15:18:17 -07:00