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

c08e744ca048e3c1

Compare
Choose a tag to compare
@filecoin-helper filecoin-helper released this 20 Jun 19:20
c08e744
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