foundry
foundry copied to clipboard
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
### 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...
Hello folks, I just want to know that how can I run the multiple compiler versions contract , like some are libraries and some are the contracts ,and when I...
## Motivation This PR fixes two issues: 1. Users are forced to provide `--sender` argument when the sender can be determined from keystore or hw wallet. (#6034) 2. Users are...
### Component Forge ### Describe the feature you would like Some way to specify the fork-block-number in the test source code file rather than the command line. Allowing for running...
## Motivation To improve `lcov` coverage reports, by adding `DA` for statements. closes #6968 ## Solution I did a little bit of digging for this one, my first guess was...
### Component Forge ### Describe the feature you would like Hey everyone, first off thank you for the work on foundry so far, I've been enjoying working with it. I'd...
## Motivation Since the debugger doesn't allow copy/paste, and buffers can be large, it can be useful to dump buffers to disk for further manual debugging. Closes #7112 ## Solution...
## Motivation This migrates cast to use alloy providers and primitive types on all methods that do not send txs or do filter functionality to the network. ## Solution -...
### Component Forge ### Describe the feature you would like I'm suggesting Foundry to verify contracts on [Sourcify](https://sourcify.dev/) by default on `forge create --verify` or `forge verify-contract`, event without `--verification-provider...