Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Releases: filecoin-project/rust-fil-proofs-ffi

59f46f454006ec58

30 Nov 20:50
59f46f4
Compare
Choose a tag to compare
deprecate project (#43)

e4e4b8239250ca1c

22 Nov 18:58
e4e4b82
Compare
Choose a tag to compare
Election PoSt without a sector builder (#41)

* feat(candidates): add generate_candidates

* feat(post): add generate_post standalone op

* feat(tests): backfill tests for new API fns

65267ef495daec31

20 Nov 22:02
65267ef
Compare
Choose a tag to compare
feat(challenges): configurable challenge count (#40)

1b8511ebfd5af143

20 Nov 03:23
Compare
Choose a tag to compare
feat: add cache path to unseal and remove t_aux/p_aux

aab6d44c38d21b46

19 Nov 20:11
Compare
Choose a tag to compare
feat: update to latest rust-fil-proofs (#38)

6a5d42babb6ddc8d

19 Nov 18:10
Compare
Choose a tag to compare
feat: updates for election-post (#36)

* feat: updates for election-post

* destroy finalize response

* simplify winner -> candidate

* update with latest rust-fil-proofs changes

* update upstream

* update upsream

* update to master

* increase ci timeout

* fix(params): upgrade to v17 params

a5e481893bcd1ba6

05 Nov 22:49
a5e4818
Compare
Choose a tag to compare
add functions for pre-committing, committing, staging data, and unsea…

17c6a09a5746959a

04 Nov 22:27
17c6a09
Compare
Choose a tag to compare
feat(bellman): use bellman lib which uses env to disable/enable GPU (…

a7dd49b452b29c10

02 Nov 18:14
a7dd49b
Compare
Choose a tag to compare
Feat/bellman and comm d (#32)

* feat(bellman): consume patched rust-fil-proofs w/bellman

* feat(commd): drop pieces from verify

* feat(commd): generate comm_d

* fix(rebase): update cargo.lock after botched rebase

* feat(toolchain): upgrade toolchain to match upstream lib

* fix(clippy): allow missing safety doc

ab43437b912ddd24

24 Oct 17:53
ab43437
Compare
Choose a tag to compare
modifications to conform to Interactive PoRep API (#31)

* refactor(pip): drop pip verification

* refactor(verification): consume new API

* fix(branch): point to master branch of upstream