-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Tried to trace tests for AA-Benchmarks repo with no success.
Steps to reproduce:
clone above repo
cp env.sample .env
pnpm i hardhat-tracer
\\ hardhat.config.ts
import "hardhat-tracer";
then
npx hardhat test --vvv
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:
hardhat-tracer:wrapper wrapped request hardhat_setCode +0ms
hardhat-tracer:wrapper shouldPrint=false, tracer.enabled: true, tracer.ignoreNext=false, tracer.printNext=false +0ms
with shouldPrint=false
everywhere.
Metadata
Metadata
Assignees
Labels
No labels