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
Throughout the codebase there are pragma statements that use an outdated version of Solidity.
Consider taking advantage of the latest Solidity version to improve the overall readability and security of the codebase. Regardless of which version of Solidity is used, consider pinning the version consistently throughout the codebase to prevent opening bugs due to incompatible future releases
The text was updated successfully, but these errors were encountered:
Throughout the codebase there are
pragma
statements that use an outdated version of Solidity.Consider taking advantage of the latest Solidity version to improve the overall readability and security of the codebase. Regardless of which version of Solidity is used, consider pinning the version consistently throughout the codebase to prevent opening bugs due to incompatible future releases
The text was updated successfully, but these errors were encountered: