Releases: filecoin-project/filecoin-ffi
Releases · filecoin-project/filecoin-ffi
fdc92db53e586be2
fix(rust): pull in fix for label store sizes pulls in https://github.com/filecoin-project/rust-fil-proofs/pull/976
d7ffdb6c8a5bff68
cleanup go struct
2de19697c7984510
fix: remove legacy fields from PreCommitOutput
6ac840062c094b35
feat: update rust dependencies pulls in optimized merkletree and bellperson with GPU locking pulls in https://github.com/filecoin-project/rust-fil-proofs/pull/975
531a1226d26f9230
fixup: fix type
f0b1ddf4cab31841
fix(partitions): use 10 partitions for porep
70bbc9ec90322e23
feat(params): upgrade to v20 params
6d9e80001bfa2d80
Merge pull request #8 from filecoin-project/feat/v20-params feat(params): upgrade to v20 params
48885f7902716c8c
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.
0bec1136b2391304
fix(upstream): point to upstream master, not feature branch