filecoin-project / rust-fil-proofs

Proofs for Filecoin in Rust
Other
489 stars 314 forks source link

Rename and separate published and supported sector sizes #1747

Closed cryptonemo closed 7 months ago

cryptonemo commented 7 months ago

Most tests rely on sector sizes being supported, but the constant we're using is named 'published sector sizes'. This wouldn't normally matter, but the distinction is required for a future update and the naming is more clear (since not all supported sector sizes have published parameters).