code-423n4 / 2022-04-phuture-findings

0 stars 0 forks source link

QA Report #49

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Issue #1 (Low) - Floating Pragma

All contracts a floating pragma. It is recommended to deploy all contracts with a single, specific compiler version to reduce the risk of compiler-specific bugs and contracts deployed with different versions. In the case of the forked contacts, I recommend deploying with the exact version that the current live versions were deployed with.

Example: https://github.com/code-423n4/2022-04-phuture/blob/594459d0865fb6603ba388b53f3f01648f5bb6fb/contracts/vToken.sol#L3