foundry
foundry copied to clipboard
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
## 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?...
### 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)); ```...
### Component Forge ### Have you ensured that all of these are up to date? - [ ] Foundry - [X] Foundryup ### What version of Foundry are you on?...
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...
### Component Forge ### Have you ensured that all of these are up to date? - [ ] Foundry - [ ] Foundryup ### What version of Foundry are you...
### 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?...
### 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...
## 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...