mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
commit
5b72e62b89
@ -10,10 +10,10 @@ Compiler Features:
|
|||||||
* Commandline Interface: Do not implicitly run evm bytecode generation unless needed for the requested output.
|
* Commandline Interface: Do not implicitly run evm bytecode generation unless needed for the requested output.
|
||||||
* Commandline Interface: Normalize paths specified on the command line and make them relative for files located inside base path.
|
* Commandline Interface: Normalize paths specified on the command line and make them relative for files located inside base path.
|
||||||
* Immutable variables can be read at construction time once they are initialized.
|
* Immutable variables can be read at construction time once they are initialized.
|
||||||
* SMTChecker: Support low level ``call`` as external calls to unknown code.
|
|
||||||
* SMTChecker: Add constraints to better correlate ``address(this).balance`` and ``msg.value``.
|
* SMTChecker: Add constraints to better correlate ``address(this).balance`` and ``msg.value``.
|
||||||
* SMTChecker: Support the ``value`` option for external function calls.
|
|
||||||
* SMTChecker: Support constants via modules.
|
* SMTChecker: Support constants via modules.
|
||||||
|
* SMTChecker: Support low level ``call`` as external calls to unknown code.
|
||||||
|
* SMTChecker: Support the ``value`` option for external function calls.
|
||||||
* SMTChecker: Support user defined value types.
|
* SMTChecker: Support user defined value types.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user