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

Remove deprecated `bip125 replaceable` field in mempool transaction class (#3319)

Public commit record

What the developer wrote

Authored by Fabrice Drouin

81/100 · Strong
Remove deprecated `bip125 replaceable` field in mempool transaction class (#3319)

`bip125-replaceable` field in Bitcoin Core RPC had been deprecated since v29 and has now been removed.
Full RBF has been the default policy since v28.
✓ 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 removes support for a deprecated Bitcoin Core RPC field called `bip125-replaceable` from Eclair's internal mempool transaction model. Bitcoin Core stopped providing this field, so Eclair is updating its code to keep working with newer Bitcoin Core versions. It is a compatibility/maintenance change, not a fix for an active security vulnerability.

Recommended action

No immediate security action required. Operators should ensure they run compatible Bitcoin Core versions (v28+ with Full RBF default) and review any downstream logic that previously relied on the `replaceable` flag, as it is no longer available.

Security signals we found

01

Removes parsing of a deprecated Bitcoin Core RPC field

02

No cryptographic, authorization, or network-layer changes

03

No input validation or memory-safety changes

04

No references to CVEs, security advisories, or vulnerability reports in commit message

Risk score

Why this scored 20/100

Our methodology →
Potential impact 2/30
Exploitability 1/25
Stealth signal 1/15
Affected reach 3/15
Confidence 9/10
Evidence quality 4/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.