-
Currently there are a number of spurious differences between forks. This means that tools like diff can't be used to their full potential.
For example the only difference between Istanbul and Muir …
-
### Overview
Provide a simple overview of what you wish to see added. Please include:
* What you are trying to do
I would like to be able to do the following:
```
ape test --network ether…
-
I'm running into an issue with trying to query contracts that should already exist on a mainnet-fork version of ganache I'm running.
Using a basic example
`use hex_literal::hex;
use web3::{
…
-
What's the correct way to set explorer url in the config?
I tried this but it doesn't pick it up:
```
networks:
default: mainnet-fork
mainnet-fork:
cmd_settings:
fork: https:/…
-
Im getting the following error when trying to run coverage against a base fork, with the command.
```bash
npx hardhat coverage
```
```
Error in plugin solidity-coverage: ❌ 24 test(s) failed u…
-
### Environment information
I installed brownie with : `pip install eth-brownie`
* Python 3.10.6
* OS: 12.0.1
### What was wrong?
* I ran `brownie init ` / `brownie` / `brownie networ…
-
I installed brownie with all possible ways : using repository | npx install | pip install
Always having this error :
-
# Feature Request
**Describe the Feature Request**
Start a local development network that forks mainnet, and impersonate any account to send transactions. This will make Move developers mor…
-
It would be super-useful to run EthTx client against a local mainnet fork, eg. doable via Hardhat. I tried that, however Hardhat client does not support tracers yet https://github.com/NomicFoundation/…
-
We should run both a Geth, Erigon and Nethermind node on the Ethereum mainnet and keep tracing the latest blocks and comparing the outputs against besu.
For example, for geth the process would be lik…