Skip to content

Instantly share code, notes, and snippets.

For example, previously an eth_call may have returned this:

{'id': 2, 'jsonrpc': '2.0', 'result': '0x'}

And now under 1.9.15, it will return this:

{'error': {'code': -32000,
 'message': 'insufficient funds for gas * price + value'},
 'id': 2,