Skip to content

Commit f74502d

Browse files
committed
docs: add release note for cross-version graph Store
1 parent a7265e7 commit f74502d

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
@@ -409,6 +409,12 @@
409409
fallback](https://github.com/lightningnetwork/lnd/pull/10717) so that gossip
410410
channel filtering and zombie edge lookups use the correct gossip version
411411
instead of hardcoding v1.
412+
* Make the [graph `Store` interface
413+
cross-version](https://github.com/lightningnetwork/lnd/pull/10714) so that
414+
`ForEachNode`, `ForEachChannel`, and `ForEachNodeDirectedChannel` work across
415+
gossip v1 and v2. Add `PreferHighest` fetch helpers and `GetVersions` queries
416+
so callers can retrieve channels without knowing which gossip version
417+
announced them.
412418
* Updated waiting proof persistence for gossip upgrades by introducing typed
413419
waiting proof keys and payloads, with a DB migration to rewrite legacy
414420
waiting proof records to the new key/value format

0 commit comments

Comments
 (0)