erigon icon indicating copy to clipboard operation
erigon copied to clipboard

erigon mining happens reorg

Open leowkong opened this issue 2 years ago • 0 comments

System information

Erigon version: version 2022.08.3-alpha-55c31938

OS & Version: Linux

Expected behaviour

we tested a bsc -devnet with mixed geth and erigon clients , the chain works well with 2 geth validators and 1 erigon validator , but if we adjust the chain with 1 geth validator and 2 erigon validators, the chain happened error in in ten minutes.

Actual behaviour

The most unusual phenomenon is that erigon will appear unwind, and geth's log will also detect reorg , eventually the block height stopped increase . If we replace 1 erigon with geth , the chain recovery and works again without reorg happen.

the log of geth : image

the log of erigon: image

it seems erigon validator may apply error block which mined by itself but not recognized by other validators

leowkong avatar Oct 10 '22 05:10 leowkong