Steemhunt/mint.club-v2-contract

Audit: Protocol Should Consider deployment With solidity 0.8.18 instead

Closed this issue · 2 comments

Description.

solc frequently releases new compiler versions. Using an old version prevents access to new Solidity security checks. We also recommend avoiding complex pragma statement.
Recommendation

Deploy with any of the following Solidity versions:

0.8.18

The recommendations take into account:

Risks related to recent releases
Risks of complex code generation changes
Risks of new language features
Risks of known bugs

Information above can Be found here

vote for this

I guess this is a duplicate of: #29
I'm considering downgrading to 0.8.19, but it's not easy as we use many features OpenZeppelin 5.0 provides (which also uses 0.8.20), especially custom errors.