You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A miner should select a sector size when pledging, i.e. when miner create runs. To start with, we should support Test and TwoFiftySixMiB. The choice of sector size should be constrained to some enumeration of values in Go code.
Acceptance criteria
[ ] - update miner create command to require a new sector size-argument
[ ] - rust-fil-proofs uses selected sector size when packing pieces into sectors and sealing
[ ] - go-filecoin actors use selected sector size when verifying seal and PoSt proofs
[ ] - modify gengen setup.json to include miner's sector size
[ ] - make sure that 1KiB sectors are used when in test proofs mode and prevent 1KiB sectors from being used when not in test proofs mode
The text was updated successfully, but these errors were encountered:
Description
A miner should select a sector size when pledging, i.e. when
miner create
runs. To start with, we should supportTest
andTwoFiftySixMiB
. The choice of sector size should be constrained to some enumeration of values in Go code.Acceptance criteria
[ ] - update
miner create
command to require a new sector size-argument[ ] - rust-fil-proofs uses selected sector size when packing pieces into sectors and sealing
[ ] - go-filecoin actors use selected sector size when verifying seal and PoSt proofs
[ ] - modify gengen
setup.json
to include miner's sector size[ ] - make sure that 1KiB sectors are used when in test proofs mode and prevent 1KiB sectors from being used when not in test proofs mode
The text was updated successfully, but these errors were encountered: