github argotorg/solidity v0.8.32
Version 0.8.32

latest release: v0.8.33
21 hours ago

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.concat and bytes.concat with 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

Don't miss a new solidity release

NewReleases is sending notifications on new releases.