Bas van Gijzel
Bas van Gijzel
It would be nice to be able to refer to code in tut blocks defined in other files. Either through some type of import statement, possibly tut-specific or by declaring...
Likely combine this with: #558 ### Discussed in https://github.com/NomicFoundation/hardhat/discussions/6629 Originally posted by **craterface77** April 24, 2025 Hello! I'm using Hardhat v2.22.18 with the option enableRip7212: true in hardhat.config.ts. In my...
Hardhat is currently reformatting the `rpcDebugTrace` call, see: https://github.com/NomicFoundation/hardhat/blob/024d72b09c6edefb00c012e9514a0948c255d0ab/v-next/hardhat/src/internal/builtin-plugins/network-manager/edr/utils/convert-to-edr.ts#L176-L212 It seems that EDR JSON-RPC `rpcDebugTrace` calls return a custom format, possibly due to trying to implement https://eips.ethereum.org/EIPS/eip-3155. This is not...
We should consider adding contributor guidelines similar to Hardhat's policies to help new developers get started. Things to include: - [ ] Most things from Hardhat (pnpm, building/run/installing, etc) -...
Per Pato's comments: There's a ~200-300ms optimization opportunity in the initialization of EDR with custom config values. Note that the default values use pre-derived keys instead of deriving them just...
- [ ] Make sure all tests using remote connections are marked as remote - [ ] Split checks into remote/non-remote - [ ] Re-introduce status check on non-remote tests
Context: https://github.com/NomicFoundation/edr/pull/1012 Consider Agost's suggestions: * It looks like there is a proxy server option for self-hosted runners (which we are using for the benchmark): https://docs.github.com/en/actions/how-tos/managing-self-hosted-runners/using-a-proxy-server-with-self-hosted-runners#configuring-a-proxy-server-using-environment-variables * But maybe the...
This PR bumps EDR to [v0.12.0-next.17](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.12.0-next.17) for Hardhat 2. It changes the default hardfork for L1 to Osaka, and for OP to Isthmus. We also addressed a bug in checking...