-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
Submodule accounts
updated
59 files
Submodule forge-std
updated
6 files
+1 −1 | foundry.toml | |
+1 −1 | src/StdChains.sol | |
+4 −1 | src/Test.sol | |
+6 −0 | src/Vm.sol | |
+2 −2 | test/StdChains.t.sol | |
+1 −1 | test/Vm.t.sol |
Submodule solady
updated
16 files
+590 −580 | .gas-snapshot | |
+1 −0 | .github/workflows/ci-all-via-ir.yml | |
+5 −5 | .github/workflows/ci.yml | |
+2 −1 | README.md | |
+2 −2 | foundry.toml | |
+1 −1 | package.json | |
+34 −11 | src/accounts/ERC1271.sol | |
+50 −15 | src/accounts/ERC6551.sol | |
+4 −4 | src/tokens/ERC1155.sol | |
+1 −1 | src/tokens/ERC721.sol | |
+86 −0 | src/utils/DeploylessPredeployQueryer.sol | |
+6 −4 | src/utils/SafeTransferLib.sol | |
+138 −0 | test/DeploylessPredeployQueryer.t.sol | |
+10 −1 | test/ERC6551.t.sol | |
+20 −25 | test/LibString.t.sol | |
+353 −79 | test/SafeTransferLib.t.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