Consensys / teku

Open-source Ethereum consensus client written in Java
https://consensys.io/teku
Apache License 2.0
684 stars 290 forks source link

Sync committee contributions did not restart after nodes resynced #7862

Open benjaminion opened 11 months ago

benjaminion commented 11 months ago

A report on Discord from EvilJordan following the Besu incident. When the clients regained sync, Teku failed to produce sync committee messages.

As I understand it:

It seems like Teku should have automatically restarted producing sync committee contributions when it got up to the head of the chain, but did not do so.

EvilJordan commented 11 months ago

You got this exactly correct. Happy to provide logs if necessary, as long as someone helps me narrow down what to provide.