AI-generated analysisPublished automatically and not human-verified. Validated context appears in community notes below.
← Watch feed
Low 26 Bitcoin

gossip: broadcast channel updates along with channel announcements

Public commit record

What the developer wrote

Authored by ThomasV

73/100 · Adequate
gossip: broadcast channel updates along with channel announcements

The channel update in mark_open is only sent once, and only to the
channel peer. In addition, it seems to be discarded by Eclair.
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context
The short version

What changed, and why it matters

This change adjusts how Electrum broadcasts Lightning Network channel updates. Previously, a channel update was sent only once and only to the direct peer when a channel opened, and some peers (notably Eclair) appeared to ignore it. Now, channel updates are also broadcast periodically alongside channel announcements to all peers. This is a protocol compatibility/reliability improvement rather than a fix for a clear security vulnerability.

Recommended action

Review as a normal protocol correctness/reliability patch. No immediate security response appears warranted based on the diff alone, but verify that broadcasting channel updates does not leak private channel details and that the periodic gossip loop respects privacy settings for non-public channels.

Security signals we found

01

Change in network/gossip message propagation logic

02

Condition change from experimental forwarding flag to public-channel check

03

Commit message notes peer (Eclair) discards certain channel updates

Risk score

Why this scored 26/100

Our methodology →
Potential impact 5/30
Exploitability 3/25
Stealth signal 4/15
Affected reach 5/15
Confidence 6/10
Evidence quality 3/5
Human-validated context

Community notes

Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.

No validated notes yet.

The AI analysis stands alone for now. Submit a note if you can add evidence or important context.