aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-05-04 23:18:02 +0800
committerchriseth <chris@ethereum.org>2018-05-09 16:53:30 +0800
commitfba7e055d9fb20b3053362f0099d2fbaacfb7432 (patch)
tree28773b8de71f2ece2f87fdccb9a01ba97f143f0d /Changelog.md
parent10792dbc909bdd2c8ba7c0301ed81ee28b0ae1cc (diff)
downloaddexon-solidity-fba7e055d9fb20b3053362f0099d2fbaacfb7432.tar
dexon-solidity-fba7e055d9fb20b3053362f0099d2fbaacfb7432.tar.gz
dexon-solidity-fba7e055d9fb20b3053362f0099d2fbaacfb7432.tar.bz2
dexon-solidity-fba7e055d9fb20b3053362f0099d2fbaacfb7432.tar.lz
dexon-solidity-fba7e055d9fb20b3053362f0099d2fbaacfb7432.tar.xz
dexon-solidity-fba7e055d9fb20b3053362f0099d2fbaacfb7432.tar.zst
dexon-solidity-fba7e055d9fb20b3053362f0099d2fbaacfb7432.zip
Follow highest gas usage only for gas estimation.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 37e0b0a1..87669a62 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,6 +3,7 @@
Features:
* Build System: Update internal dependency of jsoncpp to 1.8.4, which introduces more strictness and reduces memory usage.
* Code Generator: Use native shift instructions on target Constantinople.
+ * Gas Estimator: Only explore paths with higher gas costs. This reduces accuracy but greatly improves the speed of gas estimation.
* Optimizer: Remove unnecessary masking of the result of known short instructions (``ADDRESS``, ``CALLER``, ``ORIGIN`` and ``COINBASE``).
* Type Checker: Deprecate the ``years`` unit denomination and raise a warning for it (or an error as experimental 0.5.0 feature).
* Type Checker: Make literals (without explicit type casting) an error for tight packing as experimental 0.5.0 feature.