removes flag halt_exit_status from dialyzer because it's no longer a valid argument
Does not address Infura API changes in error response format because:
it is handled well in ethereumex
eth_call error response format changes only on Kovan.
we do not call eth_estimateGas
When playing with current Infura API I could provide any address as from argument to eth_call.
We could probably do well with hardcoding any address as from.
References omgnetwork/elixir-omg#1752 Changes:
halt_exit_status
from dialyzer because it's no longer a valid argumentDoes not address Infura API changes in error response format because:
When playing with current Infura API I could provide any address as from argument to
eth_call
. We could probably do well with hardcoding any address asfrom
.