-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
e69af73
commit e2f9af3
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule create-util
updated
4 files
+1 −1 | .github/workflows/checks.yml | |
+1 −1 | .github/workflows/test-contracts.yml | |
+4 −4 | package.json | |
+40 −40 | pnpm-lock.yaml |
Submodule openzeppelin-contracts
updated
126 files
Submodule solady
updated
10 files
+307 −300 | .gas-snapshot | |
+1 −0 | README.md | |
+1 −1 | package.json | |
+1 −0 | src/Milady.sol | |
+39 −54 | src/tokens/ERC6909.sol | |
+6 −10 | src/utils/FixedPointMathLib.sol | |
+25 −0 | src/utils/GasBurnerLib.sol | |
+69 −24 | test/ERC6909.t.sol | |
+31 −0 | test/GasBurnerLib.t.sol | |
+0 −1 | test/utils/mocks/MockERC6909.sol |