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

Allow remote `dust_limit_satoshis` up to 5000 sats (#3227)

Public commit record

What the developer wrote

Authored by Bastien Teinturier

81/100 · Strong
Allow remote `dust_limit_satoshis` up to 5000 sats (#3227)

Set allow remote `dust_limit_satoshis` up to 5000 sats, which means that
HTLC outputs should be claimable at feerates lower than `25 sat/kw`.

Given that our default `dust-tolerance` is set to 50 000 sats, this
allows at least 10 pending dust HTLCs before we start failing dust HTLCs
back instead of relaying them.
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context✓ Links an issue, advisory, or supporting reference
The short version

What changed, and why it matters

This commit lowers the maximum dust-limit Eclair will accept from a remote Lightning peer from 10,000 satoshis to 5,000 satoshis. Dust limits determine which tiny channel outputs can be created on-chain. The change is framed as a defensive tightening: with Eclair's default dust tolerance of 50,000 sats, it still allows at least 10 tiny HTLCs to be pending before the node stops relaying them. The commit message itself describes the change in security-relevant terms (preventing uneconomical on-chain HTLC claims), but the diff is a single configuration value change and does not fix an obvious, exploitable bug.

Recommended action

Treat as a minor defensive configuration hardening. Review whether local node operators should override this value, and monitor for follow-up commits or BOLTs discussion that clarify the security rationale. No urgent patching is indicated by the commit alone.

Security signals we found

01

Configuration change affecting channel funding/HTLC dust policy

02

Commit message explicitly discusses on-chain claimability and dust HTLC relay behavior

03

Reduces accepted remote dust limit, a defensive tightening

04

No code logic change; relies on existing enforcement of max-remote-dust-limit-satoshis

05

No CVE, advisory, researcher credit, or vendor security disclosure referenced in commit

Risk score

Why this scored 37/100

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