-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eth-gas-reporter with Hardhat multiple compiler versions #133
Comments
Similar experience here |
It would be nice to have this feature. |
All my contract use (now) 0.8.25 , but the gas reporter always showed
For a long time I was wondering why nobody else has (apparently) that issue, complains, and it gets fixed ... No matter what I finally thought I should create an issue ... but then quickly found this one. ... and yes, I had an old solc configuration for Maybe at least show the latest solc version in the output ? ... or all which were used ? |
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.
My compiler setup:
hardhat-gas-reporter output when I run all my tests (including contracts compiled with 0.8.17 and 0.5.4):
I tried to run only the tests for contracts compiled with 0.5.4 but the eth-gas-reporter output was the same:
![image](https://user-images.githubusercontent.com/77731162/201088380-8d7aa31a-fc40-4192-bc33-d9deb3bd29c8.png)
I expected at least in this situation to see a different result, but no.
I really appreciate any help you can provide.
The text was updated successfully, but these errors were encountered: