Skip to content

Commit 32f201a

Browse files
committed
docs: add release note for cross-version graph Store
1 parent 147e18e commit 32f201a

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
@@ -316,6 +316,12 @@
316316
The v1 end-time bound is corrected from inclusive to exclusive to match the
317317
BOLT 07 `gossip_timestamp_filter` spec. New SQL queries and composite indexes
318318
are added for efficient v2 block-height range scans.
319+
* Make the [graph `Store` interface
320+
cross-version](https://github.com/lightningnetwork/lnd/pull/10656) so that
321+
`ForEachNode`, `ForEachChannel`, and `ForEachNodeDirectedChannel` work across
322+
gossip v1 and v2. Add `PreferHighest` fetch helpers and `GetVersions` queries
323+
so callers can retrieve channels without knowing which gossip version
324+
announced them.
319325
* Updated waiting proof persistence for gossip upgrades by introducing typed
320326
waiting proof keys and payloads, with a DB migration to rewrite legacy
321327
waiting proof records to the new key/value format

0 commit comments

Comments
 (0)