Versions in this module Expand all Collapse all v1 v1.20.0 Jul 20, 2024 Changes in this version + func NewStateBloomFromDisk(filename string) (*stateBloom, []common.Hash, error) + func RecoverPruning(datadir string, db ethdb.Database, threads int) error + type Config struct + BloomSize uint64 + CleanCacheSize int + Datadir string + Threads int + type Pruner struct + func NewPruner(db ethdb.Database, config Config) (*Pruner, error) + func (p *Pruner) Prune(inputRoots []common.Hash) error