dtl: add retry loop to `eth_getBlockRange`
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
Showing
Please register or sign in to comment