You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include the feature map from LDK's NodeAnnouncementInfo in
GraphNodeAnnouncement. Features are part of the BOLT 7 node_announcement
payload, so exposing them makes the graph node announcement proto match the
underlying gossip data more completely.
Reuse the existing bit-keyed Feature representation and conversion helper, and
cover the new field in the graph-get-node e2e test. This also supports callers
such as sim-ln that need to inspect other nodes' advertised capabilities.
For context:
bitcoin-dev-project/sim-ln#307https://github.com/bitcoin-dev-project/sim-ln/pull/307/changes#r3481510079
0 commit comments