Skip to content
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

Closed
jorisbontje opened this issue Mar 17, 2015 · 2 comments
Closed

RPC eth_call consumes gas / has side effects #513

jorisbontje opened this issue Mar 17, 2015 · 2 comments
Milestone

Comments

@jorisbontje
Copy link

When running eth_call it seems to consume gas, if you do this often enough it results in the rpc error out of gas! require 20, have 12. Expected is that the gas for a call 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:

./ethereum -rpc -rpcport=8080 -unlock=0x0b30af04d96bfb672de96d3b25e30b4eb9ff3ed0:bla -mine
@SilentCicero
Copy link
Contributor

Getting the same error, out of gas! require 3, have 0 I burned through thousands of test eth just making a few calls.

@obscuren obscuren added this to the Frontier milestone Apr 1, 2015
@obscuren
Copy link
Contributor

obscuren commented Apr 1, 2015

Fixed by #616

@obscuren obscuren closed this as completed Apr 1, 2015
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants