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 ### Describe the feature you would like I'm implementing EIP-1271 using alloy in a Rust project and I'd like to write an automated test for my implementation....

T-feature

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

T-bug

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

T-bug

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

T-bug

### Component Forge ### 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 Add a cheatcode to set `block. blobbasefee`, similar to how we can set other block fields. This is a new...

good first issue
T-feature

### Component Forge ### Describe the feature you would like Related to https://github.com/foundry-rs/foundry/issues/2349 which was closed as won't fix. The main problem is around `setEnv` setting the env variable for...

T-feature

### Component Forge ### Describe the feature you would like JUnit XML test reports are widely used in CI tools to provide more advanced test reporting, such as [CircleCI's Test...

T-feature

### Component Forge ### Describe the feature you would like Now, the `blobhash` is supported by the solidity 0.8.24, and the forge also support it when set `evm_version="cancun"` in foundry.toml....

good first issue
T-feature

## Motivation There is no way to mock blobhashes currently ## Solution Add a cheatcode to set all blobhashes in the transaction. Note that this takes a list of blobhashes,...

T-feature
A-cheatcodes