v0.5.1
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
andvalue
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)