For the complete documentation index, see llms.txt. This page is also available as Markdown.

EVM chain history preservation

Ethereum's history growth is gradually increasing the hardware requirements for running full nodes. For long, Ethereum community has been working on EIP-4444, which requires a solution for history preservation of Ethereum's full nodes. Similar needs will also arise, likely a lot fast, in high performance EVM scenarios, where history grows at 100 ~ 10,000X faster speed.

As such, an EVM history preservation service designed in a similar architecture as in the previous section can be expanded to meet such needs.

Last updated