foundry
foundry copied to clipboard
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
### 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...
### 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...
### 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,...
## 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...
### 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...
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...
### 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...
### 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...
## 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...