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
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.
The text was updated successfully, but these errors were encountered:
Up to one HistoricalRewards object is generated per epoch (Day) per StakingCoinDenom. Since the size of HistoricalRewards is also small, it does not seem to occupy an influential data size. So I don't think we have to put it in v1 unless it's a confident and verified code. We could consider putting in on the next release.
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.
The text was updated successfully, but these errors were encountered: