edr
edr copied to clipboard
- [ ] Remove `.github/workflows/edr-benchmark-feat-solidity-tests.yml` - [ ] Fix the TODOs in `.github/workflows/edr-benchmark.yml` - [ ] Fix the TODO in `hardhat-tests/test/internal/hardhat-network/stack-traces/test.ts` - [ ] Change pnpm override from `"hardhat>@ignored/edr"` to...
**Problem** There still some hard-coded Alchemy credentials in the Solidity tests codebase (especially in .sol test files). This is a problem, because these publicly available keys are less reliable than...
Some things are TBD, but my guess is that this means: - Doing the formatting on the EDR side. This in turn means that the API changes so that the...
Currently, there's a lot of back and forth going on between the EDR and Hardhat when we generate a Solidity stack trace for a response that results with an error....
This PR restructures the `edr_napi_core` and `edr_napi` to be able to share code with the new `edr_napi_optimism` package. I ran into one problem that I was able to solve. Namely,...
**Definition of Done** TBD
**Definition of Done** - Consider possible design changes based on feedback raised in https://github.com/NomicFoundation/edr/pull/653 - Implement potential changes
In #545 we migrated 1:1 the logic from Hardhat (TypeScript) to deserialize the Solidity compiler [standard JSON input/output](https://docs.soliditylang.org/en/latest/using-the-compiler.html#compiler-input-and-output-json-description) and convert this into a "build model" that's used to decode the...