This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Dependency update: Update solc/wrapper to 0.8.10 #4413
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the version of
solc
used in compile-solidity, i.e. used forsolc/wrapper
, from 0.6.9 to 0.8.10. This addresses #4401 and #4366.In order to test that it addresses #4366, I changed our 0.4.11 tests to use 0.4.9 instead.
Also, because I updated the
solc
version, I had to update our test of local solc from 0.6.x to 0.8.x. I didn't just have it use latest because I'm not sure how often we're going to updatesolc/wrapper
, although notionally I could just have it use latest if we want to make more of a point of updating that in the future whenever there's a breaking solc release. Let me know if I should go back and redo that bit that way.