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 935 foundry issues
Sort by recently updated
recently updated
newest added

The error shown when cache is disabled and multiple profiles exist was telling users to use the --compiler-version flag while it actually refers to the compilation profile selection. This change...

- Added a new linting rule that checks for multiple contract-like items (contracts, abstract contracts, interfaces and libraries) per `.sol` file . - Refactored `LinterConfig` - Added 2 new linting...

Cmd-forge-lint
T-external

### 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
T-needs-triage

## Motivation Resolves #12719 ## Solution Solution is summarised in the issue ## PR Checklist I can't add next because the rpc url ```reth-ethereum.ithaca.xyz/rpc``` does not implement the debug_traceTransaction method....

Hello, I am not sure that if this feature is done, maybe i have done something wrong. But I have a simple demo project, which deploy two contract to a...

## Solution - added param `sequence: Option` to `format_receipt` - added decoder fallback at `transactions.rs` solves #12739 ## Example ```bash ❯ ../../../forks/foundry/target/debug/forge script script/Deploy.s.sol:Deploy --account anvilmain --sender 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 --rpc-url http://localhost:8545...

### Component Forge ### Describe the feature you would like Add a list of a files / dirs that can be ignored for formatting. When I vendor files, it would...

T-feature
T-needs-triage

### Component Forge ### Describe the feature you would like The mixed-case-variable lint rule currently flags variables like marketID, optionID, userID as violations, suggesting they should use mixedCase. However, keeping...

T-feature
T-needs-triage

### Component Forge ### Describe the feature you would like we currently display: > ##### chainid > ✅ [Success] Hash: > Block: ... > Paid: 0.001080630... for script results it...

T-feature
T-needs-triage

### 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
Cmd-forge-fmt