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 internationalsyntax. -
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 trustedor the JSON areasettings.modelChecker.extCalls: "trusted". -
AST: Add
performarea toUnaryOperationandBinaryOperationAST nodes.functionListinUsingForDirectiveAST nodes will now includeoperatoranddefinitionmembers as a substitute ofperformwhen 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.





