You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: