Skip to content

v1.10.0

Compare
Choose a tag to compare
@frangio frangio released this 05 Jun 21:29
· 2506 commits to master since this release

The release includes the new constructor syntax in Solidity (goodbye warnings 馃憢).

馃帀 馃帀 馃帀

Changelog

v1.9.0...v1.10.0

  • Updated contracts for Solidity 0.4.23 including the new constructor syntax (#921)
  • Added renounceOwnership to Ownable (#907)
  • Added Superuser, an extension of Ownable with an emergency mechanism (#952, #978)
  • Added an Ownable "behavior" to test that your ownable contracts do not break the semantics (#929)