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

Delegate contract loading/parsing to artifactor & make optional #227

Closed cgewecke closed 3 years ago

cgewecke commented 3 years ago

Some restructuring to make it possible for hardhat-gas-reporter to supply a list of minimized contract artifact objects and include support for their qualified name schema.

See also buidler-gas-reporter 34