Closed
Description
Allowing a VM to delete old blocks from the proposervm
(and from its block store) would prevent ever-growing disk size (relying entirely on state sync for new nodes to join the network).
On a tokenvm
devnet with 10k accounts that send 100M transactions, only 125MB of state is used but 32 GB of block storage (16 GB in tokenvm and 16 GB in proposervm) is used. The state size remains constant during this test but block storage grows unbounded.