foundry
foundry copied to clipboard
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
### Component Cast ### Describe the feature you would like Hi, I like the label feature for traces! However, I think it would make things even easier to read if...
### Component Forge ### Describe the feature you would like Steps to reproduce: 1. Clone [this repo](https://github.com/mds1/forge-test-my-proj) and run `forge install` 2. Run `forge build`, it fails with the below...
### Component Forge ### Describe the feature you would like This is an idea / open for discussion, feedback encouraged. Some invariants are hard to specify with the current UX,...
### Component Cast ### Describe the feature you would like Add a flag to: `cast send "foo()" like `--txn-trace` and/or `--txn-hash` that will display a trace or the transaction hash...
### Component Forge ### Describe the feature you would like I would like to have [gas reports](https://book.getfoundry.sh/forge/gas-reports) for [free functions][1], e.g. ```solidity function min(uint x, uint y) pure returns (uint)...
### Component Anvil ### Describe the feature you would like Using a multicall contract to read a lot of data at once is a common use case. Anvil caps the...
### Component Forge ### Describe the feature you would like The `test` property in the Foundry config is currently a simple path to a directory. My request is turn it...
### 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 ## Description For now the `function` field of a broadcast log's transaction looks like: ```solidity "function": "functionName(type1,type2):(returnType)", ``` More useful...
## Motivation Closes #7014 ## Solution