filecoin-project / specs-actors

DEPRECATED Specification of builtin actors, in the form of executable code.
Other
86 stars 102 forks source link

Batched miner state manipulations for sector number allocation #1402

Closed anorth closed 3 years ago

anorth commented 3 years ago

This is broken out (1 of 2) of my work on #1241, batching pre-commits. During implementation I realised the essential similarity between allocating and masking sector numbers, so combined the state manipulation methods.