Unlocked pragma version #74
Labels
0 (Non-critical)
Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation
bug
Something isn't working
Handle
loop
Vulnerability details
Pragma version for most contracts is
^0.8.0
. Keep the pragma compiler version locked to a specific version as a best practice. Preferably the one everything has been tested most with.See also:
https://consensys.github.io/smart-contract-best-practices/recommendations/#lock-pragmas-to-specific-compiler-version
The text was updated successfully, but these errors were encountered: