foundry
foundry copied to clipboard
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
### Component Cast ### Describe the feature you would like Currently `cast storage ` lists only storage as defined in the (verified) code. It does not list storage slots that...
### 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 Currently ~90% of our test suite uses fuzzy parameters. When we run our entire test suite, we occasionally get flaky...
### Component Forge ### Describe the feature you would like I'm currently working on a project where the integration test suite involves running multiple tests, each having its own forks...
### 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...
## Motivation **related issue #3843.** when using fuzz test, `console.log` doesn't work as expected(display console log info). this PR is to fix `console.log` in fuzz test ## Solution current version...
### Component Anvil ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? nightly...
### Component Forge ### Describe the feature you would like The main use case for this is when one contract is close to the size limit—compile the large contract with...
## Motivation When debugging eth integrations across platforms sometimes the only thing you can work with is the revert data, this can turn into searching thru forge inspect or manually...
### 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...