We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
'to'
Symptom: eth_call fails with error message to
to
STR: Pass OpenZeppelin tests and analyze results for requests in the proxy log
Actual result: Some of eth_call requests fails with "error": {"code": -32000, "message": "'to'"}
"error": {"code": -32000, "message": "'to'"}
Expected result: Successful execution
Additional info: The proxy log contains:
Traceback (most recent call last): File "/opt/proxy/plugin/solana_rest_api.py", line 576, in process_request response['result'] = method(*request['params']) File "/opt/proxy/plugin/solana_rest_api.py", line 262, in eth_call contract_id = obj['to'] KeyError: 'to'
The text was updated successfully, but these errors were encountered:
Fix problem with simulate deploy transaction #279
f710756
Fix problem with simulate deploy transaction #279 (#280)
98507f8
Co-authored-by: Semen Medvedev <[email protected]>
s-medvedev
No branches or pull requests
Symptom:
eth_call
fails with error messageto
STR:
Pass OpenZeppelin tests and analyze results for requests in the proxy log
Actual result:
Some of
eth_call
requests fails with"error": {"code": -32000, "message": "'to'"}
Expected result:
Successful execution
Additional info:
The proxy log contains:
The text was updated successfully, but these errors were encountered: