cgewecke / eth-gas-reporter

Gas usage per unit test. Average gas usage per method. A mocha reporter.
MIT License
603 stars 94 forks source link

Solc version displayed in top left of output table is inaccurate #208

Closed ItsNickBarry closed 4 years ago

ItsNickBarry commented 4 years ago

I am working on a project which uses two different Solidity versions, yet only one (the older) is displayed in the gas report.

It would be preferable to display one of the following:

ItsNickBarry commented 4 years ago

Looks like it's in fact displaying the default compiler version rather than either of the two versions I'm using. This is probably because I'm using a non-standard buidler configuration layout. Never mind.