-
-
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 <pascal.caversaccio@hotmail.ch>
- Loading branch information
1 parent
cd60503
commit ba95fee
Showing
6 changed files
with
52 additions
and
46 deletions.
There are no files selected for viewing
Submodule solady
updated
15 files
+9 −9 | .github/workflows/ci-all-via-ir.yml | |
+12 −12 | .github/workflows/ci.yml | |
+8 −0 | foundry.toml | |
+1 −1 | package.json | |
+124 −12 | src/utils/LibString.sol | |
+123 −0 | src/utils/ReentrancyGuardTransient.sol | |
+8 −8 | src/utils/SignatureCheckerLib.sol | |
+97 −79 | src/utils/WebAuthn.sol | |
+1,331 −0 | src/utils/g/LibString.sol | |
+97 −79 | src/utils/g/WebAuthn.sol | |
+155 −0 | test/LibString.t.sol | |
+115 −0 | test/ReentrancyGuardTransient.t.sol | |
+16 −0 | test/SignatureCheckerLib.t.sol | |
+8 −0 | test/utils/mocks/MockERC1271Wallet.sol | |
+146 −0 | test/utils/mocks/MockReentrancyGuardTransient.sol |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.