cgewecke
cgewecke
Agree. I love codechecks so much. Tears. And more tears.
@matthewlilley Yes. I think there is (theoretically) a way to do it without an external service (Chris Kaczor the codechecks maintainer suggested this to me a couple years ago...) You...
@rlogiacco Do you have a repo or branch I could look at to reproduce this? I suspect the problem may be coming from upgradeability & proxying rather than ethers.
@rlogiacco I wasn't able to reproduce this problem (on the hardhat network). After installing your repo, I commented out rinkeby, mainnet and default network settings in hardhat.config.ts (because I wasn't...
@rlogiacco Sorry, you're right, I was on the wrong branch. On upgradeable *without* the `--deploy-fixture` flag I see a report which suggests the problem comes from the way you're using...
Apologies @rlogiacco I'm unsure what's happening in the new branch but perhaps the `get` method executes the deployments if they're missing during the test. That would result in them being...
> Do you suggest I close this and open an issue on the hardhat-deploy project? @rlogiacco No, I think it's something we should fix here (e.g at eth-gas-reporter). Thanks for...
@cameel Ah I've never tried that actually. 😅 If you run `mocha --reporter eth-gas-reporter` does anything happen? I think it should find the purely mocha version of the reporter (which...
@gtsui If you set the option `fast` to true in the gasReporter options, does this unfreeze it?
Ah it's just a legacy option that was put in when support for hardhat's async provider was optional ... At the moment there is logic here that makes sure users...