Skip to content

Commit c718ee9

Browse files
committed
docs: add release note for v2 graph model and store support
1 parent c545f04 commit c718ee9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/release-notes/release-notes-0.21.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,11 @@
248248
`ChanUpdatesInHorizon`, `FilterKnownChanIDs`) work across gossip v1 and v2.
249249
Add `PreferHighest` fetch helpers and `GetVersions` queries so callers can
250250
retrieve channels without knowing which gossip version announced them.
251+
* Add [v2 model and store
252+
support](https://github.com/lightningnetwork/lnd/pull/10657) to the graph
253+
database: wire conversion helpers for node announcements, channel auth
254+
proofs, edge info, and edge policies; `VersionedGraph` zombie wrappers;
255+
SQL queries for v2 node traversal; and v3-only onion address filtering.
251256
* Updated waiting proof persistence for gossip upgrades by introducing typed
252257
waiting proof keys and payloads, with a DB migration to rewrite legacy
253258
waiting proof records to the new key/value format

0 commit comments

Comments
 (0)