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 Issue created after this discussion with @mds1 in the TG group: https://t.me/foundry_support/32128 If `msg.sender` and/or `tx.origin` are the defaults AND...
### 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 Forge ### Describe the feature you would like Instead of re-writing yhe entire create command, forge can introduce a network configuration system like hardhat where one could pass...
### 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 Allow `forge coverage` to be ran with the watch flag, in the same way as `forge test` ### Additional context...
### Component Forge ### Describe the feature you would like Assertions are never meant to fail unless there is a bug, but Forge currently reports partial coverage for `assert` statements:...
### Component Forge ### Describe the feature you would like In #1228 it was agreed that precompiles should still be fuzzed as inputs for normal fuzz tests - that is...
### Component Forge ### Describe the feature you would like The use case is fork + fuzz tests - certain tokens like USDC have blacklists that prevent the transfer of...
I guess it will be very useful to add a forge command to see all available functions in the contract as well as inherited in it. For example, with a...