Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old solidity version #3

Open
gpersoon opened this issue Dec 6, 2024 · 1 comment
Open

Old solidity version #3

gpersoon opened this issue Dec 6, 2024 · 1 comment

Comments

@gpersoon
Copy link
Owner

gpersoon commented Dec 6, 2024

Context: Casino.sol#L4

Description: This contract allows an old Solidity version.

Recommendation:
Change it to at least version 8.

-pragma solidity >=0.7.0 <0.9.0;
+pragma solidity >=0.8.0 <0.9.0;

[Project]: We have fixed in PR ...

Reviewer: Verified the fix

@gpersoon
Copy link
Owner Author

gpersoon commented Dec 6, 2024

This issue is based on this comment: #2 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant