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
{{ message }}
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Right now, only eth_call is run under context.WithTimeout, better to implement a timeout mechanic for all heavy APIs, especially the trace transaction, which could cause a delay in node syncing.
Desired behavior: apply a timeout to all heavy endpoints.
Use case: more stable public rpc service.
Requests may be closed if we're not actively planning to work on them.
The text was updated successfully, but these errors were encountered:
Proposal: Use timeout for heavy RPC handler
Current behavior:
Some rpc endpoints are heavy:
Right now, only
eth_call
is run undercontext.WithTimeout
, better to implement a timeout mechanic for all heavy APIs, especially the trace transaction, which could cause a delay in node syncing.Desired behavior: apply a timeout to all heavy endpoints.
Use case: more stable public rpc service.
Requests may be closed if we're not actively planning to work on them.
The text was updated successfully, but these errors were encountered: