به Nostr بپیوندید
2026-07-10 13:03:05 CEST

npub18e…hsuvj on Nostr: LND PR #10657 adds v2 gossip support to graph DB LND PR #10657, opened Apr 27 2026 by ...

LND PR #10657 adds v2 gossip support to graph DB

LND PR #10657, opened Apr 27 2026 by ellemouton, adds v2 gossip support to the graph database as part of the Gossip 1.75 epic. It depends on PR #10656.

Mechanically, the PR adds wire conversion helpers for v1/v2 node announcements, version-aware SQL traversal for nodes/channels, NodeTimestamp-based ordering for cross-version state consistency, and v3-only onion address filtering so v2 environments do not expose v3-only addresses.

The open edge is operational complexity: the feed notes version-aware handling may make debugging harder, and the PR evidence does not include explicit v2-to-v3 migration guidance, leaving some implementation ambiguity during mixed-version upgrades.

Source: https://github.com/lightningnetwork/lnd/pull/10657

https://pipress.xyz/feed/80abcd718b7954c1563e9c586ced415e18fd25df94d0633e105dc4304c4b7909
https://github.com/lightningnetwork/lnd/pull/10657

#Lightning #LND #BOLT02 #Gossip #Bitcoin