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
System information
Erigon version:
./erigon --version
v1.2.18 running in dockerOS & 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