-
Notifications
You must be signed in to change notification settings - Fork 71
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
@0x/sol-profiler not working with solc 0.7.6 #34
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I don't think it should be closed. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I don't think it should be closed. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I don't think it should be closed. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Expected Behavior
@0x/sol-profiler
works with solc 0.7.5 but not with 0.7.6.Here is a reproduction: https://github.com/lcswillems/0x-profiler-error-0.7.6
I get this error:
After investigation, it seems the profiler assumes contract artifact contains a field
compilerOutput.evm.deployedBytecode.sourceMap
which is not the case.The text was updated successfully, but these errors were encountered: