doc: add txospenderindex release note
What changed, and why it matters
This commit only adds a release note explaining that a new index format uses slightly less disk space. It is documentation only and contains no code changes that could affect security.
No security action required. This is a documentation-only release note.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit creates doc/release-notes-35634.md to document a disk-space optimization for the -txospenderindex. Existing indexes remain compatible; users may optionally rebuild to reclaim space. No executable code, protocol logic, or data handling is modified.
Changed components
doc/release-notes-35634.mdInspect captured patch +9 / −0
diff --git a/doc/release-notes-35634.md b/doc/release-notes-35634.md
new file mode 100644
index 00000000..ccbd7fd7
--- /dev/null
+++ b/doc/release-notes-35634.md
@@ -0,0 +1,9 @@
+Indexes
+-------
+
+- The transaction output spender index (`-txospenderindex`) now stores one byte
+ less per spender entry for newly indexed blocks. Existing indexes remain
+ compatible and no action is required. To apply the same saving to entries
+ indexed before upgrading, stop the node, delete the
+ `<datadir>/indexes/txospenderindex/` directory, and restart with
+ `-txospenderindex` enabled to rebuild it.
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.