From 6d0ea4cf5bdc97331d4550a35d361a7d13d259a4 Mon Sep 17 00:00:00 2001 From: Andrew Toth Date: Sat, 4 Jul 2026 11:30:38 -0400 Subject: [PATCH] doc: add release notes --- doc/release-notes-35634.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/release-notes-35634.md b/doc/release-notes-35634.md index ccbd7fd7c22..2398305bdf0 100644 --- a/doc/release-notes-35634.md +++ b/doc/release-notes-35634.md @@ -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 `/indexes/txospenderindex/` directory, and restart with - `-txospenderindex` enabled to rebuild it. + `-txospenderindex` enabled to rebuild it. (#35634, #35568)