Skip to content

Releases: unpackdev/solgo

v0.1.6

04 Aug 23:05
f7a7e58
Compare
Choose a tag to compare

What's Changed

  • Add Metadata and Bytecode Packages by @0x19 in #24
  • Rename solgo.New() to solgo.NewParser() by @0x19 in #32
  • AST Rewrite (Batch 1) by @0x19 in #35
  • Metadata and Bytecode Protocol Buffers + Fixes in AST package by @0x19 in #40
  • Introducing DecodeConstructorFromAbi() bytecode package function by @0x19 in #33
  • Abstract Syntax Tree (AST) Protocol Buffers (Batch 1) by @0x19 in #42
  • Metadata dynamic IPFS source unit discovery by @0x19 in #45
  • AST Resolver Improvements by @0x19 in #46
  • AST Tuple TypeDescription type randomization bug by @0x19 in #47
  • AST Reference Resolver Improvements by @0x19 in #48
  • Bytecode package unit tests and constructor decoding bugfix by @0x19 in #49

Full Changelog: v0.1.5...v0.1.6

v0.1.5

12 Jul 17:50
601c71d
Compare
Choose a tag to compare

What's Changed

  • Contract listener now properly parses libraries, abstract, interfaces. by @0x19 in #30
  • AST parsing now supports libraries, interfaces... by @0x19 in #31

WARNING: This release is a hotfix as AST and Contract listeners were missing some major functionality.

Full Changelog: v0.1.4...v0.1.5

v0.1.4

11 Jul 16:10
2add7bb
Compare
Choose a tag to compare

What's Changed

  • Syntax Errors by @0x19 in #22
  • Multi Contract ABI resolver fix (phase A) by @0x19 in #27
  • Basic IsProxy() check for contract listener by @0x19 in #28

Full Changelog: v0.1.3...v0.1.4

v0.1.3

03 Jul 21:06
50eb954
Compare
Choose a tag to compare

What's Changed

  • Abstract Syntax Tree (AST) package by @0x19 in #13
  • Readme Updates by @0x19 in #17
  • Introducing Abstract Syntax Tree Enum parsing support by @0x19 in #18
  • Contract package multi line comment support by @0x19 in #20

Full Changelog: v0.1.2...v0.1.3

v0.1.2

02 Jul 14:39
4051f39
Compare
Choose a tag to compare

What's Changed

  • Resolution of ABI parsing for nested structs by @0x19 in #9
  • Reorganization of solgo path structure by @0x19 in #10
  • Basic unit tests for syntax errors by @0x19 in #11

Full Changelog: v0.1.1...v0.1.2

v0.1.1

01 Jul 12:18
984e52a
Compare
Choose a tag to compare

What's Changed

  • Add ABI Generation and Interaction Functionality by @0x19 in #5
  • Enhancements to ABI for Struct Generation by @0x19 in #7
  • Support for Enum Types in ABI Generation by @0x19 in #8

Full Changelog: v0.1.0...v0.1.1

v0.1.0

29 Jun 20:24
Compare
Choose a tag to compare

What's Changed

First version of the parser that is stable and can be used to gather contract information from provided solidity code.
Information related to: License, Name and so on...

This is the FIRST AND LAST ad-hoc release that will happen. From now on PRs are necessary for code to be merged into main.

New Contributors

  • @0x19 made their first contribution in #1

Full Changelog: https://github.com/txpull/solgo/commits/v0.1.0