Expand description
Era and Era1 files support for Ethereum history expiry.
Era files are special instances of .e2s files with a strict content format optimized for reading and long-term storage and distribution.
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
See also:
Modules§
- e2s_
file E2Store
file reader- e2s_
types - Types to build e2store files
ie. with
.e2s
extension - era1_
file - Represents a complete Era1 file
- era1_
types - Era1 types
- execution_
types - Execution layer specific types for era1 files