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.
2 parents 937cf16 + aa77512 commit c9d7c68Copy full SHA for c9d7c68
docs/lnd/release-notes/release-notes-0.20.0.md
@@ -31,6 +31,14 @@
31
# Improvements
32
## Functional Updates
33
34
+* Graph Store SQL implementation and migration project:
35
+ * Introduce an [abstract graph
36
+ store](https://github.com/lightningnetwork/lnd/pull/9791) interface.
37
+ * Start [validating](https://github.com/lightningnetwork/lnd/pull/9787) that
38
+ byte blobs at the end of gossip messages are valid TLV streams.
39
+ * Various [preparations](https://github.com/lightningnetwork/lnd/pull/9692)
40
+ of the graph code before the SQL implementation is added.
41
+
42
## RPC Updates
43
44
## lncli Updates
0 commit comments