diff --git a/doc/release-notes-35634.md b/doc/release-notes-35634.md new file mode 100644 index 00000000000..ccbd7fd7c22 --- /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 + `/indexes/txospenderindex/` directory, and restart with + `-txospenderindex` enabled to rebuild it.