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
Currently, some estimateGas failures result in an "" being passed to firefly. This seems to be because "" is the default catch in mapError.
The log message that is printed Gas estimation failed for a non-revert reason: is much more helpful than the empty string passed back to FireFly.
Example error log:
{"@timestamp":"2023-04-25T11:35:59.627Z","level":"error","message":"Gas estimation failed for a non-revert reason: (call result: \u003cnil\u003e)","prefix":"evmconnect"}
Error reported by FireFly in failed operation:
FF10111: Error from ethereum connector: {"error":""}
The text was updated successfully, but these errors were encountered:
Currently, some estimateGas failures result in an
""
being passed to firefly. This seems to be because""
is the default catch inmapError
.The log message that is printed
Gas estimation failed for a non-revert reason:
is much more helpful than the empty string passed back to FireFly.Example error log:
Error reported by FireFly in failed operation:
The text was updated successfully, but these errors were encountered: