Open deepthiskumar opened 3 years ago
Also, the seeing the following operations before the produced block is broadcasted:
These operation could delay broadcast further
This is still applicable and should be fixed. @nholland94's validation performance fixes might have helped but we need to confirm. The issue still exists and needs to be prioritized if we see more reports of this with the updated daemon (2) from the list above can be removed as vrf eval is now async.
Gossip message validation during block production can cause delay in broadcasting blocks to a point where it could be rejected with the invalid-time error
The following log shows this:
Summary of the log:
Pausing validation would cause gossiped messaged to be dropped/timed out for the duration of the block production (at most slot duration) but should not impact the overall network traffic much since only a few nodes are would be producing blocks per slot