foundry
foundry copied to clipboard
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
### Component Forge ### Describe the feature you would like add a [etherscan_api_keys] table, similar to `rpc_endpoints` > Perhaps we want an [etherscan_api_keys] section to map chain IDs/network names to...
### Component Forge ### Describe the feature you would like A common use case is configuring test params with environment variables, with the RPC URL used for forking tests being...
### 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 ### Describe the feature you would like Right now fuzz campaigns are defined by their number of runs. It’s also useful to instead define campaigns with a...
This is an early draft PR, but I'm new to Rust & the Foundry codebase, so wanted to post here for feedback and a few questions before going too far....
### Component Forge ### Describe the feature you would like Prompted by #2326, it would be good if there was a way to sanity check the ffi usage within a...
## Motivation After deploying the contract, it is often necessary to check whether the parameters are set successfully, so here is a simple method to query the value of the...
### 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...
There's still some missing features and improvements for coverage: **Data/functionality** - [x] #1962 - [x] #1963 - [x] #1964 - [x] #1967 - [x] #1965 **User facing** - [ ]...
### Component Forge ### Describe the feature you would like `forge script` waits 7 seconds by default before asking for transaction receipts. It is not a good initial value for...