Solidity 0.8.19 was simply launched with the inclusion of some notable options, specifically:
-
Enable defining customized operators for user-defined worth varieties through
utilizing {f as +} for T international
syntax. -
SMTChecker: New trusted mode that assumes that any compile-time accessible code is the precise used code, even in exterior calls. This can be utilized through the CLI choice
--model-checker-ext-calls trusted
or the JSON areasettings.modelChecker.extCalls: "trusted"
. -
AST: Add
perform
area toUnaryOperation
andBinaryOperation
AST nodes.functionList
inUsingForDirective
AST nodes will now includeoperator
anddefinition
members as a substitute ofperform
when the checklist entry defines an operator.
We additionally shipped 6 bugfixes! :lady_beetle:
? Learn the discharge weblog publish for all data: ? You may find out about Consumer-Outlined Worth Varieties at size in our function deep-dive blogpost.