Open
Description
In current version, we have two extreme options:
- either run archive node with ALL historical states
- or full node with only recent state (last 128 blocks in momery for mini reorg)
But in archive node case, some too-old states (e.g. 3 months ago) may not be used in most cases. Is there any solution to store states for only the last N months or last N blocks? Looking forward to your reply.
There is a similar question in stackexchange: Run archive node to store states for the last N months only.