doc: release note for alternate_wtxids in gettransaction
What changed, and why it matters
This commit only adds a release note describing a new RPC field called alternate_wtxids. It is documentation only and makes no code changes. There is no security issue in the commit itself.
No action needed; this is a documentation-only release note. Review the underlying PR #35501 if you want to assess the security of the alternate_wtxids feature implementation, but that code is not present in this commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit creates doc/release-notes-35501.md with a four-line release note stating that gettransaction, listtransactions, and listsinceblock now return an alternate_wtxids field listing witness txids (wtxids) that share the same txid. The diff contains no executable code, no bug fix, and no behavior change.
Changed components
doc/release-notes-35501.mdInspect captured patch +4 / −0
diff --git a/doc/release-notes-35501.md b/doc/release-notes-35501.md
new file mode 100644
index 00000000..2294d63c
--- /dev/null
+++ b/doc/release-notes-35501.md
@@ -0,0 +1,4 @@
+RPC
+---
+
+- `gettransaction`, `listtransactions`, and `listsinceblock` now have an `alternate_wtxids` field which lists the wtxids of all transactions that have the same txid.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.