Zilliqa / zq2

Zilliqa 2.0 code base
Apache License 2.0
9 stars 0 forks source link

Return an API error if `eth_call` reverts #1812

Closed JamesHinshelwood closed 4 days ago

JamesHinshelwood commented 4 days ago

This lets the caller tell the difference between successful output and an output with a revert reason.

Resolves #1665.