edr icon indicating copy to clipboard operation
edr copied to clipboard

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

**Problem** While resolving a write key for the RPC cache we sometimes need to fetch the latest block number. This is now amortized in https://github.com/NomicFoundation/hardhat/pull/4360 by caching the latest block...

We currently accept `U256` in `eth_getTransactionByBlockNumberAndIndex` in order to match Hardhat returning `null` for out of bound indexes. We need to determine if we could make it an error to...

I stumbled upon a `Deref` implementation in `PendingTransaction`, and I was told that they should only be used with pointer types. I didn't remove it to avoid generating conflicts, and...

**Problem** The way `debug_trace` is implemented currently is not ideal and doesn't have support for gas cost of calls and creates. The problem is that the current implementation just adopts...

**Definition of Done** - [ ] Find a tool that support Javascript flame graphs for async tasks - [ ] If such a tool exists, implement such tool in Hardhat...

It would be nice to have some sort of telemetry in EDR, the way we do in Hardhat. For now the main thing we want to track is EDR panics....

We removed the `ForkStateManager.ts` module and its tests but we didn't migrate those tests. These are the latest versions of those files before removing them in https://github.com/NomicFoundation/hardhat/pull/4881: - [Source](https://github.com/NomicFoundation/hardhat/blob/f8d23427e2ebc0efd3765de56b48526bef60e1d1/packages/hardhat-core/src/internal/hardhat-network/provider/fork/ForkStateManager.ts) -...

To improve encapsulation, we always try to only add functions in a scope if they're needed to expose some piece of private information. If a public API already exists that...

**Definition of Done** - Nomic logo at topic of static page (inserted in custom index.html), similar to [Nomic career page](https://jobs.ashbyhq.com/nomic.foundation). - Header at top of benchmarks: "Rethnet state benchmarks"

**Definition of Done** - Move all `State`-related files to a separate crate: `edr_state`