• Mark Tyneway's avatar
    dtl: add retry loop to `eth_getBlockRange` · e9602d86
    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
Name
Last commit
Last update
..
src Loading commit data...
test Loading commit data...
.env.example Loading commit data...
.eslintrc.js Loading commit data...
.lintstagedrc.yml Loading commit data...
.prettierrc.js Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
openapi.yml Loading commit data...
package.json Loading commit data...
tsconfig.build.json Loading commit data...
tsconfig.json Loading commit data...