solgo

Solidity parser in Go, designed to transform Solidity code into a structured format for enhanced analysis, particularly beneficial for developers using Go to analyze Solidity smart contracts.

APACHE-2.0 License

Stars
2
Committers
4

Bot releases are hidden (Show)

solgo - v0.1.6

Published by 0x19 about 1 year ago

What's Changed

Full Changelog: https://github.com/txpull/solgo/compare/v0.1.5...v0.1.6

solgo - v0.1.5

Published by 0x19 over 1 year ago

What's Changed

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

Full Changelog: https://github.com/txpull/solgo/compare/v0.1.4...v0.1.5

solgo - v0.1.4

Published by 0x19 over 1 year ago

What's Changed

Full Changelog: https://github.com/txpull/solgo/compare/v0.1.3...v0.1.4

solgo - v0.1.3

Published by 0x19 over 1 year ago

What's Changed

Full Changelog: https://github.com/txpull/solgo/compare/v0.1.2...v0.1.3

solgo - v0.1.2

Published by 0x19 over 1 year ago

What's Changed

Full Changelog: https://github.com/txpull/solgo/compare/v0.1.1...v0.1.2

solgo - v0.1.1

Published by 0x19 over 1 year ago

What's Changed

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

solgo - v0.1.0

Published by 0x19 over 1 year ago

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

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