Skip to content

Releases: filecoin-project/rust-fil-proofs

4f329d615bb2d6f6

26 Nov 19:44
4f329d6

Choose a tag to compare

refactor: switch to anyhow from failure (#956)

refactor: switch to anyhow from failure

144f1be9043da3e9

24 Nov 15:27
144f1be

Choose a tag to compare

feat: implement windowed porep

d665961692ff7e31

20 Nov 02:31

Choose a tag to compare

feat: add merkle tree and encoding persistence

c063fa520aa6962b

20 Nov 21:19
c063fa5

Choose a tag to compare

 caller to provide challenge count to PoSt ops

he number of challenges for a given miner is a function of the size of their proving set - but we don't know what that function is. It may be a per-miner value or it may be a network-wide parameter. Either way, it's in a state of flux.

00a1595784deb9af

20 Nov 17:51
00a1595

Choose a tag to compare

fix(params): ensure benchmarking server has groth params and keys bef…

aebafd2ad47ea792

19 Nov 20:36
aebafd2

Choose a tag to compare

feat(params): paramcache to generate params for whitelisted sizes (#952)

6c06b13fb7503dcc

19 Nov 01:44
6c06b13

Choose a tag to compare

feat: implement election post

379de4733ef117c7

19 Nov 19:43
379de47

Choose a tag to compare

fix: add missing election-post checks


also update the api to expect no more faulty sectors

a02147e713d242d7

15 Nov 23:07
a02147e

Choose a tag to compare

feat(filecoin-proofs): publish params@v17 (#947)

feat(filecoin-proofs): publish params@v17

e550eba95776f141

14 Nov 19:48
e550eba

Choose a tag to compare

feat: update upstream crates (bellperson, paired, ..) and dependencies