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 Currently when running `forge test` all files under `./test` will be passed to compiler on initial ABI-only run. This might be an issue if files being filtered out...

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

T-bug

### Component Forge ### Describe the feature you would like Currently if we write foundry script to call the beacon root address like this: ```solidity (bool success,) = BEACON_ROOTS.staticcall(abi.encode(_targetTimestamp)); ```...

A-evm
T-feature
Cmd-forge-script

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

T-bug

dapptools has a counter like the one in the screenshot below so you can track progress in fuzz runs while those fuzz runs are executing. I recently ran a 10k...

T-feature
Cmd-forge-test
C-forge
D-average
T-perf

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

T-bug
A-fuzzing
Cmd-forge-test
C-forge

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

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? anvil...

T-bug

## Motivation Final part of alloy migration ## Solution In order to do this, we have to make use of parts of code that make up the `sol!` macro to...

Fixes https://github.com/foundry-rs/foundry/issues/7898 ## Motivation Cf. the linked issue. The `v` value (which should be deprecated for *some* tx types) was wrongly set as the y parity byte converted into a...