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
Thanks for reporting this issue. I had a quick look and based on the debug logs it appears that eth_sendTransaction or eth_sendRawTransaction was not used to confirm a transaction on the hardhat network when tests were running. Though I don't see why. I am trying to figure that out. Any ideas?
The way hardhat tracer works is when your tx executes on the hardhat network's EDR, it watches the runtime and notes down relevant the opcodes and then it is used to print the trace tree. It turns on the recorder when RPC like eth_sendTransaction is being used.
Tried to trace tests for AA-Benchmarks repo with no success.
Steps to reproduce:
clone above repo
then
and no traces shown.
Can you please advise why can that happen?
I tried debug logs for tracer, and what I see is something like that:
with
shouldPrint=false
everywhere.The text was updated successfully, but these errors were encountered: