Skip to content

Commit afc8a84

Browse files
committed
docs: add release notes
1 parent 03560b8 commit afc8a84

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
@@ -192,6 +192,16 @@ The underlying functionality between those two options remain the same.
192192
it with an external graph source rather than requiring it to first sync its
193193
own graph.
194194

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

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

0 commit comments

Comments
 (0)