erigontech / erigon

Ethereum implementation on the efficiency frontier https://erigon.gitbook.io
GNU Lesser General Public License v3.0
3.15k stars 1.13k forks source link

Caplin: fix occasional missed attestations #12856

Open Giulio2002 opened 1 day ago

Giulio2002 commented 1 day ago

Cache attestation before calling OnHeadState, the reason why it was a probably is that it takes up to a second to update the head state but if we wait too much other nodes might stop accepting attestations and we may lose the block vote