#ETH 📍 Vitalik Buterin proposed an update to the Ethereum roadmap.
The main goal is to maintain the ability to run personal nodes even as network load grows.
✧ EIP-4444 - block history stored for only 36 days to reduce disk requirements.
✧ Decentralized storage of old data - no centralized archives.
✧ New gas model - storage becomes more expensive, execution cheaper.
✧ New node type - partially stateless node: stores only the necessary part of the state, functions as a local RPC.
```