Skip to content

Commit

Permalink
Merge pull request #3924 from filecoin-project/feat/dont-recompute-Po…
Browse files Browse the repository at this point in the history
…ST-redux

Dont recompute post on revert <<redux>>
  • Loading branch information
magik6k authored Sep 30, 2020
2 parents 4e8ccb2 + c33b3df commit 7a3a2f8
Show file tree
Hide file tree
Showing 7 changed files with 1,918 additions and 169 deletions.
4 changes: 4 additions & 0 deletions chain/actors/builtin/miner/miner.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ import (

// Unchanged between v0 and v1 actors
var WPoStProvingPeriod = miner0.WPoStProvingPeriod
var WPoStPeriodDeadlines = miner0.WPoStPeriodDeadlines
var WPoStChallengeWindow = miner0.WPoStChallengeWindow
var WPoStChallengeLookback = miner0.WPoStChallengeLookback
var FaultDeclarationCutoff = miner0.FaultDeclarationCutoff

const MinSectorExpiration = miner0.MinSectorExpiration

Expand Down
Loading

0 comments on commit 7a3a2f8

Please sign in to comment.