-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
e222150
commit 45a60a8
Showing
6 changed files
with
137 additions
and
137 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.
Submodule create-util
updated
3 files
+1 −17 | hardhat.config.ts | |
+5 −6 | package.json | |
+176 −183 | pnpm-lock.yaml |
Submodule forge-std
updated
4 files
+1 −13 | CONTRIBUTING.md | |
+2 −2 | README.md | |
+0 −20 | src/Vm.sol | |
+1 −1 | test/Vm.t.sol |
Submodule openzeppelin-contracts
updated
178 files
Submodule solady
updated
18 files
+2 −31 | .github/workflows/ci.yml | |
+0 −2 | README.md | |
+1 −1 | package.json | |
+0 −0 | prep/gen-globalized-lib.js | |
+0 −2 | src/Milady.sol | |
+0 −292 | src/auth/EnumerableRoles.sol | |
+1 −12 | src/tokens/ERC20.sol | |
+0 −458 | src/tokens/ERC20Votes.sol | |
+2 −6 | src/utils/EnumerableSetLib.sol | |
+70 −58 | src/utils/SafeTransferLib.sol | |
+2 −6 | src/utils/g/EnumerableSetLib.sol | |
+0 −584 | test/ERC20Votes.t.sol | |
+0 −304 | test/EnumerableRoles.t.sol | |
+0 −50 | test/EnumerableSetLib.t.sol | |
+21 −87 | test/SafeTransferLib.t.sol | |
+0 −15 | test/utils/TestPlus.sol | |
+0 −41 | test/utils/mocks/MockERC20Votes.sol | |
+0 −67 | test/utils/mocks/MockEnumerableRoles.sol |