Setting 'artifactType' breaks the gas report
See original GitHub issueDescription
Setting any value to artifactType
, even a correct value like “truffle-v5” or “buidler-v1”, breaks the gas report:
Steps to Reproduce
- Fork mainframe-lending-protocol
- Switch to the gasReporterBug branch
- Install dependencies with yarn
- Uncomment “artifactType” line in
buidler.config.ts
- Run tests via
yarn run
(don’t worry, I set.only
on a describe so that it doesn’t take long)
Environment
- @nomiclabs/buidler@1.4.7
- buidler-gas-reporter@0.1.4
- eth-gas-reporter@0.2.18
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
eth-gas-reporter | Yarn - Package Manager
Require config gas price to be expressed in gwei (breaking change) · Use eth gas station API for gas price (it's more accurate)...
Read more >eth-gas-reporter - Bountysource
Setting any value to artifactType , even a correct value like "truffle-v5" or "buidler-v1", breaks the gas report: Capture d'écran 2020-10-20 à 20...
Read more >eth-gas-reporter - UNPKG
- Add artifactType option as a user defined function so people use with any compilation artifacts. 94, - Add codechecks integration. 95 ...
Read more >Questions and Answers | Darpa
Question: Will DARPA provide a training set of image data for ... Question: Gas leaks and low oxygen levels will be an artifact...
Read more >https://raw.githubusercontent.com/cgewecke/eth-gas...
Changelog: eth-gas-reporter # 0.2.23 / 2021-11-26 - Add notes to README about ... Add artifactType option as a user defined function so people...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@PaulRBerg
Yes tbh it’s not really meant to be used with buidler.
Was added mostly to try to help address #128 and make buidler-gas-reporter-like integrations possible.
Thanks for finding this…it’s not very well explained.
Happy to help. Sorry, I guess I should’ve opened this in the
buidler-gas-reporter
repo instead.