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
With the latest code, I can observe occasional errors which should not happen (Error: now < roundTime + ROUND_TIME, Latest's block parent link is not the same as round's block parent link). It seems there are some race conditions or assumptions which occasionally get broken. We should find a way to stress test the system and discover why are those errors happening.
The text was updated successfully, but these errors were encountered:
With the latest code, I can observe occasional errors which should not happen (
Error: now < roundTime + ROUND_TIME
,Latest's block parent link is not the same as round's block parent link
). It seems there are some race conditions or assumptions which occasionally get broken. We should find a way to stress test the system and discover why are those errors happening.The text was updated successfully, but these errors were encountered: