foundry
foundry copied to clipboard
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
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 -...
## 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 -...
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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...