Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pruner ¶
type Pruner struct {
// contains filtered or unexported fields
}
Pruner periodically removes old state and execution metadata entries.
func New ¶
func New( logger zerolog.Logger, store store.Store, execPruner coreexecutor.ExecPruner, cfg config.PruningConfig, blockTime time.Duration, daAddress string, ) *Pruner
New creates a new Pruner instance.
Click to show internal directories.
Click to hide internal directories.