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 There are times when it is desired to set a specific named storage slot. The solidity compiler `storageLayout` contains each...
### Component Forge ### Describe the feature you would like I never found using `max_test_rejects` and `vm.assume` helpful, because changing the number of fuzz runs to a different value requires...
### Component Forge ### Describe the feature you would like As discussed in https://github.com/foundry-rs/foundry/discussions/3948, my protocol has some business logic that is dependent upon the end user sending a sorted...
# Meta **Decoding/display** - [ ] Guidance on how to debug failed tests in the CLI output - [ ] Visual clues that a precompile is being called (requires more...
### Component Forge ### Describe the feature you would like In solc version 0.8.24, [transactions compose differently than message calls](https://soliditylang.org/blog/2024/01/26/transient-storage/). While adding support for solc 0.8.24 (issue #6903) I think...
### Component Forge ### Describe the feature you would like The same thing as this: https://github.com/crytic/slither/issues/366 If an `assert` is just for static analysis and not for prod code, it...
### Component Forge ### Describe the feature you would like It's currently not possible to pair a `deployCode` with `vm.expectRevert`. It also doesn't work to use `testFail` in this case....
### Component Forge ### Describe the feature you would like `forge doc` does not respect the number of end lines in the original NatSpec comments. It would beg good if...
### 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 - [ ] Foundryup ### What version of Foundry are you on?...