262316f4df66a503
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`).