status-im / nimbus-eth2

Nim implementation of the Ethereum Beacon Chain
https://nimbus.guide
Other
543 stars 233 forks source link

Revert "Fix for gcc-14 issues in kzg-4844." #6434

Closed tersec closed 4 months ago

tersec commented 4 months ago

Reverts status-im/nimbus-eth2#6403 Should address https://github.com/status-im/nimbus-eth2/issues/6433

This seemed to (re)introduce

erigon-06% grep "Received blobs sequence is inconsistent" service.log | wc -l                                             
232
erigon-06% grep "Received blobs sequence is inconsistent" service.log | shuf -n5
{"lvl":"INF","ts":"2024-07-18 10:31:32.893+00:00","msg":"Received blobs sequence is inconsistent","topics":"syncman","blobs_map":"|xxx|x|","request":"2116350:3@9591","peer":"16U*tVHGVx","direction":"forward","msg":"BlobSidecar: unexpected kzg_commitment","peer_speed":462521.0,"index":6,"peer_score":169,"sync_ident":"main"}
{"lvl":"INF","ts":"2024-07-18 10:20:44.062+00:00","msg":"Received blobs sequence is inconsistent","topics":"syncman","blobs_map":"x|","request":"2116298:1@9487","peer":"16U*3Aoxwo","direction":"forward","msg":"BlobSidecar: unexpected kzg_commitment","peer_speed":223491.0,"index":2,"peer_score":200,"sync_ident":"main"}
{"lvl":"INF","ts":"2024-07-18 10:49:06.769+00:00","msg":"Received blobs sequence is inconsistent","topics":"syncman","blobs_map":"x|","request":"2116445:1@9717","peer":"16U*NZJxku","direction":"forward","msg":"BlobSidecar: unexpected kzg_commitment","peer_speed":74616.0,"index":7,"peer_score":200,"sync_ident":"main"}
{"lvl":"INF","ts":"2024-07-18 10:37:40.983+00:00","msg":"Received blobs sequence is inconsistent","topics":"syncman","blobs_map":"x|","request":"2116387:1@9624","peer":"16U*iYTptK","direction":"forward","msg":"BlobSidecar: unexpected kzg_commitment","peer_speed":197480.0,"index":6,"peer_score":200,"sync_ident":"main"}
{"lvl":"INF","ts":"2024-07-18 10:15:01.932+00:00","msg":"Received blobs sequence is inconsistent","topics":"syncman","blobs_map":"x|x|x||","request":"2116271:4@9427","peer":"16U*34exUE","direction":"forward","msg":"BlobSidecar: unexpected kzg_commitment","peer_speed":471009.0,"index":9,"peer_score":250,"sync_ident":"main"}

Wait to merge until this hypothesis is verified or falsified

tersec commented 4 months ago

Fleet deployment issue, see https://github.com/status-im/nimbus-eth2/issues/6433#issuecomment-2236450756