erigon
erigon copied to clipboard
`eth_syncing` support at bor chains
reason: rawdb.ReadLastNewBlockSeen not set at bor chains.
need to implement https://github.com/erigontech/erigon/pull/10398 for bor-mainnet and amoy (probably in StageLoop)
this will be supported automatically when we switch to Astrid standalone (scheduled for alpha6 or alpha7 after alpha5 is released) since it uses ExecutionEngine.UpdateForkChoice and that updates the tables needed for eth_syncing
seems implemented in https://github.com/erigontech/interfaces/pull/245