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
Context and scope
It's currently up to the caller to implement retry loops when making RPC calls via packages such as ethclient. We should provide utilities or extensions that wrap RPC calls with retries handled automatically.
Discussion and alternatives
We should investigate adding a generic utility that takes a function to be called in a retry loop, and a set of parameters dictating how retries are handled.
Context and scope
It's currently up to the caller to implement retry loops when making RPC calls via packages such as
ethclient
. We should provide utilities or extensions that wrap RPC calls with retries handled automatically.Discussion and alternatives
Open questions
Questions that are still being discussed.
The text was updated successfully, but these errors were encountered: