Skip to content

Releases: filecoin-project/filecoin-ffi

b5f7e69c52c6b693

13 Dec 11:19
Compare
Choose a tag to compare
feat(rust): update storage-proofs

670ac72dfda49f9b

13 Dec 11:13
Compare
Choose a tag to compare
perf(proofs): parallelize replicas conversion in generate_candidates

1971dfe5b119b4a5

12 Dec 12:44
Compare
Choose a tag to compare
fix: remove reference to .install-filecoin file

There is no need to create a `.install-filecoin` file

e32f5efc808b9256

11 Dec 09:57
e32f5ef
Compare
Choose a tag to compare
Merge pull request #19 from filecoin-project/feat/params-v20-1

feat(rust):  params v20-1

a606974abce039f6

10 Dec 10:17
Compare
Choose a tag to compare
fix: revert gpu updates

7ddde8e0f553289c

10 Dec 20:19
Compare
Choose a tag to compare
feat(rust):  params v20-1

ref https://github.com/filecoin-project/rust-fil-proofs/pull/985/

2383ce072e9514e6

10 Dec 10:47
2383ce0
Compare
Choose a tag to compare
fix: revert gpu updates (#18)

fix: revert gpu updates

ffc5f14bc277546f

09 Dec 15:46
Compare
Choose a tag to compare
fix: more bash fixes

Fixes as indicated by shellcheck

fd9a78f643acc75b

09 Dec 22:51
fd9a78f
Compare
Choose a tag to compare
feat(rust): update to the latest version of rust proofs (#17)

feat(rust): update to the latest version of rust proofs

894ac93f533eaafd

09 Dec 15:45
Compare
Choose a tag to compare
feat: get GPU devices via FFI

A new FFI call (`util::get_gpu_devices()`) is introduced. It returns
the available GPUs as an array of strings.