-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
- Loading branch information
1 parent
ba95fee
commit e9cb3af
Showing
32 changed files
with
876 additions
and
554 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Submodule solady
updated
14 files
+1 −1 | package.json | |
+70 −0 | prep/eof-compat-analysis.js | |
+60 −151 | src/utils/ECDSA.sol | |
+592 −0 | src/utils/LibBytes.sol | |
+9 −0 | src/utils/LibClone.sol | |
+44 −406 | src/utils/LibString.sol | |
+756 −0 | src/utils/LibTransient.sol | |
+116 −278 | src/utils/SignatureCheckerLib.sol | |
+596 −0 | src/utils/g/LibBytes.sol | |
+44 −406 | src/utils/g/LibString.sol | |
+765 −0 | src/utils/g/LibTransient.sol | |
+21 −0 | test/LibBytes.t.sol | |
+251 −0 | test/LibTransient.t.sol | |
+139 −6 | test/SignatureCheckerLib.t.sol |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.