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
Note that we have a missed attestations with this block slot, a 200ms improvement could help validators vote for the correct head.
Expected behavior
Note that we have a missed attestations with this block slot, a 200ms improvement could help validators vote for the correct head.
Right now UnknownBlock sync only based on forkchoice check to search for a block while gossip block already comes, when gossip block comes we should let forkchoice know there's incoming block so that we don't need to search for that same block again https://github.com/ChainSafe/lodestar/blob/v1.12.0/packages/beacon-node/src/network/processor/index.ts#L270
This is because downloaded unknown block comes with the cost of decrypting at different layers at least, that blocks the main thread I/O when validating gossip block at execution engine
Describe the bug
On one node, the block receive time is 3.62s
it's alsmost 0.45s delay compared to other node
Note that we have a missed attestations with this block slot, a 200ms improvement could help validators vote for the correct head.
Expected behavior
Note that we have a missed attestations with this block slot, a 200ms improvement could help validators vote for the correct head.
This is because downloaded unknown block comes with the cost of decrypting at different layers at least, that blocks the main thread I/O when validating gossip block at execution engine
Steps to reproduce
No response
Additional context
No response
Operating system
Linux
Lodestar version or commit hash
v1.12.0
The text was updated successfully, but these errors were encountered: