Skip to content

Commit b66429f

Browse files
committed
docs: add release note for cross-version graph Store
1 parent 242b40b commit b66429f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,12 @@
327327
fallback](https://github.com/lightningnetwork/lnd/pull/10717) so that gossip
328328
channel filtering and zombie edge lookups use the correct gossip version
329329
instead of hardcoding v1.
330+
* Make the [graph `Store` interface
331+
cross-version](https://github.com/lightningnetwork/lnd/pull/10714) so that
332+
`ForEachNode`, `ForEachChannel`, and `ForEachNodeDirectedChannel` work across
333+
gossip v1 and v2. Add `PreferHighest` fetch helpers and `GetVersions` queries
334+
so callers can retrieve channels without knowing which gossip version
335+
announced them.
330336
* Updated waiting proof persistence for gossip upgrades by introducing typed
331337
waiting proof keys and payloads, with a DB migration to rewrite legacy
332338
waiting proof records to the new key/value format

0 commit comments

Comments
 (0)