foundry
foundry copied to clipboard
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
### Component Forge, Cast, Chisel ### Describe the feature you would like From a conversation with Runtime Verification highlighting additional cheatcodes that would be valuable for them as well as...
### Component Forge ### Describe the feature you would like I need to deploy a contract with an incompatible version number to my test script. The natural solution is to...
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
[https://twitter.com/gakonst/status/1790770389523583163](https://twitter.com/gakonst/status/1790770389523583163) ## Fuzz tests Fuzzing-testing specific improvements, continuation of https://github.com/foundry-rs/foundry/issues/4433 ### UX/Features #### High - https://github.com/foundry-rs/foundry/issues/4300 - https://github.com/foundry-rs/foundry/issues/990 - https://github.com/foundry-rs/foundry/issues/8788 #### Nice to have - https://github.com/foundry-rs/foundry/issues/4271 - https://github.com/foundry-rs/foundry/issues/8117 - https://github.com/foundry-rs/foundry/issues/4097...
### Component Forge ### Describe the feature you would like As title, would be useful to have a mode to rerun all the failing tests. ### Additional context _No response_
### Component Forge ### Describe the feature you would like If you have a failing test case, and there are many errors, the first error is probably more indicative of...
### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
### Component Forge ### Describe the feature you would like Although `forge test` and `forge script` share many components, they do vary in their execution path. This leads to some...
Getting intermittent failures from foundryup in `slither-action` as seen [here](https://github.com/OpenZeppelin/openzeppelin-contracts/actions/runs/3762093956/jobs/6394460979#logs). The error doesn't seem abort the script and foundryup reports that it finished installing. ``` [-] Foundry target detected, installing...
### Component Forge ### Describe the feature you would like It would be nice to have a higher level command on top of `forge script` that is specifically designed to...