For example:
thread 'test_eth_call_contract_transfer' panicked at 'called Option::unwrap() on a None value'
which means that the Http request is either not waiting for the response or it cuts it in half.
Sometimes it panics because
there is no field called 'result'
in the returned json response, so it only gets part of the json-rpc message.
For example:
thread 'test_eth_call_contract_transfer' panicked at 'called Option::unwrap() on a None value'which means that the
Httprequest is either not waiting for the response or it cuts it in half.Sometimes it panics because
there is no field called 'result'in the returned
jsonresponse, so it only gets part of thejson-rpcmessage.