foundry
foundry copied to clipboard
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
### Component Other (please describe) ### Have you ensured that all of these are up to date? - [ ] Foundry - [ ] Foundryup ### What version of Foundry...
### Component Forge ### Describe the feature you would like Ref #3006 Decoding traces for better output can make use of etherscan or sig.eth.samczsun.com both require API requests, the tracing...
### 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 Running `forge coverage` automatically includes scripts and test utils that are contracts, which adds noise to the coverage report. It...
### Component Forge ### Describe the feature you would like `forge test --json` currently includes raw logging information in its output, e.g: ``` "logs": [ { "address": "0x0000000000000000000000000000000000000000", "topics": [...
### Component Cast ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? cast...
### Component Cast ### Describe the feature you would like I was playing in an `anvil` fork environment today and some transactions were failing without outputting the revert string. It...
### 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...
Hey there. I've been trying to use the `ignored_error_codes` in `foundry.toml` to ignore a specific error: 5740. As the docs states, I should add a `ignored_error_codes` in the `foundry.toml` of...
I'm suddenly having trouble debugging my scripts -- forge crashes. It may have something to do with console.log. - The Foundry version you are on (and that it is up...