Skip to content

Releases: filecoin-project/filecoin-ffi

fdc92db53e586be2

07 Dec 13:18
Compare
Choose a tag to compare
fix(rust): pull in fix for label store sizes

pulls in https://github.com/filecoin-project/rust-fil-proofs/pull/976

d7ffdb6c8a5bff68

07 Dec 09:36
Compare
Choose a tag to compare
cleanup go struct

2de19697c7984510

07 Dec 09:22
Compare
Choose a tag to compare
fix: remove legacy fields from PreCommitOutput

6ac840062c094b35

06 Dec 18:49
6ac8400
Compare
Choose a tag to compare
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

06 Dec 18:09
Compare
Choose a tag to compare
fixup: fix type

f0b1ddf4cab31841

05 Dec 01:45
Compare
Choose a tag to compare
fix(partitions): use 10 partitions for porep

70bbc9ec90322e23

05 Dec 01:31
Compare
Choose a tag to compare
feat(params): upgrade to v20 params

6d9e80001bfa2d80

05 Dec 02:58
6d9e800
Compare
Choose a tag to compare
Merge pull request #8 from filecoin-project/feat/v20-params

feat(params): upgrade to v20 params

48885f7902716c8c

05 Dec 18:31
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.

0bec1136b2391304

05 Dec 01:55
Compare
Choose a tag to compare
fix(upstream): point to upstream master, not feature branch