edr icon indicating copy to clipboard operation
edr copied to clipboard

Results 130 edr issues
Sort by recently updated
recently updated
newest added

If EDR forks a block whose timestamp is in "the future", then it panics with an error like this: ``` thread 'tokio-runtime-worker' panicked at /build/crates/edr_provider/src/data.rs:2564:18: current time must be after...

The `ethereum/solidity` repo's CI uses the Hardhat repository to run our stack traces tests with their nightly build. After we finish this migration, we are going to delete those tests...

> Oh, this one has some history. > > When we were using EthereumJS, we would do something like `common.precompiles.length` (I don't remember the exact API) to get the max...

If `enable_rip_7212` is true and you make a call to the `0x100` address where the precompile is, you get "WARNING: Calling an account which is not a contract" printed in...

PR https://github.com/NomicFoundation/hardhat/pull/5394 adds some naive hardfork histories for optimism/arbitrum chains, where the same (conservative) hardfork is used for all blocks. The underlying problem here is this: if Hardhat/EDR doesn't have...

These are all being accepted by EDR right now: ``` send("eth_getBlockByNumber", [0, false]) send("eth_getBlockByNumber", ["0", false]) send("eth_getBlockByNumber", ["0b0", false]) send("eth_getBlockByNumber", ["0o0", false]) send("eth_getStorageAt", ["0x63689f2aE7c74Db7A9D5523d5a1463a0F5bF0cf4", "0"]) send("eth_getStorageAt", ["0x63689f2aE7c74Db7A9D5523d5a1463a0F5bF0cf4", "0b0"]) ``` Curiously,...

**Definition of Done** - Create an implementation of `trait ChainSpec` for Optimism - Resolve all `TODO`s referencing this issue

### Version of Hardhat 2.15.0 ### What happened? When forking Arbitrum One to run tests, Hardhat will ingest the forked block number. I ran a test at block # 100,000,000....

**Definition of Done** Workspace dependencies were added for the Forge fork in #446 . The EDR crates should also use these dependencies.

Add the ability to configure predeploys per chain type.