Skip to content

Releases: filecoin-project/rust-fil-proofs

d64220f37fb4a269

22 Feb 04:16
Compare
Choose a tag to compare
Various spellery: the, mac OS, license, etc. (#479)

* Various spellery: the, mac OS, license, etc.

* begin → have begun

bcc758ae7d6e0321

22 Feb 03:56
Compare
Choose a tag to compare
fix-typo (#484)

5fc1fced2107e49a

22 Feb 12:42
5fc1fce
Compare
Choose a tag to compare
chore: rename rust-proofs to rust-fil-proofs

075c6a3dba29bfb0

21 Feb 16:30
075c6a3
Compare
Choose a tag to compare
Merge pull request #441 from filecoin-project/fix/fr32/write-unpadded…

715c4b0564e42b7a

20 Feb 17:16
715c4b0
Compare
Choose a tag to compare
Merge pull request #490 from filecoin-project/fix-warnings

chore: cleanup all rustc and clippy warnings

12bc40ba164a66cc

19 Feb 21:31
12bc40b
Compare
Choose a tag to compare
Merge pull request #483 from filecoin-project/feat/paramfetch-verify-…

90bb0445709a7ac3

13 Feb 00:34
90bb044
Compare
Choose a tag to compare
Merge pull request #464 from filecoin-project/features/parampublish-456

parampublish/paramfetch - cli tools to help with param distribution

2f242afc07705261

13 Feb 00:16
2f242af
Compare
Choose a tag to compare
Merge pull request #476 from filecoin-project/add-contrib

Create CONTRIBUTING.md

e6cce1762c5b99b8

12 Feb 23:56
e6cce17
Compare
Choose a tag to compare
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

10 Feb 00:19
ea67345
Compare
Choose a tag to compare
Update README.md: add PoRep shorthand

to help users connect "Proof-of-Replication" with "PoRep"