Releases: filecoin-project/rust-fil-proofs
Releases · filecoin-project/rust-fil-proofs
b221c955eedb9a1b
Merge pull request #521 from filecoin-project/mmap-replication Use mmap for replication in API.
8584f326d86a2010
Merge pull request #514 from filecoin-project/bug/validate-all-params…
5cfd1d931ebb674c
examples: zigzag: add heap profiler Rename original feature 'profile' to 'cpu-profile' and add new feature: `heap-profile`.
5601967c7fbe95fe
feistel: remove TODOs
e53392ce69a75e6b
Merge pull request #513 from filecoin-project/zigzag-example-taper Improve zigzag example for ongoing benchmarks.
ca7b335262bee6e4
Merge pull request #471 from filecoin-project/fix/prove/request-paren…
bc025a2fe9c3346f
revert to using fake_generate_post instead of real generate_post (#512)
15663bfa22b81aed
verify_post should be passed cfg + add FFI tests for PoSt generation/…
cba59e8643d4dd52
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
Merge pull request #478 from filecoin-project/feat/in-memory-param-ca…