Releases: filecoin-project/rust-fil-proofs
Releases · filecoin-project/rust-fil-proofs
e32d21b9563ebf6d
Merge pull request #928 from filecoin-project/chore-update-toolchain fix: switch to newer rust nightly
5a2b2de215a42118
feat: enable gpu snarks by default (#916) feat: enable gpu snarks by default
05a7d38c472e77b7
feat(errors): produce a nice error message if files don't exist (#929)
ca2d8a03e085b18b
feat(filecoin-proofs): publish v15 params (#923) feat(filecoin-proofs): publish v15 params
c641e386912f72a7
fix(benchy): fix an obviously-busted benchy (#922) - len(user bytes) < len(bit-padded(user bytes)) - pass the correct file to pre_commit - propagate failure from benchy command or micro command
b4e1ea25dc79670b
feat(filecoin-proofs): api for deals on chain and interactive po… (#912) feat(filecoin-proofs): api for deals on chain and interactive porep
eeaec992f529c0f5
Merge pull request #921 from filecoin-project/cleanup refactor: house cleaning
d4331d8704cdebdb
perf(storage-proofs): optimize sdr replication * perf(storage-proofs): improve thread handling during sdr encoding * feat(storage-proofs): implement updatable pedersen md hasher * perf(storage-proofs): column commitments in the background * feat(storage-proofs): improve memory usage * perf(storage-proofs): reduce allocations for expander parents * perf(storage-proofs): split column hashing * perf: build tree_d during encoding
7e9c5def7da3350e
feat(filecoin-proofs): generate_post and seal both accept cache dir-path
13995650a6c19a61
refactor: only use statically allocated Pedersen Hash params