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