cgewecke / hardhat-gas-reporter

Gas Usage Analytics for Hardhat
MIT License
404 stars 55 forks source link

Fix premature return bug in deployment delta tracking loop #235

Closed cgewecke closed 2 months ago

cgewecke commented 2 months ago

Fixes logic bug where a new deployment added between two test runs while tracking is on causes the delta calc fn to exit early. (This is unlikely)