You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use the standard json to improve the support of multi files in etherscan
- Use the contract name as the compilation unit unique ID (fix#215)
- Create standalone functions for the solc standard json
- Create a CompileVersion object instead of a namedtuple
- Add optimize runs in the compiler version - for now this is only
supported for etherscan
- For etherscan, detect if solc-select is installed and warns the user
if the lib is not installed. Otherwise install the solc version if its missing (fix#157)
https://github.com/crytic/solc-select/releases/tag/0.2.0
The text was updated successfully, but these errors were encountered: