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
Is your feature request related to a problem? Please describe.
A frequent issue has been getting CALL_EXCEPTION errors when trying to call an L2 contract that failed to deploy. The most common two ways that L2 contracts fail deployment is
Describe the solution you'd like
We need an integration test that performs a contract deployment that will run out of gas (e.g. while loop in the constructor) and checks that there is a clear "Out of Gas" revert message.