edr
edr copied to clipboard
feat: verbose tracing for hardhat-tracer
- Adds verbose tracing option which includes full stack and memory on the Rust side for https://github.com/NomicFoundation/edr/issues/331
- Adds
isStaticCall
flag toBeforeMessage
on the Rust side for https://github.com/NomicFoundation/edr/issues/333 - Adds newly created contract address and contract code to
AfterMessage
for `https://github.com/NomicFoundation/edr/issues/297
TODO:
- [x] Improve integration tests