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
Whilst a zq2 node (run in this case by z2) is syncing, you get long delays in some API responses since the node is spending most of its time validating incoming blocks. To show this:
Start a 4-node z2 network and run it for a few hundred (empty) blocks
Stop node 1
Remove its data directory
Restart it
Attempt to send an eth_syncing API call to it
Observe that the node doesn't reply for a few seconds because it's too busy syncing.
The text was updated successfully, but these errors were encountered:
Whilst a zq2 node (run in this case by z2) is syncing, you get long delays in some API responses since the node is spending most of its time validating incoming blocks. To show this:
The text was updated successfully, but these errors were encountered: