-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Custom Errors Instead of Revert Strings (#255)
This PR changes the module to use custom errors instead of revert strings. Previously, the entry point contract v0.6 had special support for revert strings for improving debuggability of signature validation errors. However, since v0.7, this is no longer the case, so we should use custom errors in order to allow better error context and smaller bytecode. This PR is adapted from #247, and modified to target the `entrypoint-v0.7` branch.
- Loading branch information
Showing
2 changed files
with
66 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters