Constant forest_actor::power::MAX_MINER_PROVE_COMMITS_PER_EPOCH[][src]

pub const MAX_MINER_PROVE_COMMITS_PER_EPOCH: usize = 200;
Expand description

Maximum number of prove commits a miner can submit in one epoch

We bound this to 200 to limit the number of prove partitions we may need to update in a given epoch to 200.

To support onboarding 1EiB/year, we need to allow at least 32 prove commits per epoch.