github ethereum/solidity v0.3.2
Version 0.3.2

latest releases: v0.8.25, v0.8.24, v0.8.23...
8 years ago

This is mainly a bugfix release. Under the hood, we are in the process of separating the Solidity source code from the rest of the cpp-ethereum source code so that it can soon be built (and released) in isolation.

Fixes:

  • Code generation: Dynamic arrays of structs were not deleted correctly.
  • Code generation: Static arrays in constructor parameter list were not decoded correctly.
  • Parser: Inline assembly parser: byte opcode was unusable
  • Error reporting: tokens for variably-sized types were not converted to string properly

note: The source below cannot be used without the dependent repositories.

Don't miss a new solidity release

NewReleases is sending notifications on new releases.