Skip to content

Commit

Permalink
docs: add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ellemouton committed Nov 19, 2024
1 parent 1555a66 commit d37f234
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/release-notes/release-notes-0.19.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,16 @@ The underlying functionality between those two options remain the same.
it with an external graph source rather than requiring it to first sync its
own graph.

* [Add an RPC implementation of the `GraphSource`
interface](https://github.com/lightningnetwork/lnd/pull/9265). With this PR,
users can now provide an external graph source to LND using the new
`--remotegraph` config options. These can be combined with the new
`--gossip.no-sync` option to run a node that does not sync gossip and uses a
remote LND node to provide it with network gossip data. If this configuration
is being used, it is recommended to set the
`--caches.rpc-graph-cache-duration` to a non-zero duration (zero is the
default) so that certain calls to the remote node are cached for some time.

## Tooling and Documentation

* [Improved `lncli create` command help text](https://github.com/lightningnetwork/lnd/pull/9077)
Expand Down

0 comments on commit d37f234

Please sign in to comment.