Skip to content

Commit 76141ab

Browse files
committed
docs: add release notes
1 parent 1996e56 commit 76141ab

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)