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

```js const { ethers } = require("hardhat"); const { expect } = require("chai"); describe("Test", function () { it("should exit with error", async function () { expect(1n).to.equal(2n); }); }); ``` It...

Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 2.2.3 to 2.2.6. Commits bfe5fe2 2.2.6 1a89b66 added caret range to whatwg-fetch. 695a888 removed and disabled package-lock.json. eac6c00 Update away from vulnerable version of node-fetch (#135) 3abdc67...

dependencies

On Zeppelin it's basically unusable - takes minutes to churn through their code. Need to look at the solc generated AST / how stack traces is done and use that...

bug

As of today, Optimism's GasOracle returns `1` for the blobBaseFee. This could be because relevant RPC endpoints have not shipped in Geth yet so no one knows what the fee...

question

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 3.4.1-solc-0.7-2 to 4.9.6. Release notes Sourced from @​openzeppelin/contracts's releases. v4.9.6 Base64: Fix issue where dirty memory located just after the input buffer is affecting the result. (#4929)...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [@openzeppelin/contracts-upgradeable](https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable) from 5.0.1 to 5.0.2. Release notes Sourced from @​openzeppelin/contracts-upgradeable's releases. v5.0.2 Base64: Fix issue where dirty memory located just after the input buffer is affecting the result. (#4926)...

dependencies

It would be really useful to be able to quickly configure and see the complete cost outcome of a script - gas usage per operation plus national currency value of...

feature