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
For every precompile, write a test where the ROOT performs a call to the said precompile, providing a gas parameter that is insufficient. The transaction should have a huge amount of gas (e.g., 1_000_000), but we are interested in the failure due to out of gas in the precompile (that is insufficient deliberately).
Perform this test both with zero value and non-zero value as an argument of the CALL to the precompile.
An advanced version of this test is described in #1153.
The text was updated successfully, but these errors were encountered:
For every precompile, write a test where the
ROOT
performs a call to the said precompile, providing agas
parameter that is insufficient. The transaction should have a huge amount of gas (e.g.,1_000_000
), but we are interested in the failure due to out of gas in the precompile (that is insufficient deliberately).Perform this test both with zero
value
and non-zero value as an argument of theCALL
to the precompile.An advanced version of this test is described in #1153.
The text was updated successfully, but these errors were encountered: