aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-04-12 03:53:41 +0800
committerGitHub <noreply@github.com>2018-04-12 03:53:41 +0800
commitae3fca6db21e78ff8859a03929983570fe98570e (patch)
tree23780e2564b06c09394d39efc1e838898b5420e6 /Changelog.md
parent8d355df14c0acd8846162790536b8d9992617d3c (diff)
parent928ce088456987431143262dcde2d02553b68192 (diff)
downloaddexon-solidity-ae3fca6db21e78ff8859a03929983570fe98570e.tar
dexon-solidity-ae3fca6db21e78ff8859a03929983570fe98570e.tar.gz
dexon-solidity-ae3fca6db21e78ff8859a03929983570fe98570e.tar.bz2
dexon-solidity-ae3fca6db21e78ff8859a03929983570fe98570e.tar.lz
dexon-solidity-ae3fca6db21e78ff8859a03929983570fe98570e.tar.xz
dexon-solidity-ae3fca6db21e78ff8859a03929983570fe98570e.tar.zst
dexon-solidity-ae3fca6db21e78ff8859a03929983570fe98570e.zip
Merge pull request #3863 from ethereum/fixGasEstimation
Correctly ignore costs of fallback for other functions.
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 a8ece42d..d0af8025 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -29,6 +29,7 @@ Bugfixes:
* Commandline interface: Fix error messages for imported files that do not exist.
* Commandline interface: Support ``--evm-version constantinople`` properly.
* DocString Parser: Fix error message for empty descriptions.
+ * Gas Estimator: Correctly ignore costs of fallback function for other functions.
* Standard JSON: Support ``constantinople`` as ``evmVersion`` properly.
* Type Checker: Fix detection of recursive structs.
* Type Checker: Fix asymmetry bug when comparing with literal numbers.