-
Mark Tyneway authored
The RPC endpoint `eth_getBlockRange` is a custom endpoint that was added to `l2geth` to speed up pulling in data from the sequencer to run a replica of the sequencer. A `null` response is not handled properly, this commit adds the retries and errors after too many retries. It linearly backs off its timing with each retry
e9602d86