Releases: filecoin-project/rust-fil-proofs
Releases · filecoin-project/rust-fil-proofs
d64220f37fb4a269
Various spellery: the, mac OS, license, etc. (#479) * Various spellery: the, mac OS, license, etc. * begin → have begun
bcc758ae7d6e0321
fix-typo (#484)
5fc1fced2107e49a
chore: rename rust-proofs to rust-fil-proofs
075c6a3dba29bfb0
Merge pull request #441 from filecoin-project/fix/fr32/write-unpadded…
715c4b0564e42b7a
Merge pull request #490 from filecoin-project/fix-warnings chore: cleanup all rustc and clippy warnings
12bc40ba164a66cc
Merge pull request #483 from filecoin-project/feat/paramfetch-verify-…
90bb0445709a7ac3
Merge pull request #464 from filecoin-project/features/parampublish-456 parampublish/paramfetch - cli tools to help with param distribution
2f242afc07705261
Merge pull request #476 from filecoin-project/add-contrib Create CONTRIBUTING.md
e6cce1762c5b99b8
Feat/more realistic sectors (#472) * Remove sector config env vars. * Remove concept of delay from sector config. * Remove ProofTest. * Remove Fake/Real Config distinction. * Remove concept of dummy params. * Remove get_config(). * Remove concept of small sectors and factor perform_replication() out of existence. * Remove superfluous replica from PrivateInputs. * Fix zigzag example help text. * Fix (reverse) tapering order. * Correctly generate blank circuit with taper. * Adjust API PoRep parameters. * Increase live sector size, targeting longer seal for user devnet. * Use OsRng for randomization when creating proof. * Reduce layers for CI load. * sector builder should call in to fake post to maintain backwards-compatibility * toggle ffi store with USE_LIVE_STORE variable * Mod FFI test to test live sealing time. * Going for very small parameters to minimize generation time for users. * Vetted candidate parameters for devnet. * Re-enable FFI retrieval test for live sectors.
ea67345d6fd3cd80
Update README.md: add PoRep shorthand to help users connect "Proof-of-Replication" with "PoRep"