stopAndReturnDebugTraceRecording
and parseValidation
consumes too many gas
#12
Labels
bug
Something isn't working
Have you ensured that all of these are up to date?
package.json
)What command(s) is the bug in?
forge test
Operating System
None
Describe the bug
The two operations consume a huge amount of gas which results in OOG in tests if the tests have invoked many simulation (even if default Foundry gas limit is as high as
1073741824
).I log the gas used in the test in my forked repo: https://github.com/NIC619/erc4337-validation/pull/2/files
These are simple userOps, for normal userOp the gas consumption can get up to
stopAndReturnDebugTraceRecording
: 113205509parseValidation
: 176500495The text was updated successfully, but these errors were encountered: