computeBootstrapDelay
should use timestamps to estimate the delay instead of epochs
#964
Milestone
computeBootstrapDelay
should use timestamps to estimate the delay instead of epochs
#964
Uh oh!
There was an error while loading. Please reload this page.
If the node starts with EC state behind, it can wait for the bootstrap even though it is unnecessary.
Instead, we should use
now()
vshead.Timestamp() + (bootstrap - head.Epoch)* mani.EC.Period
.go-f3/f3.go
Lines 136 to 160 in 163115a
The text was updated successfully, but these errors were encountered: