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

invalid params for eth_call #1951

Closed
arnaubennassar opened this issue Mar 28, 2023 · 2 comments · Fixed by #1961
Closed

invalid params for eth_call #1951

arnaubennassar opened this issue Mar 28, 2023 · 2 comments · Fixed by #1961
Assignees
Labels
bug Something isn't working rpc

Comments

@arnaubennassar
Copy link
Member

curl -X POST -H 'ContentType: application/json' --data '{"jsonrpc":"2.0","id":2,"method":"eth_call","params":[{"from":"0x0000000000000000000000000000000000000000","data":"0x95d89b41","to":"0x4f9a0e7fd2bf6067db6994cf12e4495df938e6e9"},{"blockHash":"0xecedb022669d126fe5cbc744cd69fcb9ae03053e8427b163745107da1f483951"}]}' 127.0.0.1:28011 
{"jsonrpc":"2.0","id":2,"error":{"code":-32602,"message":"Invalid Params"}}
@arnaubennassar arnaubennassar added bug Something isn't working rpc labels Mar 28, 2023
@PeaStew
Copy link

PeaStew commented Mar 28, 2023

related to eip1898 support

@arnaubennassar
Copy link
Member Author

@tclemos tclemos self-assigned this Mar 29, 2023
@Psykepro Psykepro self-assigned this Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working rpc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants