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 ### 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 Now that foundry supports scripting for deployments it would be trivial for the ```forge build``` command to also compile solidity...

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

### Component Forge ### Describe the feature you would like The `solc` optimizer has historically been a source of bugs in smart contracts. After a couple of years of stability,...

T-feature
C-forge
Cmd-forge-build

## Motivation - CI build time improvement. - Leverage new features to speed up time drastically. - Additionally, the existing actions-rs are not maintained, they are over two years old...

### 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
A-gas-snapshots

### Component Brand new package. ### Describe the feature you would like Firstly foundry is pushing Ethereum development to the next level, giving us tools just as good as you...

T-feature
P-low
D-hard

This is a tracker for additional static analysis beyond what `solc` outputs. Static analysis can apply to things like safety, optimization and code style. Currently a few projects implement different...

C-forge
T-meta

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

good first issue
C-forge
D-easy
Cmd-forge-pm

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

## Motivation This PR aims to implement https://github.com/foundry-rs/foundry/issues/2359 And it would extend into - Adding the `--create2` flag into the `cast wallet vanity` command - Adding the `vm.mineSalt` cheatcode in...

T-feature
C-cast