foundry
foundry copied to clipboard
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
## Motivation migrates all anvil tests to alloy. wip. ## Solution
### Component Anvil ### Describe the feature you would like Anvil currently returns "Requested data unavailable" when trying to call `debug_traceTransaction' on an forked anvil instance. It should however be...
### Component Anvil ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? 0.2.0...
### Component Forge, Cast, Anvil, Chisel ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are...
### 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 Anvil ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
### Component Cast ### Describe the feature you would like Something like this would be nice for computing CREATE2 initcode hashes on the fly: ```sh cast create2 initcodehash ``` Output...
### Component Other (please describe) ### Describe the feature you would like I found an issue when writing to a file using `vm.writeFile()` where the script breaks if the file...
## Motivation Similar to `seth mktx` from dapptools, there should be a command to build and sign transactions without broadcasting them. Ideally it should be possible to do this on...