hathor-core
hathor-core copied to clipboard
Move TransactionStorage caches to a dedicated "index"
There are several properties in TransactionStorage, like _cache_block_count, _cache_tx_count, _latest_timestamp, _first_timestamp and maybe others, that could be in its own "index-like" implementation inside the IndexesManager, which would simplify some specialized code we had to make.
This might still make sense.