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
when syncing on the devnet, the error "block with unknown header is ready" shows up somewhat often
this really shouldn't be happening, as this means the handleReadyBlock function is being called with a block that isn't ready (ie. it's header isn't available to us)
the error is probably coming from tipSyncer.handleTick, as when handleReadyBlock is called from doSync, the block data is verified to already have headers
Task summary
handleReadyBlockfunction is being called with a block that isn't ready (ie. it's header isn't available to us)tipSyncer.handleTick, as whenhandleReadyBlockis called fromdoSync, the block data is verified to already have headers