foundry icon indicating copy to clipboard operation
foundry copied to clipboard

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.

Results 751 foundry issues
Sort by recently updated
recently updated
newest added

### 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...

T-bug

### Component Forge ### Describe the feature you would like Make foundry work for filecoin evm, the main challenge is integrating the builtin contracts(actors in filecoin's term) . ### Additional...

T-feature

### Component Anvil ### Describe the feature you would like all of the otterscan types: https://github.com/foundry-rs/foundry/blob/e3021017b643e43e42a4c420b636a2ae947bf89f/crates/anvil/src/eth/otterscan/types.rs#L84-L84 should be available in alloy and can be replaced https://github.com/alloy-rs/alloy/blob/440ee680f9b16c8813507bae501a4b72a3610f05/crates/rpc-types-trace/src/otterscan.rs#L25-L25 ### Additional context _No...

good first issue
T-feature

block productions needs a db write lock which competes with regular requests eth_call/eth_estimate etc... this now computes the header.timestamp after we acquired the db lock and right before execution.

### Component Other (please describe) ### Describe the feature you would like According to https://book.getfoundry.sh/cheatcodes/rpc, there is currently one way to send a JSON-RPC request: ``` /// Performs an Ethereum...

T-feature

dont hold lock when fetching from fork

## Motivation Introduces `--decode-internal` flag for `forge test`, `cast run` and `cast call --trace` which enables decoding of internal functions in traces ## Example Example trace of random Uniswap V3...

### 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...

T-bug

### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [ ] Foundryup ### What version of Foundry are you on?...

T-bug

This fixed few things for EOF support and enabled `eofcreate` and `eofcreate_end` to be called in `InspectorStack` forge-eof partially works ``` Ran 1 test for test/Test.t.sol:EOFTest [FAIL. Reason: EvmError: Revert]...