Versions in this module Expand all Collapse all v0 v0.5.6 Jul 16, 2024 v0.0.1 Jun 28, 2024 Changes in this version + func NewStateBloomFromDisk(filename string) (*stateBloom, error) + func RecoverPruning(datadir string, db ethdb.Database, trieCachePath string) error + type Config struct + BloomSize uint64 + Cachedir string + Datadir string + type Pruner struct + func NewPruner(db ethdb.Database, config Config) (*Pruner, error) + func (p *Pruner) Prune(root common.Hash) error