doc: add release notes

This commit is contained in:
Andrew Toth
2026-07-04 11:30:38 -04:00
parent a2b1c86903
commit 6d0ea4cf5b

View File

@@ -1,9 +1,8 @@
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
- The transaction output spender index (`-txospenderindex`) now uses less disk
space. Existing indexes remain compatible and no action is required. To reclaim
the space for data indexed before upgrading, stop the node, delete the
`<datadir>/indexes/txospenderindex/` directory, and restart with
`-txospenderindex` enabled to rebuild it.
`-txospenderindex` enabled to rebuild it. (#35634, #35568)