Versions in this module Expand all Collapse all v1 v1.4.2 Oct 18, 2023 v1.4.1 Jul 19, 2023 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