-
Notifications
You must be signed in to change notification settings - Fork 471
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
Add crytic-compile support #1406
Merged
Merged
Changes from 22 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
ca4cef1
Add crytic-compile support (WIP)
montyly 9178a11
Add crytic-compile to travis
montyly 9afe3ba
Fix incorrect indentation
montyly 8077e67
Ethereum: Add suffix '.sol' to temporary file
montyly 15f4deb
Improve libraries support (including with Solidity > 0.5)
montyly a82fb13
Update to crytic-compile 7dc9b7174d7c677d146f01771c974a560108e69e
montyly 708c81a
Update to crytic-compile e2c9b45c8f08f4d46e71dd48d5af98c063fd68dd
montyly c4ec90c
Refactor _compile
montyly 4afeff8
Merge all compilation options to crytic-compile options
montyly 79b008c
Update to crytic-compile 6e39d46b93eb743316148d8ff80ec1d2a2045616
montyly 8fa3f41
Fix incorrect kwargs parsing + handle relative working dir
montyly d1669e9
Minor fixes
montyly 0d4246b
Fix codeclimate issues
montyly cca60af
Update to crytic-compile d1f58ebeea2493dfd1b47761603767ec05597b4f
montyly aef8fca
Minor commit (enable new travis)
montyly 53ad6da
Merge branch 'master' into dev-crytic-compile
montyly 4fcf297
Improve erroe message
montyly 7e2b4ca
Merge branch 'master' into dev-crytic-compile
montyly 8c19b7d
Fix merging issue
montyly e453900
Run black
montyly c8f26ee
Merge branch 'master' into dev-crytic-compile
montyly 52a1447
Add truffle test
montyly 3ca3ca8
Add missing call to run_truffle_tests
montyly 736abfa
Add missing return statement
montyly 5213781
Update travis test (consider missing EIP145 support https://github.co…
montyly File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@montyly Are you missing a call to
run_truffle_tests
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, my bad