Crate reth_era

Crate reth_era 

Source
Expand description

Era and Era1 files support for Ethereum history expiry.

Era1 files use the same e2store foundation but are specialized for execution layer block history, following the format: Version | block-tuple* | other-entries* | Accumulator | BlockIndex

Era files are special instances of .e2s files with a strict content format optimized for reading and long-term storage and distribution.

See also:

Modulesยง

common
Common utilities and shared functionality.
e2s
Core e2store primitives and file handling.
era
Core era primitives.
era1
Core era1 primitives and file handling.