Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Important Fix/support ast parsing from multiple lines #496

Merged
merged 5 commits into from
Jun 3, 2024

Conversation

TilakMaddy
Copy link
Collaborator

@TilakMaddy TilakMaddy commented Jun 2, 2024

Fix #495

Without this PR aderyn won't work on solidity versions < 0.8.0. This is because of the difference in output format from solc :)

@alexroan I think we should run a release just for this

@TilakMaddy TilakMaddy marked this pull request as ready for review June 2, 2024 16:32
@TilakMaddy TilakMaddy requested a review from alexroan as a code owner June 2, 2024 16:32
@TilakMaddy TilakMaddy changed the title Fix/support ast parsing from multiple lines Important Fix/support ast parsing from multiple lines Jun 2, 2024
@alexroan alexroan merged commit 2e725ee into dev Jun 3, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Aderyn breaks for older solidity versions and blocks running
2 participants