NomicFoundation / edr

An Ethereum development runtime implementation that can be reused to build new developer tools.
MIT License
57 stars 12 forks source link

Research on telemetry #304

Open fvictorio opened 8 months ago

fvictorio commented 8 months ago

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. For this, the open questions are:

Wodann commented 7 months ago

If we want, we could experiment with a custom panic handler on the EDR side which converts the panic into an error and returns it.