okx / xlayer-erigon

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

xlayer-erigon does not update safe block after syncing #144

Open SwatGuard opened 1 month ago

SwatGuard commented 1 month ago

System information

Erigon version: ./erigon --version v1.2.18 running in docker

OS & Version: Windows/Linux/OSX Linux

Commit hash:

Erigon Command (with flags/config):

Concensus Layer:

Concensus Layer Command (with flags/config):

Chain/Network: Xlayer

Expected behaviour

xlayer erigon should update the safe block

Actual behaviour

xlayer erigon does not update the safe block

Steps to reproduce the behaviour

sync a fresh node from snapshot or from scratch curl --header 'Content-Type: application/json' --data '{"method": "eth_getBlockByNumber","id": 1,"jsonrpc": "2.0","params": ["finalized", false]}' rpc-ip The finalized tag is updated only once during sync but stays the same. The node does keep up with the chain and does not display any errors. Using the latest mainnet config from this repo and in house geth rpc for L1

Backtrace

[backtrace]