File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -209,6 +209,16 @@ The underlying functionality between those two options remain the same.
209209 it with an external graph source rather than requiring it to first sync its
210210 own graph.
211211
212+ * [ Add an RPC implementation of the ` GraphSource `
213+ interface] ( https://github.com/lightningnetwork/lnd/pull/9265 ) . With this PR,
214+ users can now provide an external graph source to LND using the new
215+ ` --remotegraph ` config options. These can be combined with the new
216+ ` --gossip.no-sync ` option to run a node that does not sync gossip and uses a
217+ remote LND node to provide it with network gossip data. If this configuration
218+ is being used, it is recommended to set the
219+ ` --caches.rpc-graph-cache-duration ` to a non-zero duration (zero is the
220+ default) so that certain calls to the remote node are cached for some time.
221+
212222## Tooling and Documentation
213223
214224* [ 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