You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2025. It is now read-only.
Reason: ierrors.WithMessagef(ErrBlockTimeTooFarAheadInFuture, "block issuing time ahead by %v, time delta allowed: %d", -timeDelta, b.protocol.Options.MaxAllowedWallClockDrift),
106
+
Source: from,
107
+
})
108
+
109
+
return
110
+
}
111
+
90
112
// abort if the commitment belongs to an evicted slot
Reason: ierrors.WithMessagef(ErrUnsolidifiableCommitment, "commitment %s slot has been evicted", block.ProtocolBlock().Header.SlotCommitmentID.String()),
120
+
Source: from,
121
+
})
122
+
95
123
return
96
124
}
97
125
98
126
// add the block to the dropped blocks buffer if we could not dispatch it to the chain
0 commit comments