This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
formatting: Update to improve readability (#467)
No functionality changes. - Update foundry.toml to declare verbosity and set up mainnet caching. - Remove optimizer in normal testing to speed up compilation times during development (Recommend using optimizer profile in CI). - Formatting across all contracts to be audited (not including tests) - Remove `forge clean` in test commands since only changed files are compiled, its not necessary. `develop` test time: `make test 61.74s user 1.87s system 132% cpu 47.952 total` Branch test time: `make test 36.23s user 1.98s system 108% cpu 35.246 total`
- Loading branch information
Lucas Manuel
authored
Jan 1, 2023
1 parent
4149894
commit 3c5cabb
Showing
21 changed files
with
501 additions
and
334 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
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
Oops, something went wrong.