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 It would be useful for processes that manage broadcast log files if each tx could have arbitrary data attached. My...

T-feature
C-forge
A-cheatcodes
Cmd-forge-script

### Component Forge ### Describe the feature you would like I'm working on a more complex setup that includes a bunch of `ffi` sanity checks and post-deploy scripts. It would...

T-feature
C-forge

## Motivation cast interface wasn't handling vyper contracts because of missing stuff related struct types of vyper contracts such as they do not have internal_types in the abi file specially...

T-bug
C-cast

## Motivation change `fs_permission` default from `None` to `read` from project's output dir. This will unblock `getCode` cheatcodes restrictions and is a reasonable default now that cheatcode access is closed...

T-feature

## Motivation ## Solution Gas calculation in debugger works the same as before: ![foundry](https://user-images.githubusercontent.com/5773434/191556322-534a8dd3-a69c-49ad-8dad-d528eb8a84fa.gif)

T-feature
A-debugger

### 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
Cmd-forge-script

### 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
Cmd-forge-build

## Motivation contains revm changes and ethers chain id fixes ## Solution

L-ignore

### Component Forge ### Describe the feature you would like When running `forge upload-selectors`, forge should upload signatures from error types, such as `error Foo(uint256)`. This enabled us to use...

T-feature
C-forge

### Component Forge ### Describe the feature you would like While invariant testing, filters can be used to establish a boundary in order to help the engine converge. The `targetSelectors()`...

A-fuzzing
T-feature
Cmd-forge-test
C-forge