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

[e3-alpha3] fails to sync on bor-mainnet #12037

Open optimiz-r opened 2 months ago

optimiz-r commented 2 months ago

Execution fails on block 61_798_395

System information

OS & Version: Linux Ubuntu 22.04

Erigon Command (with flags/config):

docker run --rm \
       -p 30303:30303 -p 30303:30303/udp
        -v /polygon/datadir:/data \
        --name=polygon-erigon erigontech/erigon:3.0.0-alpha3 \
        --chain="bor-mainnet" \
        --bor.heimdall="https://heimdall-api.polygon.technology/" \
        --datadir="/data" \
        --prune.mode="full"

Logs

[WARN] [09-19|10:12:13.173] [7/9 Execution] Execution failed         block=61798395 txNum=4550000336 hash=0xcef48cbc6d524c3a2c3fa4717484952156351f90a0859d3dcb7f4488dbd3cbef err="invalid block, txnIdx=253, gas used by execution: 46110321, in header: 29995552, headerNum=61798395, cef48cbc6d524c3a2c3fa4717484952156351f90a0859d3dcb7f4488dbd3cbef"
Aracki commented 2 months ago

I guess the same issue like this #12038, although it's different block number.