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
Following the discussion in PR #2, I'm opening the task to improve handling RPC calls to the L1 node, specifically:
Note (add comments) to code (or see if there is better "value/variable naming") to indicate that timeout is primarily intended for Sequencers and not the "followers")
Add retry system (with some kind of, e.g., exponential backoff) for calling RPC when executing L1SLOAD precompile
The intention behind this is to be used by "followers", think about "crashing" node after N failed attempts.
The discussion and reasoning behind tasks "above" is in the PR #2 comments.
The text was updated successfully, but these errors were encountered:
Following the discussion in PR #2, I'm opening the task to improve handling RPC calls to the L1 node, specifically:
The intention behind this is to be used by "followers", think about "crashing" node after N failed attempts.
The discussion and reasoning behind tasks "above" is in the PR #2 comments.
The text was updated successfully, but these errors were encountered: