We are excited to announce the release of the Solidity Compiler v0.8.32!
Changelog
Important Bugfixes:
- Code Generator: Fix a bug in clearing/copying of arrays that straddle the end of storage, potentially resulting in assignment/initialization/
delete/push()/pop()skipping some or all of the intended storage writes.
Bugfixes:
- Codegen: Fix internal compiler error when emitting events via module member access.
- TypeChecker: Fix error and event selectors not being considered compile-time constant.
- TypeChecker: Fix
string.concatandbytes.concatwith constant arguments not being considered compile-time constant.
We would especially like to thank all the contributors that made this release possible:
Kamil Śliwak, Marco Castignoli, Matheus Aguiar, Nikola Matić, blishko, r0qs, rodiazet