This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Description
Hi,
I'm exploring the possibility of using a native implementation of an EVM and its host in Buidler to run smart contract tests. We currently use ethereumjs-vm, so I believe this will lead to really significant performance improvements.
Some of the main features Buidler offers are based on tracing the smart contracts' execution in order to infer and present meaningful information to our users, instead of just directly exposing the EVM-level results and errors.
I noticed that the tracing functionality was dropped from EVMC, so I'm opening this issue to ask if there are any plans to replace it with a new one.