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

Unlocked pragma version #74

Open
code423n4 opened this issue Oct 26, 2021 · 2 comments
Open

Unlocked pragma version #74

code423n4 opened this issue Oct 26, 2021 · 2 comments
Labels
0 (Non-critical) Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation bug Something isn't working

Comments

@code423n4
Copy link
Contributor

Handle

loop

Vulnerability details

Pragma version for most contracts is ^0.8.0. Keep the pragma compiler version locked to a specific version as a best practice. Preferably the one everything has been tested most with.

See also:
https://consensys.github.io/smart-contract-best-practices/recommendations/#lock-pragmas-to-specific-compiler-version

@code423n4 code423n4 added 0 (Non-critical) Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation bug Something isn't working labels Oct 26, 2021
code423n4 added a commit that referenced this issue Oct 26, 2021
@r2moon r2moon added the invalid This doesn't seem right label Oct 27, 2021
@r2moon
Copy link
Collaborator

r2moon commented Oct 27, 2021

I think this is not bug

@ghoul-sol ghoul-sol removed the invalid This doesn't seem right label Nov 2, 2021
@ghoul-sol
Copy link
Collaborator

best practices

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 (Non-critical) Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants