Gas Golfing Support
New
This release adds a trackGasDeltas
option.
When enabled, the reporter displays changes in gas usage between test runs - super useful for optimization work.
Many thanks to @0xVolosnikov for writing this feature.
Bugfixes
- A bug that prevented correct identification of factory deployed contracts in some cases has been fixed. (Thanks to @CSY54 for reporting and providing a nice reproduction case to add to the test suite).
PRs
- Track gas deltas by @0xVolosnikov in #230
- Add gas delta tracking for deployments by @cgewecke in #233
- Fix bug preventing correct resolution of factory deployed contracts by @cgewecke in #234
New Contributors
- @0xVolosnikov made their first contribution in #230
Full Changelog: v2.1.1...v2.2.0