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
The v1 solidity files all have a pragma solidity 0.8.7 and v2 has pragma solidity 0.8.26. Could we add a ^ before the version numbers to allow compilation with later versions? This would allow other project to import these files and compile them with whatever latest version they're using, rather than having a constraint on using the exact version specified.
This comment suggests that the v2 contracts were meant to have a ^ anyway: #156 (comment)
The text was updated successfully, but these errors were encountered:
The v1 solidity files all have a
pragma solidity 0.8.7
and v2 haspragma solidity 0.8.26
. Could we add a^
before the version numbers to allow compilation with later versions? This would allow other project to import these files and compile them with whatever latest version they're using, rather than having a constraint on using the exact version specified.This comment suggests that the v2 contracts were meant to have a
^
anyway:#156 (comment)
The text was updated successfully, but these errors were encountered: