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 Cast ### Describe the feature you would like I often want to estimate the gas for a transaction that I'm not allowed to call. I would love a...

good first issue
T-feature
C-cast

### Component Cast ### 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-cast

### Component Cast ### Describe the feature you would like ``` ➜ foundry_test git:(master) ✗ cast send 0x5FbDB2315678afecb367f032d93F642f64180aa3 "customError()" --private-key $PK Error: server returned an error response: error code 3:...

T-bug
C-cast

### Component Forge ### Describe the feature you would like When I use forge script, I will write some `console` in my script contract, but the current forge script will...

T-feature
C-forge
Cmd-forge-script
T-to-investigate

### Component Forge ### Describe the feature you would like For certain transactions (especially related to DAO governance processes) it makes sense to diff the chain state from before and...

T-feature
Cmd-forge-test
C-forge
A-cheatcodes
P-low
D-hard

### Component Cast ### Describe the feature you would like I'm using `cast send` extensively in some scripts. Sometimes they fail with `replacement transaction underpriced`. I suggest having a flag...

good first issue
T-feature
C-cast

## Motivation Closes #4454 ## Solution Implement a new flag called `--bump-fee`, in `cast send`, to automatically bump transactions gas price. The idea is to be able to automatically replace...

… changes ## Motivation Closes #9099 ## Solution Monitor `foundry.toml` on top of Solidity file changes when using `forge build --watch`. Tested on a local project. When updating `foundry.toml`, `forge...

## Motivation Closes #9138 ## Solution ```bash $ castdev wallet new-mnemonic --entropy 0xdf9bf37e6fcdf9bf37e6fcdf9bf37e3c --accounts 3 --json [ { "mnemonic": "test test test test test test test test test test test...

### Component Forge ### Describe the feature you would like currently build -w watches sol files, it would be helpful to watch also config files ### Additional context _No response_

good first issue
T-feature
C-forge
Cmd-forge-build
A-config