foundry
foundry copied to clipboard
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
### 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? 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? forge...
### Component Forge ### Describe the feature you would like Currently, the `mockCall()` method can only return values. It would be useful to have a similar method called `mockCallWithAction()`, which...
## Motivation Closes #7268 Closes #4994 ## Solution Remove `preserve_state` config and commit call by default - this will enable using `vm.warp` and `vm.roll` in invariants tests without any additional...
### Component Forge ### Describe the feature you would like **Description:** My favorite tool from the Brownie/Vyper ecosystem is [ape-safe](https://github.com/banteg/ape-safe). It lets you: 1. Setup some actions (calling various functions,...
I'm trying to compare the Forge fuzzer with Echidna on several benchmark contracts. To make the comparison as fair as possible, I've created a benchmark generator that automatically generates challenging...
### Component Forge, Cast, Anvil ### Describe the feature you would like Foundry needs to start tagging versioned releases, and providing permanent release assets. Ideally a v1.0 version would be...
### Component Forge ### Describe the feature you would like It would be useful if `forge script` had some way to load an account from a private key in the...
## Motivation ref https://github.com/foundry-rs/compilers/pull/115 ref https://github.com/foundry-rs/block-explorers/pull/44 ## Solution Patches foundry-compilers and makes changes to code according to API changes. Code is still solc-oriented.