Skip to main content

Crate reth_stages_types

Crate reth_stages_types 

Source
Expand description

Commonly used types for staged sync usage.

Structs§

AccountHashingCheckpoint
Saves the progress of AccountHashing stage.
CheckpointBlockRange
Saves the block range. Usually, it’s used to check the validity of some stage checkpoint across multiple executions.
EntitiesCheckpoint
Saves the progress of abstract stage iterating over or downloading entities.
ExecutionCheckpoint
Saves the progress of Execution stage.
ExecutionStageThresholds
The thresholds at which the execution stage writes state changes to the database.
HeadersCheckpoint
Saves the progress of Headers stage.
IndexHistoryCheckpoint
Saves the progress of Index History stages.
MerkleCheckpoint
Saves the progress of Merkle stage.
StageCheckpoint
Saves the progress of a stage.
StorageHashingCheckpoint
Saves the progress of StorageHashing stage.
StorageRootMerkleCheckpoint
Saves the progress of a storage root computation.

Enums§

PipelineTarget
Direction and target block for pipeline operations.
StageId
Stage IDs for all known stages.
StageUnitCheckpoint
Stage-specific checkpoint metrics.