foundry
foundry copied to clipboard
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
## Motivation Closes #1123 filters "ignored" tests and include them in the test output. what should the test output look like? just `[IGNORED] testFuzz(uint256)` ? ## Solution
### Component Forge ### Describe the feature you would like It would be cool to have a multi chain deployment, now that we have multi fork capabilities on the `vm`....
### 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 @mattsse in #2098 >this will require a bit of work, basically managing a registry, but would be huge, getting rid...
### Component Forge ### Describe the feature you would like The [`gas_reports`](https://github.com/foundry-rs/foundry/blob/64fe4acc97e6d76551cea7598c201f05ecd65639/config/src/lib.rs#L134) config option can be used to allowlist a specific set of contracts, or use it as a pass-through...
### Component Forge ### Describe the feature you would like It's common to want to deploy with vanity addresses, which can be done two ways: 1. Mine a private key...
### Component Forge ### Describe the feature you would like It would be nice to have a Forge provided modifier that lets one mark a test as skipped `[SKIP]` depending...
### Component Forge ### Describe the feature you would like My team has been using foundry and forge bindings in production for a few months, they're great but have a...
### 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 ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? 9b0575e...