ethpm / ethpm-cli

CLI tool for interacting with the ethPM ecosystem.
https://ethpm-cli.readthedocs.io/
MIT License
42 stars 12 forks source link

Auto-generated solc-input stores the tmp path. #91

Open njgheorghita opened 4 years ago

njgheorghita commented 4 years ago

When auto-generating solc input with the manifest wizard, the solc_input.json file that is generated and stored in the project directory stores the temporary paths rather than the absolute paths on the users machine. This should be updated to store the absolute paths, otherwise the solc_input.json file is useless after the process ends.