Remove / rename fallback post stuff
This commit is contained in:
parent
3ec736bc04
commit
ae47bc15ff
@ -53,9 +53,6 @@ const WRatioDen = 2
|
||||
// /////
|
||||
// Proofs
|
||||
|
||||
// Epochs
|
||||
const FallbackPoStConfidence = 6
|
||||
|
||||
// Epochs
|
||||
const SealRandomnessLookback = Finality
|
||||
|
||||
|
@ -129,10 +129,10 @@ func (s *WindowPoStScheduler) Run(ctx context.Context) {
|
||||
}
|
||||
|
||||
if err := s.revert(ctx, lowest); err != nil {
|
||||
log.Error("handling head reverts in fallbackPost sched: %+v", err)
|
||||
log.Error("handling head reverts in windowPost sched: %+v", err)
|
||||
}
|
||||
if err := s.update(ctx, highest); err != nil {
|
||||
log.Error("handling head updates in fallbackPost sched: %+v", err)
|
||||
log.Error("handling head updates in windowPost sched: %+v", err)
|
||||
}
|
||||
|
||||
span.End()
|
||||
@ -206,7 +206,7 @@ func (s *WindowPoStScheduler) abortActivePoSt() {
|
||||
s.abort()
|
||||
}
|
||||
|
||||
log.Warnf("Aborting Fallback PoSt (Deadline: %+v)", s.activeDeadline)
|
||||
log.Warnf("Aborting Window PoSt (Deadline: %+v)", s.activeDeadline)
|
||||
|
||||
s.activeDeadline = nil
|
||||
s.abort = nil
|
||||
|
Loading…
Reference in New Issue
Block a user