Skip to content

Releases: ConsenSysDiligence/python-solidity-parser

Version 0.1.1

Choose a tag to compare

@tintinweb tintinweb released this 29 Nov 10:54

⚠️ breaking changes - Please note that this is an experimental parser and might not be complete!

Version 0.0.7

Choose a tag to compare

@tintinweb tintinweb released this 28 Oct 21:11

maintenance release

  • fixes parsing of boolean literal value #7

Version 0.0.6

Choose a tag to compare

@tintinweb tintinweb released this 10 Sep 22:25

maintenance release

  • add typeName to Parameter node see #6

Version 0.0.5

Choose a tag to compare

@tintinweb tintinweb released this 29 May 18:52

maintenance release

  • expose FunctionObject.visibility and FunctionObject.stateMutability see #4

Version 0.0.4

Choose a tag to compare

@tintinweb tintinweb released this 23 May 09:46

maintenance release

  • fix parser issues #1, #2
  • added emit statement #3

Version 0.0.3

Choose a tag to compare

@tintinweb tintinweb released this 08 Mar 13:16

maintenance release

  • fix parser issues
  • expose visitor

Version 0.0.2

Choose a tag to compare

@tintinweb tintinweb released this 06 Mar 14:06

feature release

  • added object oriented convenience interface parser.objectify(parser.parse_file("simple.sol")) --> see readme

Version 0.0.1

Choose a tag to compare

@tintinweb tintinweb released this 05 Mar 22:05

initial release

  • port of @federicobond's awesome work now available for python3 and published to pip

#> pip3 install solidity-parser