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
I'd like the version to be auto-detected (e.g. from the solidity pragma) and set. Maybe I'm doing it wrong, but currently I had to write non-slither code to do this for me.
Use case: I'm doing analysis on many contracts of different compiler versions.
Is this feature desirable? Idm making a PR if yes, would appreciate any guidance on implementation if you have preferences
The text was updated successfully, but these errors were encountered:
Hi! crytic-compile already offers this functionality of "guessing" the solc version. You need to list the allowed and installed versions in the solc_solcs_select option / --solc-solcs-select flag when running Slither or crytic-compile.
Additionally, if you're pulling code from Etherscan, we'll fetch the version number that was used for verification there so there's no need to be guessing.
Hi
I am really lost in all this.
I been trying for a year to find
out if any of this is real.
I keep getting transactions sent
From Ethplorer ….
Anyone here that can help,
I would truly appreciate it
Describe the desired feature
I'd like the version to be auto-detected (e.g. from the
solidity
pragma) and set. Maybe I'm doing it wrong, but currently I had to write non-slither code to do this for me.Use case: I'm doing analysis on many contracts of different compiler versions.
Is this feature desirable? Idm making a PR if yes, would appreciate any guidance on implementation if you have preferences
The text was updated successfully, but these errors were encountered: