File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -192,6 +192,16 @@ The underlying functionality between those two options remain the same.
192192 it with an external graph source rather than requiring it to first sync its
193193 own graph.
194194
195+ * [ Add an RPC implementation of the ` GraphSource `
196+ interface] ( https://github.com/lightningnetwork/lnd/pull/9265 ) . With this PR,
197+ users can now provide an external graph source to LND using the new
198+ ` --remotegraph ` config options. These can be combined with the new
199+ ` --gossip.no-sync ` option to run a node that does not sync gossip and uses a
200+ remote LND node to provide it with network gossip data. If this configuration
201+ is being used, it is recommended to set the
202+ ` --caches.rpc-graph-cache-duration ` to a non-zero duration (zero is the
203+ default) so that certain calls to the remote node are cached for some time.
204+
195205## Tooling and Documentation
196206
197207* [ Improved ` lncli create ` command help text] ( https://github.com/lightningnetwork/lnd/pull/9077 )
You can’t perform that action at this time.
0 commit comments