-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.InvalidOperationException: Operation is not valid due to the current state of the object. #7945
Comments
Does it fail on every eth_call? Is node somehow loaded with other calls including eth_calls? |
I don't know about each On version 1.29.1 everything works without errors, on 1.30.0, 1.30.1 with this error. |
Thanks for the report! Let me check on that |
Can't reproduce it for now - maybe you have any more details on how did it happened? I tried hammering my node with thousands of eth calls and just reaching the RPC limit |
I use the following docker compose configuration (I don't know if it matters):
|
Basically, if you deploy a node so that I can send requests to it, whether directly over the Internet or via VPN (I use ZeroTier), then I can configure it so that my load goes directly to your computer. |
Will do and let you know on that |
Description
eth_call
fails with exception.Steps to Reproduce
Don't have a good deterministic repro here.
Expected behavior
No error on an
eth_call
.Desktop (please complete the following information):
Additional context
See also #4002
Logs
The text was updated successfully, but these errors were encountered: