github ethereum/solidity v0.3.3
Version 0.3.3

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

This release mainly makes libraries more flexible in that it allows internal functions to be called.

Features

  • Allow internal library functions to be called (by "inlining")
  • Fractional/rational constants (only usable with fixed point types, which are still in progress)
  • Inline assembly has access to internal functions (as jump labels)
  • Running solc without arguments on a terminal will print help.

Fixes

  • Code Generation: Remove some non-determinism in code generation.
  • Code Generation: Corrected usage of not / bnot / iszero in inline assembly
  • Code Generation: Correctly clean bytesNN types before comparison

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.