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

Tracking issue for the Alloy Migration. ### Migration progress per-crate: - [x] `debugger` https://github.com/foundry-rs/foundry/pull/5854 - [x] `fmt` https://github.com/foundry-rs/foundry/pull/5851 - [x] `cli` - [x] `common` - [x] `config` partially migrated -...

T-meta

## Motivation Foundry Cancun tracking issue for readiness. ## Items needed - [x] `revm` foundry upgrade #5669 - [x] `revm` EIP-4844 support: https://github.com/bluealloy/revm/pull/536 - [x] `revm` alloy migration: https://github.com/bluealloy/revm/issues/527 -...

A-evm
T-meta
P-high

This conversion is needed strictly because we don't have the tx builder abstraction being worked on in https://github.com/alloy-rs/alloy/pull/190 in place. Once it is done, we should refactor anvil to remove...

P-normal
T-debt
C-anvil

### Component Anvil ### Describe the feature you would like I propose a performance enhancement for the Anvil node, specifically targeting the efficiency of block mining. Through some tests I've...

T-perf
C-anvil

### Component Anvil ### 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

### Component Forge ### Describe the feature you would like ### tldr The effect of `// forge-import: Contract.sol` is to add a contract to the list of contracts to be...

T-feature

### 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...

T-bug

### 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...

T-bug

### Component Other (please describe) ### Describe the feature you would like Feature: Getting coverage information from anywhere by attaching a `CoverageInspector` to the `Executor`. I'm trying to find coverage...

T-feature

### Component Forge ### Describe the feature you would like See https://github.com/gakonst/ethers-rs/issues/2508 for details/rationale on the request here forge batching is not necessarily dependent on that ethers-rs feature, as even...

T-feature
T-perf