You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent prover trying to fetch more than 1000 blocks to avoid RPC issues where those requests are blocked.
Implementation details
Fetch logs with multiple requests when a block range is too large.
Testing details
unit tests
QA
Acceptance Criteria
when there hasn't been a step for a large range of blocks (current RPC limit is 5000) the prover should still be able to submit all the executions from that range
The text was updated successfully, but these errors were encountered:
mpetrun5
changed the title
Avoid fetching too large of a block range
Avoid fetching too large block range
Mar 22, 2024
Prevent prover trying to fetch more than 1000 blocks to avoid RPC issues where those requests are blocked.
Implementation details
Fetch logs with multiple requests when a block range is too large.
Testing details
Acceptance Criteria
The text was updated successfully, but these errors were encountered: