foundry icon indicating copy to clipboard operation
foundry copied to clipboard

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.

Results 751 foundry issues
Sort by recently updated
recently updated
newest added

### Component Other (please describe) ### Have you ensured that all of these are up to date? - [ ] Foundry - [ ] Foundryup ### What version of Foundry...

T-bug
A-releases

### 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...

T-feature
C-forge
A-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...

T-bug
Cmd-forge-test
C-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...

T-feature
C-forge
Cmd-forge-coverage

### 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": [...

good first issue
T-feature
Cmd-forge-test
C-forge
D-easy

### 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...

T-bug
C-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...

good first issue
T-feature
C-cast
P-low
D-easy

### 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...

T-bug
C-forge
A-cheatcodes

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...

T-bug
C-forge
A-config

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...

T-bug
C-forge
Cmd-forge-script