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

The gas reporter is hitting the coinmarketcap API without asking or telling

Preventing this connection makes no apparent difference to the output of the reporter (if it does then I missed it). If it has some reason to accept incoming connections, it...

How hard would it be to add different display options to organize the final report? As of now it's organized by each function call, but it would be nice to...

feature

Hi Is there supposed to be support for this plugin on testnets? For example ``` npx hardhat test --network rinkeby ``` seems to freeze the process for me. Is there...

bug

can we make an output to MD/HTML? anything that is a bit more human readable? it is seen nicely in the console, but is not readable once it's a file,...

I can set currency to ETH, but currently it's limited to 0.01 ETH and I'd like to see it in more detail e.g.: 0.0124885 ETH

enhancement

Is there a way to just input a fixed value for gas fiat price estimation? I like looking at $ values, since they are easier for me to process. When...

As the title suggests, code checks is no longer under active development. It would be great to have some other options here.

question

I added my own CMC API key. Sometimes the column `usd (avg)` does not contain any value and sometimes it does. Does anyone have the same issue? It is enough...

Absolutely phenomenal hardhat plugin! I'm using hardhat to develop smart contracts on the Avalanche C-Chain, which is EVM-compatible. I'd love to be able to display usd (avg) prices for the...