Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Releases: filecoin-project/rust-fil-sector-builder

e50b189b25c04b11

19 Sep 18:40
e50b189
Compare
Choose a tag to compare
feat: use file descriptors for add_piece and generate_piece_commitment

a04d0322966470a4

19 Sep 22:33
a04d032
Compare
Choose a tag to compare
fix(ffitest): drop unused file (#57)

04eaf9fdfdd48ab0

19 Sep 15:32
04eaf9f
Compare
Choose a tag to compare
ci(cache): update cache config to reflect new env variable (#56)

be273a90b7465349

18 Sep 20:40
be273a9
Compare
Choose a tag to compare
Refactor/sealer accepts just what it needs (#55)

* refactor(store): move store out of sealer thread

* refactor(threading): move all mutable state into scheduler thread

* refactor(naming): prefix task with consumer name

* refactor(channels): remove channels from SectorMetadataManager

* refactor(extract): move metadata manager into separate file

* refactor(dig): use impl AsRef<Path> as per PR feedback

* refactor(dig): move SectorBuilderState construction into method

* refactor(dig): import at top level

* fix(rebase): change constant names to reflect new API

9b238e2a821c2ede

17 Sep 16:12
9b238e2
Compare
Choose a tag to compare
refactor(sectorstore): remove SectorStore dependency from RetrievePie…

b553a95f428b1bf9

11 Sep 17:25
Compare
Choose a tag to compare
fixup(create darwin release)

8300cef9bf95be25

11 Sep 00:22
Compare
Choose a tag to compare
ci(respect CARGO_TARGET_DIR env variable)

7c0f14e277fc1b87

11 Sep 15:38
Compare
Choose a tag to compare
fixup(verbose script)

608a9cc0e8cfb45f

11 Sep 15:56
608a9cc
Compare
Choose a tag to compare
ci(install jq to directory on path) (#48)

51c64008779b28e0

11 Sep 18:31
51c6400
Compare
Choose a tag to compare
ci(package paramcache instead of paramfetch) (#50)