filecoin-project / go-sectorbuilder

Other
8 stars 16 forks source link

generate a PoSt w/out using a sector builder instance #56

Closed laser closed 4 years ago

laser commented 4 years ago

What's in this PR?

This PR adds two new functions: StandaloneGeneratePoSt and StandaloneGenerateCandidates, each of which are required for PoSt when a sector builder isn't managing the CommR -> replica path mappings.

After this PR merges, it will no longer be necessary to use the sector importing API.