Open filmakarov opened 3 weeks ago
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.
Thank you for your reply!
Any ideas?
No ideas so far. Doesn't look like repo is anyhow altering hardhat network. I'll let you know if I find something
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.