Merge pull request #5375 from filecoin-project/feat/refactor-fsm-input

storagefsm: Rewrite input handling
This commit is contained in:
Łukasz Magiera
2021-02-25 14:28:04 +01:00
committed by GitHub
11 changed files with 632 additions and 389 deletions
+5
View File
@@ -72,6 +72,11 @@ type SealingConfig struct {
WaitDealsDelay Duration
AlwaysKeepUnsealedCopy bool
// Keep this many sectors in sealing pipeline, start CC if needed
// todo TargetSealingSectors uint64
// todo TargetSectors - stop auto-pleding new sectors after this many sectors are sealed, default CC upgrade for deals sectors if above
}
type MinerFeeConfig struct {