farming icon indicating copy to clipboard operation
farming copied to clipboard

feat: Prune states when data is no longer needed

Open hallazzang opened this issue 2 years ago • 3 comments

Currently some data permanently remain in store(e.g. CurrentEpoch, HistoricalRewards). By introducing reference counting as in Cosmos SDK, we can safely prune these data.

hallazzang avatar Sep 28 '21 05:09 hallazzang