solady icon indicating copy to clipboard operation
solady copied to clipboard

🛠️ Minimum Solidity Version will still be ^0.8.4

Open Vectorized opened this issue 2 years ago • 2 comments
trafficstars

Target EVM will still be Paris.

For maximum backwards compatibility.

At least until Solidty offers an irresistible feature that allows library authors to write performant, concise code (e.g. macros).

Basically two criteria:

  • Must be performance related. Better if the performance impact is large.
  • Must require breaking code changes in Solady.

Basically, if you can activate the performance related feature without any changes to Solady, it will not be considered.

Syntactic sugar features, cli-configurable features, better compiler efficiency out-of-the-box features will not be considered.


TSTORE may be in a separate directory excluded from compilation, e.g. exp.

Vectorized avatar Aug 05 '23 11:08 Vectorized