Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Safe4337Mock
: Remove signature check function inlining and call the…
… function via call instead (#450) In #446, I inlined the signature check function because we didn't want it to revert in unsuccessful cases. I inlined it because the `try/catch` statement didn't work for internal function calls. Little did I know that I could do `this.f()` and that would use the `CALL` opcode instead of `JUMP`, making the `try/catch` statement possible More info: https://www.perplexity.ai/search/if-i-call-1VYIfl5eQEWvJ302U7wVOA#0
- Loading branch information