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 Forge ### Describe the feature you would like Is there any sort of coverage configuration file which can be fed to forge coverage? If not, I think it...

T-feature
A-config

### Component Chisel ### Describe the feature you would like This feature would introduce the possibility to add a call such as `vm.chisel()` or `vm.chiselBreakpoint()` anywhere in a test function....

T-feature
A-cheatcodes
A-debugger
C-chisel

### Component Forge ### Describe the feature you would like Being able to run forge init on a system that does not have global git settings configured. # Requested behaviour...

T-bug
A-installer

### Component Other (please describe) ### Describe the feature you would like Hi, Add the end of the readme [here](https://github.com/foundry-rs/foundry/blob/master/config/README.md). It looks like a part is missing : The phrase...

A-docs
good first issue
C-forge
P-low
Cmd-forge-doc

### Component Forge ### Describe the feature you would like All free functions (including custom errors) are exported with their own markdown file, leading to a lot of singular pages...

good first issue
T-feature
C-forge
Cmd-forge-doc

Features: - [ ] https://github.com/foundry-rs/foundry/issues/4241 - [ ] https://github.com/foundry-rs/foundry/issues/5800 - [ ] https://github.com/foundry-rs/foundry/issues/8488 - [x] https://github.com/foundry-rs/foundry/issues/8484 1. Resolve relative image imports in home properly When testing forge doc w/ Art...

C-forge
T-meta
Cmd-forge-doc

### Component Anvil ### Have you ensured that all of these are up to date? - [ ] Foundry - [ ] Foundryup ### What version of Foundry are you...

T-bug
C-anvil
A-compatibility

### Component Forge, Cast ### Describe the feature you would like I like using the debug mode to review traces for handwritten assembly. It would nice if I could hide...

T-feature
C-forge
A-debugger
Cmd-forge-debug

### Component Anvil ### Describe the feature you would like I have forking configs in hardhat.config.ts, it changes according to the following env variables: - NETWORK - FORK - FORK_BLOCK_NUMBER...

T-feature
C-anvil
A-config
A-reth-anvil

### Component Forge ### Describe the feature you would like We have `vm.resumeGasMetering()` and `vm.pauseGasMetering()`. While useful, the functionality I really end up needing is setting the gas metering to...

T-feature
C-forge
A-cheatcodes