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§
- consensus_
types - Consensus types for Era post-merge history files
- 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
- era_
file_ ops - Represents reading and writing operations’ era file
- era_
types - Era types for
.era
files - execution_
types - Execution layer specific types for
.era1
files
Traits§
- Decode
Compressed - Extension trait for generic decoding from compressed data
- Decode
Compressed Ssz - Extension trait for generic decoding from compressed ssz data