Releases: filecoin-project/filecoin-ffi
Releases · filecoin-project/filecoin-ffi
b5f7e69c52c6b693
feat(rust): update storage-proofs
670ac72dfda49f9b
perf(proofs): parallelize replicas conversion in generate_candidates
1971dfe5b119b4a5
fix: remove reference to .install-filecoin file There is no need to create a `.install-filecoin` file
e32f5efc808b9256
Merge pull request #19 from filecoin-project/feat/params-v20-1 feat(rust): params v20-1
a606974abce039f6
fix: revert gpu updates
7ddde8e0f553289c
feat(rust): params v20-1 ref https://github.com/filecoin-project/rust-fil-proofs/pull/985/
2383ce072e9514e6
fix: revert gpu updates (#18) fix: revert gpu updates
ffc5f14bc277546f
fix: more bash fixes Fixes as indicated by shellcheck
fd9a78f643acc75b
feat(rust): update to the latest version of rust proofs (#17) feat(rust): update to the latest version of rust proofs
894ac93f533eaafd
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.