ape-foundry icon indicating copy to clipboard operation
ape-foundry copied to clipboard

Foundry network provider for the Ape Framework

Results 13 ape-foundry issues
Sort by recently updated
recently updated
newest added

### What I did https://blog.ethereum.org/2023/11/30/goerli-lts-update https://www.alchemy.com/blog/goerli-faucet-deprecation Goerli support on all networks is ending soon: - February 16th - [Base Goerli](https://www.alchemy.com/blog/base-goerli-testnet-deprecation) - March 7th - [Optimism Goerli](https://www.alchemy.com/blog/optimism-goerli-testnet-deprecation) - March 18th -...

### What I did Delete log line because it happens already from Core. (added here: https://github.com/ApeWorX/ape/pull/1930) fixes: https://github.com/ApeWorX/ape/issues/1956 ### How I did it delete line ### How to verify it...

### What I did logically no fix in the end but fixes something earlier on in the execution by using the correct default message. ### How I did it ###...

### What I did New TraceAPI! ### How I did it ### How to verify it ### Checklist - [ ] Passes all linting checks (pre-commit and CI jobs) -...

### Environment information - `ape` and plugin versions: ``` $ ape --version 0.7.11.dev9+ga8d1487d $ ape plugins list Installed Plugins alchemy 0.7.1 ens 0.7.0 etherscan 0.7.1 foundry 0.7.4.dev6+ga535421 ganache 0.7.0 hardhat...

### Environment information - `ape` and plugin versions: ``` $ ape --version 0.7.10 $ ape plugins list Installed Plugins foundry 0.7.3 vyper 0.7.0 ``` - Python 3.10.0 - OS: macOS...

### Overview It would be useful to be able to run anvil in a non-forked configuration using different evm rules, such as right now I am trying to test an...

### Environment information ape: 0.5.1 Installed Plugins: solidity 0.5.0 foundry 0.5.0 tokens 0.5.0 vyper 0.5.0 infura 0.5.0 foundryup: installed - anvil 0.1.0 (084ef3d 2022-09-19T00:09:09.381188Z) * Python Version: x.x.x * OS:...

category: bug

### Elevator pitch: Currently this plugin will fetch EVM version (only for fork networks) using a custom list maintained in https://github.com/ApeWorX/ape-foundry/blob/main/ape_foundry/constants.py This list hasn't been updated in 2+ years, so...

### Overview Provide a simple overview of what you wish to see added. Please include: - What you are trying to do - Why Ape's current functionality is inadequate to...