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 - [ ] Foundryup ### What version of Foundry are you on?...

T-bug
good first issue
A-cheatcodes

## Motivation It can be very difficult to find a failing `expectEmit` when looking as traces involving deep traces with a lot of events. fixes #8506 ## Solution If an...

## Motivation This PR closes #776. Old PR #8315. ## Solution The current implementation modifies existing logic in test subcommand and evm/traces crate. It adds a `flamegraph` flag to the...

# Motivation Closes #8576 This issue found a link problem in forge doc generated website. Some link uses the absolute link like /contracts/foo which is an invalid URL. # Solution...

### Component Anvil ### Describe the feature you would like Currently the cache location is fixed to `~/.foundry/anvil/rpc`. It would really simplify the workflow (for example for running fork tests...

good first issue
T-feature
C-anvil

### Component Anvil ### Describe the feature you would like Description: Currently, Anvil provides a robust set of RPC methods, including several non-standard methods that are extremely useful for development...

T-feature
A-cheatcodes
C-anvil

### Component Forge ### Describe the feature you would like It would be useful if the `--json` output of `forge test` would also contain the call traces and console.log output...

T-bug
Cmd-forge-test
C-forge

closes https://github.com/foundry-rs/foundry/issues/7368 ## Motivation Chain reorgs are an unavoidable part of the Ethereum PoS network, and applications should be tolerant to them. L2's also often rely on Ethereum for their...

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

C-forge
Cmd-forge-verify

### Component Anvil ### Describe the feature you would like with new inspector crate we can now add JS tracing reference impl https://github.com/paradigmxyz/reth/blob/6430731fff06bfde15318667240d5738505fd6f8/crates/rpc/rpc/src/debug.rs#L551-L551 Note: because JS needs to access the...

good first issue
T-feature
C-anvil