v0.3.9 ("Common Adder")
What's Changed
Date released: 2023-05-29
This is a patch release fix for v0.3.8. @bout3fiddy discovered a codesize regression for blueprint contracts in v0.3.8 which is fixed in this release. @bout3fiddy also discovered a runtime performance (gas) regression for default functions in v0.3.8 which is fixed in this release.
Fixes:
- initcode codesize blowup (#3450)
- add back global calldatasize check for contracts with default fn (#3463)
Full Changelog: v0.3.8...v0.3.9