github ethereum/solidity v0.6.10
Version 0.6.10

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

Solidity 0.6.10 is a bugfix release that fixes a bug introduced in 0.6.9 related to library functions with calldata parameters that are called via using for. For more details on the bug, pleas see the blog post.

In addition to that, the compiler now generates error codes that could be useful for IDEs or automated analysis tools.

Important Bugfixes:

  • Fixed a bug related to internal library functions with calldata parameters called via using for.

Compiler Features:

  • Commandline Interface: Re-group help screen.
  • Output compilation error codes in standard-json and when using --error-codes.
  • Yul: Raise warning for switch statements that only have a default and no other cases.

Bugfixes:

  • SMTChecker: Fix internal error when encoding tuples of tuples.
  • SMTChecker: Fix aliasing soundness after pushing to an array pointer.
  • Type system: Fix internal compiler error on calling externally a function that returns variables with calldata location.
  • Type system: Fix bug where a bound function was not found if using for is applied to explicit reference types.

We especially thank all the contributors that made this release possible:

a3d4, Daniel Kirchner, Djordje Mijovic, ethers, Harikrishnan Mulackal, Igor Line, Kamil Śliwak, Leonardo Alt, Leonardo, Paul Razvan Berg, TrentZ

If you want to perform a source build, please only use solidity_0.6.10.tar.gz and not the zip provided by github directly.

Don't miss a new solidity release

NewReleases is sending notifications on new releases.