Skip to content

Commit f07ff32

Browse files
committed
docs: add release notes
1 parent 9ae242b commit f07ff32

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

docs/release-notes/release-notes-0.19.0.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)