diff options
author | Leonardo Alt <leo@ethereum.org> | 2018-10-25 22:00:09 +0800 |
---|---|---|
committer | Leonardo Alt <leo@ethereum.org> | 2018-11-15 16:12:42 +0800 |
commit | 70bb0eaf95ab6a549f875b845395b31a5d49f99e (patch) | |
tree | 99853ad465f155d92598d2a152510b066efa395a /Changelog.md | |
parent | 92ebf6606764748229acf07e83dbe3824bde540e (diff) | |
download | dexon-solidity-70bb0eaf95ab6a549f875b845395b31a5d49f99e.tar.gz dexon-solidity-70bb0eaf95ab6a549f875b845395b31a5d49f99e.tar.zst dexon-solidity-70bb0eaf95ab6a549f875b845395b31a5d49f99e.zip |
[SMTChecker] Implement uninterpreted functions and use it for blockhash()
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index b2b03ae4..fae28bb7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,8 @@ Language Features: Compiler Features: * Build System: LLL is not built anymore by default. Must configure it with CMake as `-DLLL=ON`. * Code generator: Do not perform redundant double cleanup on unsigned integers when loading from calldata. + * SMTChecker: Support ``msg``, ``tx`` and ``block`` member variables. + * SMTChecker: Support ``gasleft()`` and ``blockhash()`` functions. Bugfixes: |