-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
RPC eth_call consumes gas / has side effects #513
Milestone
Comments
13 tasks
Getting the same error, |
Fixed by #616 |
nolash
added a commit
to nolash/go-ethereum
that referenced
this issue
May 11, 2018
…ngle-timeout swarm/storage: Add timeout to netstore private get
ngtuna
added a commit
to ngtuna/tomochain
that referenced
this issue
May 14, 2019
Fixed bug remove order from DB not update orderList.
tony-ricciardi
pushed a commit
to tony-ricciardi/go-ethereum
that referenced
this issue
Jan 20, 2022
maoueh
pushed a commit
to streamingfast/go-ethereum
that referenced
this issue
Dec 9, 2022
Changed 'requiredblocks' flag back to 'eth.requiredblocks'
tanishqjasoria
pushed a commit
to tanishqjasoria/go-ethereum
that referenced
this issue
Oct 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
eth_call
it seems to consume gas, if you do this often enough it results in the rpc errorout of gas! require 20, have 12
. Expected is that the gas for acall
isn't actually consumed and I should be able to run it thousands of times without side effects.minimal viable test (create contract and then run multiply 1000 times):
https://gist.github.com/jorisbontje/27164bc6b5537ac7c7f7
running ethereum
develop
commit 22893b7 with:The text was updated successfully, but these errors were encountered: