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

BOLTs: update for splicing: commit_sig retranmission.

Public commit record

What the developer wrote

Authored by Rusty Russell

65/100 · Adequate
BOLTs: update for splicing: commit_sig retranmission.

This needs Dusty's examination...

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
The short version

What changed, and why it matters

This commit updates Core Lightning's implementation of the Lightning protocol 'splicing' feature to match a newer version of the BOLT specifications. It changes how nodes re-send commitment signatures after reconnecting during a splice operation. The code includes an explicit 'FIXME' note indicating the new 'retransmit_flags' field is not yet fully handled, meaning the update is partial and still under review.

Recommended action

Treat as a work-in-progress protocol conformance update rather than a finished security fix. Review the FIXME in dualopend.c to ensure retransmit_flags is properly examined before this code reaches production, as incomplete handling could lead to incorrect commitment signature retransmission during splicing reconnections.

Security signals we found

01

Protocol state machine change during reconnection

02

Partial implementation flagged with FIXME for unhandled retransmit_flags

03

Splicing-related commit signature retransmission logic modified

04

BOLT specification version bump

Risk score

Why this scored 27/100

Our methodology →
Potential impact 5/30
Exploitability 5/25
Stealth signal 5/15
Affected reach 5/15
Confidence 4/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.