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

Make NBXplorer service classes extensible for plugins (#7308)

Public commit record

What the developer wrote

Authored by Andrew Camilleri

81/100 · Strong
Make NBXplorer service classes extensible for plugins (#7308)

* feat: Make NBXplorer service classes extensible for plugin overrides

Mark ExplorerClientProvider methods as virtual and _Clients as protected,
WalletHistogramService.GetHistogram as virtual, and
NBXplorerConnectionFactory.OpenConnection as virtual, allowing plugins
to substitute alternative blockchain backends without reflection hacks.

* feat: Add protected constructor to ExplorerClientProvider for subclasses

Allows plugins to subclass without needing dummy IHttpClientFactory,
NBXplorerOptions, or Logs instances just to satisfy the base constructor.
✓ 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 is a routine software-engineering change: it marks several internal service methods and fields as virtual or protected so that third-party plugins can extend them more easily. There is no security bug being fixed and no new vulnerability being introduced in the diff itself.

Recommended action

No security action required. Review as normal code-quality/plugin-extensibility change.

Security signals we found

No strong security signals were identified.

Risk score

Why this scored 15/100

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