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 ### Describe the feature you would like Let's say I want to use the `vm.sign` feature in foundry. ```javascript vm.sign(private_key, digest); ``` Right now, if I've imported...

T-feature

Automation to keep dependencies in `Cargo.lock` current. cargo update log ```log Updating git repository `https://github.com/alloy-rs/alloy` Updating git repository `https://github.com/paradigmxyz/evm-inspectors` Locking 34 packages to latest compatible versions Updating ariadne v0.4.0 ->...

## Motivation This pull request is related to issue https://github.com/foundry-rs/foundry/issues/5966, which essentially outlines the reasons I believe a dedicated dependency manager for Solidity is necessary. To summarize, relying on git...

T-feature
C-forge

## Motivation Closes #4810 ref https://github.com/foundry-rs/foundry/pull/7027#discussion_r1481556804 ## Solution This PR introduces a new approach to library linking for scripts. If CREATE2 deployer is present on target chain, ibraries are deployed...

Hey, not sure if I should upload this issue here or in foundry repo, but with the implementation of this commit: https://github.com/foundry-rs/forge-std/commit/14325182bf0aae5b2b858f5f0351ffe35c643248 the behavior of `assertEq` changed (and I assume...

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

T-bug

### Component Forge ### Describe the feature you would like ### Current behavior Toml file: ```toml key1 = "1" # this is key2 key2 = "2" ``` Script: ```solidity //...

T-feature
A-cheatcodes

### Component Forge ### Describe the feature you would like Add support for a new cheatcode: `vm.expectEmitAnonymous(bool checkTopic0, bool checkTopic1, bool checkTopic2, bool checkTopic3, bool checkData)` (and corresponding equivalent overloads)....

T-feature

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