doc: add txospenderindex release note

Document that newly indexed `txospenderindex` entries use less disk space and that existing indexes remain readable.
Users only need to rebuild the index if they want previously indexed entries rewritten with the smaller marker.
This commit is contained in:
Lőrinc
2026-06-30 14:05:23 -07:00
parent ce06878288
commit 113402286e

View File

@@ -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.