File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments