hardhat-gas-reporter icon indicating copy to clipboard operation
hardhat-gas-reporter copied to clipboard

Gas Usage Analytics for Hardhat

Results 63 hardhat-gas-reporter issues
Sort by recently updated
recently updated
newest added

Regardless of what ever I tried, hardhat-gas-reporter fails always with nativeNC failed exception. Made sure there is no `eth-gas-reporter` installed, and my hardhat config has only `enabled: true` , and...

Hello, My `npx hardhat test` command doesn't generate gas report per unit tests, But instead, it will only show the gas report at the end of the test. How to...

Mocha normally displays a duration for each test, when it exceeds the `slow` parameter. See Enabling gas reporter **hides** this test duration report, even if you set `slow` to be...

We should be able to use `estimateGas` for these. It impairs test speeds but this data is important for libraries. (See [prb-math 70][1]) [1]: https://github.com/paulrberg/prb-math/issues/70

I'm routinely "gas golfing" large projects, and one thing I always need to do is dump out the gas report and manually sum it to get a total gas cost...

Hi, I have two contracts in my project. One of them is an upgradeable version of the other. I have the same tests for both of them. The tabular data...

I've been trying to use hardhat-gas-reporter for contracts already deployed on rinkeby, which I pull in through the forking method. The forking works but the gas reporter doesn't print the...

Needs Reproduction

Hey there! I have a feature request: I would love to be able to see the cost in ETH according to the gasPrice set in the configuration. As a developer/deployer,...

Hello, I think I found something strange Based on the documentation when I use delete on contract variables gas should be refunded. I tested this with the following function ```...

For some reasons `eth-gas-reporter` config option `ethPrice` (see: https://github.com/cgewecke/eth-gas-reporter/blob/deadc079f1920590ea362fdd6e0e008e70e4f95f/lib/config.js#L17 ) isn't currently supported. This should also solve: https://github.com/cgewecke/hardhat-gas-reporter/issues/82 - see: https://github.com/cgewecke/eth-gas-reporter/blob/deadc079f1920590ea362fdd6e0e008e70e4f95f/lib/utils.js#L170-L178