You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.
the eth_call uses data_encoder [ https://github.com/ethereum/pyethapp/blob/develop/pyethapp/jsonrpc.py#L1091 ]
Upon transaction failure the function call that implements the JSON RPC method returns False [ https://github.com/ethereum/pyethapp/blob/develop/pyethapp/jsonrpc.py#L1156 ]
And the data_encoder cannot handle bool only str and unicode [ https://github.com/ethereum/pyethapp/blob/develop/pyethapp/jsonrpc.py#L391 ]
looks like we don't return proper errors yet. e.g. when not finding a filter.
http://www.jsonrpc.org/specification#error_object
@debris wrote:
[11.06.15 15:08:58] there is also some proposal, regarding errors:
https://github.com/ethereum/wiki/wiki/JSON-RPC-Error-Codes-Improvement-Proposal
[11.06.15 15:09:23] it's not yet implemented in cpp, but I think that go supports most of this errors
The text was updated successfully, but these errors were encountered: