Skip to content

Choosing the solidity version #2

Discussion options

You must be logged in to vote

General recommendation
This depends on what your constraints are. If nothing is holding you back, especially if you're still learning the language or starting a new project that does not depend on anything old, it's best to follow the official recommendation:

When deploying contracts, you should use the latest released version of Solidity. Apart from exceptional cases, only the latest version receives security fixes. Furthermore, breaking changes as well as new features are introduced regularly. We currently use a 0.y.z version number to indicate this fast pace of change.

Security
From a security perspective, there's always the trade-off between new code fixing known issues and potentiall…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Leptron-Technologies
Comment options

Answer selected by Leptron-Technologies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants