Closed jt9897253 closed 3 years ago
Update: the dicrepancy of the deposit_count
value returned by getEth1ProposalData
and getEth1Chain
got less, now they only differ by 3. I assume a slow sync and will close this issue if the offset stays this small or gets even less.
I assume this was related to incorrect pruning settings of the Eth1 client.
Description I'm trying to sync nimbus using Erigon as Eth1 provider. However, in the log entry showing the
Eth1 sync progress
the reportedblockNumber
is constantly staying behind the latest block seen by Erigon or shown on http://etherscan.ioAdditional context Previously, I was affected by https://github.com/status-im/nimbus-eth2/issues/2971. After updating to 1.5.1, the log entry
Eth1 chain not synced
disappeared. However, the following seems odd to me:Eth1 sync progress topics="eth1" tid=403093 file=eth1_monitor.nim:932 blockNumber=13400108 depositsProcessed=247979
are not showing the latest block known to ErigongetEth1Chain
stays blocks behind the latest block seen by Erigondeposit_count
returned bygetEth1Chain
andgetEth1ProposalData
differs:Maybe nimbus is still not properly synced or is this expected behavior?
To Reproduce Steps to reproduce the behavior: