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 Solidity Test that can run multiple solidity versions at once. From time to time, you might need to test new...

T-feature
C-forge
A-compiler

### Component Forge ### Describe the feature you would like I would expect the script to halt and throw when `vm.ffi` fails. Currently it (almost) silently continues and prints "Script...

T-feature
A-cheatcodes

Currently, when you try to get env var using `vm` and it does not exist the whole process is crashing with ``` Location: cli/src/cmd/forge/script/runner.rs:66 This is a bug. Consider reporting...

Cmd-forge-test
C-forge
A-cheatcodes

I have deployed a contract through low level calls via cast send, the transaction gets mined successfully on Anvil with 'Deployed Contract: ' log and 'cast tx' shows the transaction...

T-bug
C-cast
T-to-reproduce

### Component Forge ### Describe the feature you would like Table tests are a way to generate test cases based on a dataset of parameters (the table), enabling code reuse...

T-feature
Cmd-forge-test
C-forge
P-low
D-average

### Component Forge ### Describe the feature you would like Supersedes https://github.com/foundry-rs/foundry/issues/744 For the `[fuzz]` and `[invariant]` sections, you must define configuration per-profile and it applies to all tests. Some...

A-fuzzing
T-feature
C-forge
A-config

### Component Forge ### 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
C-forge
A-compiler

### Component Forge ### Describe the feature you would like Right now, the state changes made by an invariant test (i.e. the state changes within the test contract itself) are...

A-fuzzing
T-feature
C-forge

### 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
A-fuzzing
Cmd-forge-test
C-forge
A-tracing

### Component Forge ### Describe the feature you would like Sometimes a call can revert, and being able to see a trace or use the debugger to understand why is...

T-feature
C-cast