{ skip to content }

Solidity 0.3.3 Release Announcement

Posted by Solidity Team on May 27, 2016

Releases

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

A big thank you to all contributors who helped make this release possible!

Download the new version of Solidity here.

Previous post

Next post

Get involved

GitHub

Twitter

Mastodon

Matrix

Discover more

BlogDocumentationUse casesContributeAboutForum

2023 Solidity Team

Security Policy

Code of Conduct