Skip to content

Releases: filecoin-project/rust-fil-proofs

e32d21b9563ebf6d

29 Oct 23:28
e32d21b
Compare
Choose a tag to compare
Merge pull request #928 from filecoin-project/chore-update-toolchain

fix: switch to newer rust nightly

5a2b2de215a42118

28 Oct 12:56
5a2b2de
Compare
Choose a tag to compare
feat: enable gpu snarks by default (#916)

feat: enable gpu snarks by default

05a7d38c472e77b7

28 Oct 22:19
05a7d38
Compare
Choose a tag to compare
feat(errors): produce a nice error message if files don't exist (#929)

ca2d8a03e085b18b

25 Oct 10:18
ca2d8a0
Compare
Choose a tag to compare
feat(filecoin-proofs): publish v15 params (#923)

feat(filecoin-proofs): publish v15 params

c641e386912f72a7

24 Oct 18:26
c641e38
Compare
Choose a tag to compare
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

24 Oct 13:52
b4e1ea2
Compare
Choose a tag to compare
feat(filecoin-proofs): api for deals on chain and interactive po… (#912)

feat(filecoin-proofs): api for deals on chain and interactive porep

eeaec992f529c0f5

23 Oct 19:37
eeaec99
Compare
Choose a tag to compare
Merge pull request #921 from filecoin-project/cleanup

refactor: house cleaning

d4331d8704cdebdb

21 Oct 13:26
d4331d8
Compare
Choose a tag to compare
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

21 Oct 10:43
Compare
Choose a tag to compare
feat(filecoin-proofs): generate_post and seal both accept cache dir-path

13995650a6c19a61

21 Oct 10:42
1399565
Compare
Choose a tag to compare
refactor: only use statically allocated Pedersen Hash params