Skip to content

Releases: filecoin-project/rust-fil-proofs

b221c955eedb9a1b

04 Mar 18:41
b221c95
Compare
Choose a tag to compare
Merge pull request #521 from filecoin-project/mmap-replication

Use mmap for replication in API.

8584f326d86a2010

28 Feb 17:00
8584f32
Compare
Choose a tag to compare
Merge pull request #514 from filecoin-project/bug/validate-all-params…

5cfd1d931ebb674c

28 Feb 15:47
Compare
Choose a tag to compare
examples: zigzag: add heap profiler

Rename original feature 'profile' to 'cpu-profile' and add new
feature: `heap-profile`.

5601967c7fbe95fe

28 Feb 02:44
Compare
Choose a tag to compare
feistel: remove TODOs

e53392ce69a75e6b

26 Feb 22:56
e53392c
Compare
Choose a tag to compare
Merge pull request #513 from filecoin-project/zigzag-example-taper

Improve zigzag example for ongoing benchmarks.

ca7b335262bee6e4

26 Feb 02:41
ca7b335
Compare
Choose a tag to compare
Merge pull request #471 from filecoin-project/fix/prove/request-paren…

bc025a2fe9c3346f

26 Feb 20:21
bc025a2
Compare
Choose a tag to compare
revert to using fake_generate_post instead of real generate_post (#512)

15663bfa22b81aed

26 Feb 23:34
15663bf
Compare
Choose a tag to compare
verify_post should be passed cfg + add FFI tests for PoSt generation/…

cba59e8643d4dd52

25 Feb 22:02
cba59e8
Compare
Choose a tag to compare
distinguish padded/unpadded bytes at the type level (#506)

* differentiate between padded and unpadded byte-amounts at type level

This changeset introduces two [newtype](https://doc.rust-lang.org/1.0.0/style/features/types/newtype.html) wrappers for u64: `UnpaddedBytesAmount` and `PaddedBytesAmount` and modifies the codebase to give/receive values of these types instead of u64.

* Add operation test to document behavior.

0bd548cbf0150a43

25 Feb 18:45
0bd548c
Compare
Choose a tag to compare
Merge pull request #478 from filecoin-project/feat/in-memory-param-ca…