Skip to content

v0.5.1

Compare
Choose a tag to compare
@montyly montyly released this 25 Jan 16:03
· 3868 commits to master since this release

0.5.1 - 2019-01-25

This release fixes minor bugs and adds support for a handful of missing operations.

We gave a presentation about Slither during our last office hours. We discussed the framework, how it works and its future evolution. The video is available here.

Added

  • Support for constructors declared as a modifier and in the contract's definition (contract B is A(10){ ) (#132)
  • Support for gas and value in dynamic function calls (#132)
  • Support for ternary conversions in modifiers (#140)
  • Support for hexadecimal in subdenominations (#147)
  • Support for user-defined types in functions (#136)
  • Support for indexed information in events (c032328)

Fixed

  • UTF8 file encoding (#146)
  • Parsing of empty do-while loop (#133)