We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa05109 commit eea9022Copy full SHA for eea9022
docs/release-notes/release-notes-0.19.0.md
@@ -187,6 +187,11 @@ The underlying functionality between those two options remain the same.
187
`channeldb` package](https://github.com/lightningnetwork/lnd/pull/9236) and
188
into the `graph/db` package.
189
190
+* Add a [graph source abstraction](https://github.com/lightningnetwork/lnd/pull/9243)
191
+ and use it throughout LND. This is so that callers of LND can choose provide
192
+ it with an external graph source rather than requiring it to first sync its
193
+ own graph.
194
+
195
## Tooling and Documentation
196
197
* [Improved `lncli create` command help text](https://github.com/lightningnetwork/lnd/pull/9077)
0 commit comments