This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
Releases: filecoin-project/rust-fil-sector-builder
Releases · filecoin-project/rust-fil-sector-builder
6217de35c062649e
chore(sector-builder): release 0.3.0
1f1b7244fd2bb82c
chore(sector-builder-ffi): release 0.3.0
cc6bae3363b582e4
bug(allocate once, not thrice) (#6)
cbe816823a7c8dcf
chore(sector-builder): release 0.2.0
c08e744ca048e3c1
feat(key snapshot by prover id + sector size) (#4) * feat(key snapshot by prover id + sector size) * feat(don't be a memory hog) - don't copy memory from SectorBuilderState to StateSnapshot - don't use a StateSnapshot type at all - pass references, not owned (cloned) values to snapshotting stuff
a09e0f001ceffac7
chore(deps): use published versions of ffi-toolkit and drpo_struct_ma…
394b5b1bd87efbee
chore(sector-builder-ffi): release 0.2.0
10e49ef42980c13c
feat(write header file to OUT_DIR as per cargo build docs) (#7)
092e4699decf915d
feat(consume published crates) (#8)
f435451187745b74
Merge pull request #3 from filecoin-project/bugs/export-api-types bug(export types consumed/produced by API)