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

lightningd: separate coin_movement `tags` array into `primary_tag` and `extra_tags`.

Public commit record

What the developer wrote

Authored by Rusty Russell

73/100 · Adequate
lightningd: separate coin_movement `tags` array into `primary_tag` and `extra_tags`.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Deprecated: JSON-RPC: `coin_movement` notification `tags` array (use `primary_tag` and `extra_tags`).
Changelog-Added: JSON-RPC: `coin_movement` notification `primary_tag` and `extra_tags`.
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context
The short version

What changed, and why it matters

This commit is a routine API cleanup, not a security fix. It splits the coin_movement notification's old 'tags' array into two new fields: 'primary_tag' and 'extra_tags'. The old 'tags' array is kept for backward compatibility but marked as deprecated. Nothing in the change fixes a vulnerability or changes how funds are protected.

Recommended action

No security action required. Developers consuming coin_movement notifications should plan to migrate from 'tags' to 'primary_tag'/'extra_tags' before the v26.09 removal window.

Security signals we found

No strong security signals were identified.

Risk score

Why this scored 18/100

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