generated from huff-language/huff-project-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from leekt/main
Optimized to reduce the redundancy and use v,r,s as signature instead of r,s,v
- Loading branch information
Showing
6 changed files
with
110 additions
and
126 deletions.
There are no files selected for viewing
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
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
Submodule foundry-huff
updated
14 files
+2 −0 | .git-blame-ignore-revs | |
+5 −1 | foundry.toml | |
+1 −1 | lib/forge-std | |
+1 −1 | lib/solidity-stringutils | |
+68 −43 | src/HuffConfig.sol | |
+50 −35 | src/HuffDeployer.sol | |
+2 −4 | src/depreciated/StatefulDeployer.sol | |
+2 −5 | src/depreciated/StatefulDeployer.t.sol | |
+11 −4 | src/test/HuffConfig.t.sol | |
+156 −25 | src/test/HuffDeployer.t.sol | |
+26 −20 | src/test/Logging.t.sol | |
+5 −0 | src/test/contracts/EVMVersionCheck.huff | |
+24 −0 | src/test/contracts/RememberCreator.huff | |
+6 −0 | src/test/interfaces/IRememberCreator.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
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
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