mimblewimble / grin

Minimal implementation of the Mimblewimble protocol.
https://grin.mw/
Apache License 2.0
5.04k stars 991 forks source link

we are not currently pruning/compacting the data file #770

Closed antiochp closed 6 years ago

antiochp commented 6 years ago

This functionality was commented out and disabled as part of #753. We are compacting the hash file but the data file is left un-compacted. Now that #753 is merged in we should investigate and get this working again.

https://github.com/mimblewimble/grin/blob/65633c7611c07fc2467e352dab5367789f0a05bd/store/src/pmmr.rs#L375-L396

https://github.com/mimblewimble/grin/blob/65633c7611c07fc2467e352dab5367789f0a05bd/store/src/pmmr.rs#L417-L423

yeastplume commented 6 years ago

looking into this ATM