Open lcswillems opened 3 years ago
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.