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
In order to mitigate this problem, we should limit the maximum number of traces contained in the response result to N, where N could be hard-coded or passed via CLI.
Such value N acts as a default value for the count input parameter.
The text was updated successfully, but these errors were encountered:
Calling
trace_filter
API by providingtoBlock
>>fromBlock
causes a long call execution.For example:
In order to mitigate this problem, we should limit the maximum number of traces contained in the response
result
to N, where N could be hard-coded or passed via CLI.Such value N acts as a default value for the
count
input parameter.The text was updated successfully, but these errors were encountered: