lnd/lncfg
Olaoluwa Osuntokun 6c27de7d11
routing: add strict pruning as new flag, default for neutrino
In this commit we add a new flag that controls if lnd will do strict
zombie pruning or not. If true, then this will cause lnd to maintain a
tighter graph as it wants both edges to always be live. We enable this by
default for neutrino as without this, it's possible that a node never
sees both edges begin disabled, so those edges are never actually pruned
from the graph.
2021-04-21 13:56:29 -05:00
..
address_test.go lncfg: allow no auth on private addresses 2020-07-22 22:50:25 +08:00
address.go Merge pull request #5007 from Roasbeef/ipv6-tor-parse-fix 2021-02-10 23:49:47 -08:00
autopilot.go config+lncfg: move config structs to lncfg, drop suffix 2020-05-14 14:37:48 +02:00
bitcoind.go lncfg: add new PrunedNodeMaxPeers config option/flag 2021-04-06 14:55:19 -07:00
btcd.go config+lncfg: move config structs to lncfg, drop suffix 2020-05-14 14:37:48 +02:00
caches.go
chain.go lncfg+sample-lnd.conf: add DNS seed flag to chain cfg 2020-11-13 09:49:18 +01:00
config.go lnd+lncfg: move normalizeNetwork to lncfg 2020-10-29 15:20:00 -04:00
db_test.go kvdb: add timeout options for bbolt (#4787) 2020-12-07 15:31:49 -08:00
db.go etcd: add support for user specified ports for testing 2021-01-08 15:39:11 +01:00
gossip.go lncfg: expose channel update rate limiting options 2021-03-16 11:42:29 -07:00
healthcheck.go healthcheck: add healthcheck to shutdown if cert is expired (#4792) 2020-12-01 18:34:19 -08:00
interface.go
monitoring_off.go
monitoring_on.go
neutrino.go lncfg+sample-lnd.conf: add --neutrino.validatechannels 2021-03-30 15:18:59 +02:00
protocol_experimental_off.go config+protocol: enable anchor commitments (zero-fee HTLC ) by default 2020-12-15 10:13:25 +01:00
protocol_experimental_on.go config+protocol: enable anchor commitments (zero-fee HTLC ) by default 2020-12-15 10:13:25 +01:00
protocol_legacy_off.go Revert "lncfg: add new legacy protocol option to turn off gossip throttling" 2021-02-10 15:45:49 -08:00
protocol_legacy_on.go Revert "lncfg: add new legacy protocol option to turn off gossip throttling" 2021-02-10 15:45:49 -08:00
protocol.go lncfg: make anchor commitments opt-in 2021-01-14 09:09:42 +01:00
routing.go routing: add strict pruning as new flag, default for neutrino 2021-04-21 13:56:29 -05:00
tor.go config+lncfg: move config structs to lncfg, drop suffix 2020-05-14 14:37:48 +02:00
watchtower.go
workers_test.go
workers.go
wtclient.go