ethereum/trinity

Verify NewBlock performance on Clique chains

njgheorghita opened this issue · 0 comments

What is wrong?

After updating the NewBlock component's block validation check in #2089, the component seems to receive an unusual amount of blocks with future timestamps when connected to Goerli.

Thread here.

How can it be fixed

Ensure that the NewBlock component validates newly seen blocks correctly when connected to goerli, and participates in block propagation according to the devp2p spec.