0xPolygonHermez / cdk-erigon

Ethereum implementation on the efficiency frontier
GNU Lesser General Public License v3.0
29 stars 23 forks source link

[Sequencer] Intermittent failures when sending batches to the Executor #465

Open mandrigin opened 2 months ago

mandrigin commented 2 months ago

Found with #396

Some batches (about 0.2%) of them, fail pretty randomly. It is impossible to reproduce on the next run.

The goal is to understand if the issue is on the side of cdk-erigon or on the side of the legacy executor or both.

mandrigin commented 2 months ago

462 to help debugging

mandrigin commented 1 month ago

Found #470