Crate reth_prune_types

Crate reth_prune_types 

Source
Expand description

Commonly used types for prune usage.

Structs§

PruneCheckpoint
Saves the pruning progress of a stage.
PruneModes
Pruning configuration for every segment of the data that can be pruned.
PrunedSegmentInfo
Represents information of a pruner run for a segment.
PrunerOutput
Pruner run output.
SegmentOutput
Segment pruning output.
SegmentOutputCheckpoint
Segment pruning checkpoint.

Enums§

PruneInterruptReason
Reason for interrupting a prune run.
PruneMode
Prune mode.
PruneProgress
Progress of pruning.
PrunePurpose
Prune purpose.
PruneSegment
Segment of the data that can be pruned.
PruneSegmentError
PruneSegment error type.
PrunerEvent
An event emitted by a pruner.
UnwindTargetPrunedError
Type of history that can be pruned

Constants§

MINIMUM_PRUNING_DISTANCE
Minimum distance from the tip necessary for the node to work correctly:
PRUNE_SEGMENTS
Array of PruneSegments actively in use.