Skip to content

Tracer is not working with AA-Benchmark repo #84

@filmakarov

Description

@filmakarov

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions