-
Notifications
You must be signed in to change notification settings - Fork 13
Update foundry guide #257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Update foundry guide #257
Conversation
- Add `newproject` to the `Define test matrix` section. | ||
- Set the min coverage >=98%. | ||
- Enable run-gas-snapshot. | ||
- Enable run-forge-fmt. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No needed since #212
- `contracts/GNUmakefile` | ||
- Add `newproject` to the ALL_FOUNDRY_PRODUCTS list in alphabetical order. | ||
- `contracts/.prettierignore` | ||
- Add `src/v0.8/newproject/**` . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No needed since #212
- Enable run-forge-fmt. | ||
- Add `newproject` to the `Checkout the repo` step. | ||
- `.github/workflows/solidity-hardhat.yml` | ||
- Add `newproject` to the ignored list to avoid hardhat CI running for `newproject` changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed since #199
No description provided.