Beginner FriendlyDeFiFoundry
100 EXP
View results
Submission Details
Severity: low
Invalid

Mismatching Solidity versions

Summary

Not all the contracts in this application use the same version of solidity

Vulnerability Details

There is a chance that some of the contracts will have been compiled with a different version of the solidity compiler.

Impact

There could be differences and bugs across different verisons

Tools Used

Recommendations

Change the version of solidity in the Kernel and KernelUtils contracts

-pragma solidity ^0.8.15;
+pragma solidity 0.8.24;
Updates

Lead Judging Commences

n0kto Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.