-
Notifications
You must be signed in to change notification settings - Fork 84
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
Synchronise master with dev #343
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some group variables had misleading names, probably due to code duplication.
This reverts commit 7f7047b.
CI: update Actions versions and enable dependabot
Add missing command-line arguments
Note: this contains several breaking changes, including: |
Improve etherscan and brownie tests
Added break statements to loops in _run_solcs_env and _run_solcs_path to return on first successful compilation instead of last. Also added consolidated compilation error outputs to allow for easier debugging. When using a large range that includes earlier versions, this would sometimes select version 3.6, which causes other issues due to different output formats.
Fixed a variable reference and corrected style.
261 dup: contracts file path must be first for transform
335 dup: Fix for redundant compiles and incorrect version selection when running with solc_solcs_select flag
Auto-clean projects before compiling
Sometimes tools produce output not in UTF-8, and failing because the tool error could not be processed does not provide a good UX. This sprinkles backslashreplace on bytes.decode() for things that are meant to be logged or printed as part of an error or warning message. Fixes: crytic/slither#1540
Decode debugging and error output with backslashreplace
…s-mypy support multiple compilation units for foundry (2)
surface stderr/ errors from solc-select
Change priority hardhat <> foundry
Improve support for new standard format
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.