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

Hardhat integration #252

Merged
merged 5 commits into from May 18, 2021
Merged

Hardhat integration #252

merged 5 commits into from May 18, 2021

Conversation

Nurchik
Copy link
Collaborator

@Nurchik Nurchik commented Apr 30, 2021

This PR introduces Hardhat IDE support to the MythX CLI's fuzz command.



def determine_ide(build_directory) -> IDE:
root_dir = Path(build_directory).parent

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The root dir isn't necessarily the parent of the build dir (in the brownie case for example).

Maybe we should use pwd here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, great suggestion. Will refactor

@joaosantos15 joaosantos15 merged commit 85eeedd into feat/fuzz May 18, 2021
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.

None yet

3 participants