Unlocked pragma #158
Labels
0 (Non-critical)
Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation
bug
Something isn't working
duplicate
This issue or pull request already exists
Handle
loop
Vulnerability details
Pragma version for contracts in
/vesting
is^0.8.4
, pragma version for contract in/tge
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. Considering the different contracts also have a different minimal pragma version it's also a good idea to double check the compiler used when deploying the contracts.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: