foundry
foundry copied to clipboard
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
### Component Forge ### Describe the feature you would like This issue tracks invariant-testing specific improvements. General fuzzer improvements are in #4433. Items are roughly ordered by my opinion of...
### Component Other (please describe) ### Describe the feature you would like We should evaluate whether it already makes sense to default to either: `cancun` (13 Mar 2024) or `shanghai`...
alloy core 0.8 breaking changes - https://github.com/alloy-rs/core/pull/694
### Component Forge ### Describe the feature you would like This is really a minor thing, but, if worth it, it would be cool to exclude the gas consumed by...
### Component Forge ### Describe the feature you would like Right now, the forge script verifier gets a little confused if it doesn't find any bytecode, and just exists. An...
### Component Forge ### Describe the feature you would like ### Problems First problem: In scripts, there's a frontrunning footgun you have to be careful of. Here's an example with...
### Component Anvil ### Describe the feature you would like There are several features which would be useful to support out of the box with anvil when using it via...
### Component Anvil ### Describe the feature you would like Looking at the output of the `trace_transaction` JSON-RPC method, I cannot see i proper way to distinguish between a reverted...
### 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 When running tests in a CI, it is useful to both show the human-readable output on stdout *and* write a...