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