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
Sometimes, the BlockByTimestamp method does not work. I think this is because the algo tries to estimate a distance of blocks based on the average block time, but this can result in getting stuck when it jumps between 2 blocks, with no changes. There should probably be some variability to the estimated block number to make sure this doesn't happen.
The text was updated successfully, but these errors were encountered:
Sometimes, the
BlockByTimestamp
method does not work. I think this is because the algo tries to estimate a distance of blocks based on the average block time, but this can result in getting stuck when it jumps between 2 blocks, with no changes. There should probably be some variability to the estimated block number to make sure this doesn't happen.The text was updated successfully, but these errors were encountered: