Versions in this module Expand all Collapse all v1 v1.14.12 Nov 23, 2024 Changes in this version + func NewStateBloomFromDisk(filename string) (*stateBloom, error) + func RecoverPruning(datadir string, db ethdb.Database) error + type Config struct + BloomSize uint64 + Datadir string + type Pruner struct + func NewPruner(db ethdb.Database, config Config) (*Pruner, error) + func (p *Pruner) Prune(root common.Hash) error v1.14.12-1 Nov 23, 2024