kleros / builder-baseline

A baseline for the Kleros Builder covering architectural, UX, security, coding styles, tooling decisions.
MIT License
0 stars 0 forks source link

Solidity version pinned to a recent version #1

Closed jaybuidl closed 7 months ago

jaybuidl commented 1 year ago

Motivation

Security patches

When deploying contracts, you should use the latest released version of Solidity. Apart from exceptional cases, only the latest version receives security fixes. source

No floating pragma

To prevent contracts from being accidentally deployed using an older compiler with unfixed bugs.

Related

https://github.com/kleros/kleros-v2/issues/572 https://github.com/kleros/vea/issues/107