You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new index with block height + block hash + TxHistoryRow entries for the last 100 blocks.
When a reorg occurs, utilize that to clean up the TxHistoryRows and roll them back.
StatsCache and UtxoCache to only cache up to 6 blocks deep. This will help prevent incorrect stats information.
a. Not sure what the performance consequences are for this... maybe 3 blocks deep is more acceptable.
The text was updated successfully, but these errors were encountered:
a. Not sure what the performance consequences are for this... maybe 3 blocks deep is more acceptable.
The text was updated successfully, but these errors were encountered: