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
I'd like to refactor CallErrorTracer to return result with accumulated errors something like below. We only care about the returned flag to use to provide a more informative error message. For example, if ERROR NOT ENOUGH ERGS flag is returned we know the user ran out of gas during execution and can more explicitly inform them of what action to take.
CallErrorTracer
prints errors for all VM frames even if they do not make the transaction fail.Example:
Where
WRITE IN STATIC
happens inside a simulated static call somewhere deep inside the VM (non-top frame)The text was updated successfully, but these errors were encountered: