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

This might be possible by setting an `afterAll` mocha root hook via require in the mocha config. The hook will write the processes' gasData to cache. Then, coming out of...

feature

HH has open issues about adding this: + https://github.com/NomicFoundation/hardhat/issues/3418 + https://github.com/NomicFoundation/hardhat/issues/1866 Also relevant...it is actually possible to set these...workaround from: + https://github.com/NomicFoundation/hardhat/issues/3298 ```ts const FEE_DATA = { maxFeePerGas: ethers.utils.parseUnits('100', 'gwei'),...

feature

Build a github action for this (in a separate repo). See #69

feature

Proposed as part of #170. It's not clear how accurate fees would be when run on an Ethereum EVM (like HH or Anvil). Arbitrum has special precompiles with their own...

feature

**Optimism** + Ecotone Sepolia - [Feb 21, 2024][1] + Ecotone Mainnet - [March 18, 2024][5] + [Optimism gas docs][2] **Arbitrum** + [ArbOS 20 “Atlas” Proposal][4] (voting ends March 1 -...

Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.3. Release notes Sourced from undici's releases. v5.28.3 ⚠️ Security Release ⚠️ Fixes: CVE-2024-24758 Proxy-Authorization header not cleared on cross-origin redirect in fetch Full Changelog:...

dependencies

Hello, I have a Hardhat configuration with multiple compiler versions, but I can't see how the hardhat-gas-reporter handles it. It would be fantastic if you provide more information about that....

It seems the report doesn't include `receive()` calls i.e, eth value transfers? Would be nice to have that included

Hi, i get the following error, after required the package ```` require('hardhat-gas-reporter'); ```` in my hardhat config. No additional config. ```` Error HH201: Could not set param output for task...

has workaround

Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 Commits fb98306 Bumped v5.28.4...

dependencies