sealing fsm: Separate precommit 1/2

This commit is contained in:
Łukasz Magiera
2020-04-03 18:54:15 +02:00
parent 147e18e28e
commit a63a0b3077
7 changed files with 80 additions and 53 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ const (
// happy path
Empty SectorState = "Empty"
Packing SectorState = "Packing" // sector not in sealStore, and not on chain
Unsealed SectorState = "Unsealed" // sealing / queued
PreCommit1 SectorState = "PreCommit1" // do PreCommit1
PreCommit2 SectorState = "PreCommit2" // do PreCommit1
PreCommitting SectorState = "PreCommitting" // on chain pre-commit
WaitSeed SectorState = "WaitSeed" // waiting for seed
Committing SectorState = "Committing"