Releases: filecoin-project/rust-fil-proofs
Releases · filecoin-project/rust-fil-proofs
7b7bf92bce8b9af7
Merge pull request #842 from filecoin-project/hotfix/decrease-post-se…
534d37ec7c798dd7
Merge branch 'master' into hotfix/decrease-post-sectors-count
0f1fcb9b6e491bdb
need release binaries
d0e0c366c966e199
need release binaries
b40d12ab3aa6ef38
fix(storage-proofs): always use temporary files for MTs (#833) * remove MTs directory, use only temp files * import new FromIndexedParallelIterator * bump merkletree dep
2d6aa39e6d045f3a
Feat/821 and 814 benchmark improvements (#828) * feat(combine benchmark output into single doc) - use bc for floating-point math - fix benchy such that it puts maximum RSS in correct place - modify CircleCI command to combine output into single JSON doc - don't allocate psuedo-tty in `ssh` command (which was causing stderr and stdout to be combined) * fixup(point at branch) * feat(add taper, taper-layers, and layer-challenges to zigzag input object) * bug(update "hash-constraints" string in both places) * feat(don't need to be so quiet) * refactor(move maximum rss around) * add composable with-dots.sh script * feat(add status-dots) * feat(persist JSON docs as CircleCI artifacts) * fixup(run full benchmarks) * refactor(move benchmark aggregator into standalone script)
e7ba5c770560f2a8
Disk-only MT (#796) * feat(storage-proofs): replace DiskMmapStore with disk-only DiskStore * use released version
5a432ce7a30485ed
feat(storage-proofs): test Feistel permutation for collisions
d98069d2f091bfed
chore(filecoin-proofs): release 0.6.2
91275af4c34b9b8e
Paramfetch flex (#817) * feat(paramfetch): allow for manual specification of ipget version * feat(paramfetch): allow passing args to ipget directly * feat(ipget-bin and ipget-version are incompatible)