Files
bitcoin/src/index
Lőrinc ce06878288 index: shrink txospenderindex value markers
`TxoSpenderIndex` uses LevelDB values only as presence markers. `FindSpender` iterates over keys and loads the spending transaction from the disk position stored in each key.
Write new entries with a zero-byte span instead of a serialized empty string, so rebuilt indexes avoid one extra byte per spender entry.
Existing indexes remain readable because the lookup path does not deserialize the marker value.
2026-07-01 14:46:17 -07:00
..
2026-06-16 11:16:00 +02:00
2026-06-16 11:16:00 +02:00