Versions in this module Expand all Collapse all v1 v1.0.1 Sep 3, 2022 Changes in this version + func NewStateBloomFromDisk(filename string) (*stateBloom, error) + func RecoverPruning(datadir string, db ethdb.Database, trieCachePath string) error + type Pruner struct + func NewPruner(db ethdb.Database, datadir, trieCachePath string, bloomSize uint64) (*Pruner, error) + func (p *Pruner) Prune(root common.Hash) error