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

Update solc version of files after running foundryup #174

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

TilakMaddy
Copy link
Collaborator

@TilakMaddy TilakMaddy commented Feb 23, 2024

As explained here, #173 the tests break

This happens due to 0.8.23.json files being formed rather than 0.8.21.json

(remove out and cache folder inside tests/contract-playground and run forge build)

You will see that cargo test fails

This PR fixes it by renaming all references to *0.8.21.json files in the load contract tests to *.0.8.23.json

Other fixes

Cargo compile waning in aderyn_core/src/detect/reusable/identifiers_that_reference_a_function.rs

@TilakMaddy TilakMaddy marked this pull request as ready for review February 23, 2024 08:25
@alexroan alexroan merged commit 9556dad into dev Feb 23, 2024
14 checks passed
alexroan added a commit that referenced this pull request Feb 23, 2024
@alexroan
Copy link
Contributor

This was reverted because it meant locally I would need to switch back manually.

I'm thinking it's an issue with differences in our foundry setup, which may be OS related?

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.

2 participants