edr icon indicating copy to clipboard operation
edr copied to clipboard

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

**Depends on** - [x] https://github.com/bluealloy/revm/pull/1276 - [x] https://github.com/bluealloy/revm/pull/1284 **Definition of Done** Once `revm` cuts a new release with the aforementioned PRs included, upgrade to that version.

**Definition of Done** It should be possible to disable the benchmark runner check based on labels. Two possibilities are: - detect whether one of a set of labels is specified...

#319 doesn't assume that we are running the stack traces test cases automatically, but we have a lot of them so we should abstract them and execute them with a...

We have enough definition to implement some tracer bullets for the port of the runtime observation component of Hardhat. We should start with the simplest possible stack trace test. After...

After most of https://github.com/NomicFoundation/edr/issues/246 is done, we should check that everything works using third-party repos, as we did in #254.

Everything in https://github.com/NomicFoundation/edr/issues/246 can be done without this, but it's going to be uncomfortable in the long run. Without this, we'll have to generate the artifacts from Hardhat (by running...

We need to modify our js provider so that instead of using `handle_request` it uses the new method described in #263, and creates and throws a js `Error` if the...

## Definition of done - We need to create a module that given an EVM trace and a contract identifier, it generates the stack trace of the EVM messages involved....

We need to expose a second method in the provider that doesn't just run a request, but also tries to decode any error. It should look something like this: ```rs...