0.8.23_Epicurus_v4.7.7
·
313 commits
to develop
since this release
TRON Solidity compiler 0.8.23 is fully compatible with Ethereum Solidity 0.8.23.
Major changelog from Ethereum
Changelog
Important Bugfixes:
- Optimizer: Fix block deduplicator bug which led to blocks which are identical apart from the contents of
verbatim
instructions to be treated as equivalent and thus collapsed into a single one.
Compiler Features:
- Commandline Interface: An empty
--yul-optimizations
sequence can now be always provided. - Standard JSON Interface: An empty
optimizerSteps
sequence can now always be provided.