File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,7 +189,17 @@ The underlying functionality between those two options remain the same.
189189 it with an external graph source rather than requiring it to first sync its
190190 own graph. A new ` --gossip.no-sync ` config option has also been added which
191191 can be used to switch off gossip syncing so that LND does not attempt to sync
192- its own graph.
192+ its own graph.
193+
194+ * [ Add an RPC implementation of the ` GraphSource `
195+ interface] ( https://github.com/lightningnetwork/lnd/pull/9265 ) . With this PR,
196+ users can now provide an external graph source to LND using the new
197+ ` --remotegraph ` config options. These can be combined with the
198+ ` --gossip.no-sync ` option to run a node that does not sync gossip and uses a
199+ remote LND node to provide it with network gossip data. If this configuration
200+ is being used, it is recommended to set the
201+ ` --caches.rpc-graph-cache-duration ` to a non-zero duration (zero is the
202+ default) so that certain calls to the remote node are cached for some time.
193203
194204## Tooling and Documentation
195205
You can’t perform that action at this time.
0 commit comments