GivingThanks

First Flight #28
Beginner FriendlyFoundry
100 EXP
View results
Submission Details
Severity: low
Invalid

Do not use floating version of Solidity

Description
Both CharityRegistry.sol and GivingThanks.sol are using floating versions of solidity.
When using floating version of solidity the code can be run by compiler of older version that can have some functionalities not working.

Impact
In older versions of Solidity, certain features are unavailable, and it's recommended to use the latest version for enhanced security and functionality.

Recommended mitigation
To mitigate these issues, specify an exact version of Solidity instead of a floating version. This ensures that the contract benefits from the latest security improvements and language features within that version.

Updates

Lead Judging Commences

n0kto Lead Judge 7 months ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

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