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

fuzz: don't bypass_limits for most mempool harnesses

Public commit record

What the developer wrote

Authored by Greg Sanders

83/100 · Strong
fuzz: don't bypass_limits for most mempool harnesses

Using bypass_limits=true is essentially fuzzing part of a
reorg only, and results in TRUC invariants unable to be
checked. Remove most instances of bypassing limits, leaving
one harness able to do so.
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context✓ Mentions testing or verification
The short version

What changed, and why it matters

This change only modifies Bitcoin Core's internal fuzz testing code, not the production mempool logic. It adjusts how test harnesses feed random data into the mempool acceptance routine so that most harnesses no longer skip standard policy limits. The patch improves test coverage for a new transaction type (TRUC) but does not fix a security bug in live software.

Recommended action

No action required for production deployments. Treat as a routine test-quality improvement. Reviewers may verify that the remaining bypass_limits usage in the tx_pool fuzz target still provides adequate coverage for reorg-only paths.

Security signals we found

01

No production code changed

02

Fuzz-test harness adjustment only

03

No input validation, cryptography, or network logic modified

04

No memory safety, resource exhaustion, or consensus code touched

Risk score

Why this scored 16/100

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