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

eth_call should not accept gas #841

Closed
ethers opened this issue Apr 30, 2015 · 2 comments
Closed

eth_call should not accept gas #841

ethers opened this issue Apr 30, 2015 · 2 comments

Comments

@ethers
Copy link
Member

ethers commented Apr 30, 2015

per #513

  1. gas (and gas price) should be removed from
    https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_call
  2. if gas is provided on rpc eth_call, Geth should return an error.
    cpp eth returns:
{"error":{"code":-32602,"message":"INVALID_PARAMS: Invalid method parameters (invalid name and/or type) recognised"},"id":1,"jsonrpc":"2.0"}
@ethers
Copy link
Member Author

ethers commented Apr 30, 2015

per obscuren, Call is exactly the same as transact
so I'm closing this

@ethers ethers closed this as completed Apr 30, 2015
maoueh pushed a commit to streamingfast/go-ethereum that referenced this issue Jun 9, 2023
…m#841)

* added check for circular and out-of-range dependency problem

* addressed comment

* addressed comments
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

1 participant