-
-
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
038b872
commit e73a1c1
Showing
5 changed files
with
28 additions
and
26 deletions.
There are no files selected for viewing
Submodule create-util
updated
3 files
+32 −1 | hardhat.config.ts | |
+3 −1 | package.json | |
+56 −54 | pnpm-lock.yaml |
Submodule openzeppelin-contracts
updated
17 files
Submodule solady
updated
16 files
+2 −2 | .github/workflows/ci.yml | |
+24 −0 | prep/all.js | |
+67 −0 | prep/common.js | |
+25 −35 | prep/eof-compat-analysis.js | |
+50 −0 | prep/gen-efficient-hash-lib.js | |
+35 −44 | prep/gen-globalized-libs.js | |
+82 −0 | prep/gen-safe-cast-lib.js | |
+16 −0 | prep/remove-trailing-whitespace.js | |
+535 −153 | src/utils/EfficientHashLib.sol | |
+19 −0 | src/utils/SafeTransferLib.sol | |
+48 −18 | src/utils/WebAuthn.sol | |
+48 −18 | src/utils/g/WebAuthn.sol | |
+20 −0 | test/EfficientHashLib.t.sol | |
+12 −0 | test/SafeTransferLib.t.sol | |
+29 −2 | test/Timelock.t.sol | |
+26 −1 | test/WebAuthn.t.sol |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.