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
As found in #5650 (comment), when node is syncing it may also receive unknown block root event (especially in a setup with fallback urls), there is no need to search for block at that time
Describe the bug
As found in #5650 (comment), when node is syncing it may also receive unknown block root event (especially in a setup with fallback urls), there is no need to search for block at that time
also this is to avoid this case
lodestar/packages/beacon-node/src/sync/unknownBlock.ts
Line 228 in 2eddf46
Expected behavior
Only start/init unknown block sync once the node is synced
Steps to reproduce
No response
Additional context
No response
Operating system
Linux
Lodestar version or commit hash
v1.9.0-rc.2
The text was updated successfully, but these errors were encountered: