Open vladikopl01 opened 1 year ago
Looks like it uses a different VM than the standard EthereumJS's VM. Currently it'll be difficult to support zksync on the v2. I'm planning to work on v3 for the upcoming rethnet upgrade on hardhat, not sure if zksync would be supported by default but I can try to cover it.
For now you can maybe try using v1 of this plugin which should work if the zkLocalhost
would support debug_traceTransaction
. npm i hardhat-tracer@1 --save-dev
@zemse Thank you, will try it soon
Running tests with
npx hardhat --network zkLocalhost --vvvv
andnpx hardhat --network zkLocalhost --fulltrace
had same result without any trace displayed. Also, tried code block trace enabled throughhre.tracer.enabled = true/false
, but had same result.Here is my hardhat config, if it helps: