-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(oogx): CALL different scenarios and gas accumulator #1515
Conversation
WRT Line 162 in 41a0c0b
The method can definitely be simplified (e.g. there is no need for nested if .. else .. .) Also it is missing memory expansion costs. Maybe we could use the static Hub.GAS_PROJECTOR 's methods ?
|
1e0286c
to
503455c
Compare
@OlivierBBB using
that also requires the frame. Let's have a chat about it. |
|
seen with @lorenzogentile404 Extract and merge tests for calls and leave the rest for a separate PR for gas cost in case of memory expansion |
...hmetization/src/test/java/net/consensys/linea/zktracer/exceptions/OutOfGasExceptionTest.java
Outdated
Show resolved
Hide resolved
|
Addressing this too here #1663.