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

## Motivation migrates all anvil tests to alloy. wip. ## Solution

### Component Anvil ### Describe the feature you would like Anvil currently returns "Requested data unavailable" when trying to call `debug_traceTransaction' on an forked anvil instance. It should however be...

T-feature

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

T-bug

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

T-bug

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

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

### Component Anvil ### 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-anvil

### Component Cast ### Describe the feature you would like Something like this would be nice for computing CREATE2 initcode hashes on the fly: ```sh cast create2 initcodehash ``` Output...

T-feature

### Component Other (please describe) ### Describe the feature you would like I found an issue when writing to a file using `vm.writeFile()` where the script breaks if the file...

T-feature
A-cheatcodes

## Motivation Similar to `seth mktx` from dapptools, there should be a command to build and sign transactions without broadcasting them. Ideally it should be possible to do this on...