Skip to content

262316f4df66a503

Compare
Choose a tag to compare
@filecoin-crate-owner filecoin-crate-owner released this 05 Sep 11:57
262316f
feat(storage-proofs): store MTs on disk by default (#836)

BREAKING CHANGE: We now store MTs on disk by default, this
shouldn't have an impact on replication time but will increase disk
usage considerably (roughly 20x the sector size).

To store them on memory instead use the (new) `mem-trees` feature
(that replaces the old, now removed, `disk-trees`).