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 Cast ### Have you ensured that all of these are up to date? - [ ] Foundry - [ ] Foundryup ### What version of Foundry are you...

T-bug

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

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

## Motivation #5529 ## Solution Resolves #5529 by adding logic to allow the default create2 factory to be used in tests and non-broadcasting scripts. I chose to make this change...

### Component Anvil ### Have you ensured that all of these are up to date? - [x] Foundry - [x] Foundryup ### What version of Foundry are you on? `anvil...

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-feature
C-forge
Cmd-forge-coverage
T-to-discuss

## Motivation Potential fix to #6166 and #5625 cc @mds1 @patrickalphac ## Solution Right now, `targetContracts()` is not "static" after `setUp()`—it gets updated after each depth call with the newly...

### 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
C-forge
Cmd-forge-verify

## Motivation As per [Ethereum JSON-RPC API Specification](https://ethereum.github.io/execution-apis/api-documentation), the `eth_signTransaction` method should return an RLP encoded transaction payload. Anvil is just returning the signature. Also the parameters of the transaction...

## Motivation To add support for the OKLink explorer contract verification. since the OKLink use almost the same API as the etherscan does for the contract verification part. the only...