Skip to content

Releases: filecoin-project/filecoin-ffi

48885f7902716c8c

05 Dec 18:31

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

Choose a tag to compare

fix(upstream): point to upstream master, not feature branch

057e6a4bacc197c9

05 Dec 01:48

Choose a tag to compare

ci(params): darwin doesn't need groth parameters

f8246a0ad75f89cf

04 Dec 12:38

Choose a tag to compare

update deps with bugfix

ebb3e13addf13059

04 Dec 12:54

Choose a tag to compare

feat(upstream): upgrade sapling crypto to 0.2.2 for perf

c330b51b7461a454

03 Dec 23:09

Choose a tag to compare

feat(upstream): upgrade sapling crypto to 0.2.1 for per

5224a4a45397f1e1

03 Dec 16:23

Choose a tag to compare

fix(cbindgen): roll back to 0.10.0 to avoid the libuchar dependency

1daafc160516e972

03 Dec 15:39

Choose a tag to compare

fix(crates): update to newest version of upstream

15eb66f92ad30d98

03 Dec 16:43
15eb66f

Choose a tag to compare

Merge pull request #4 from filecoin-project/unseal-range

feat(proofs): add unseal_range

f7ccfc081783a4d2

02 Dec 23:23

Choose a tag to compare

fix(tests): add tests for get unsealed range

- note that this commit won't pass until rust-fil-proofs #963 is resolved