diff options
author | chriseth <chris@ethereum.org> | 2018-04-12 00:30:20 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-04-12 02:42:34 +0800 |
commit | 928ce088456987431143262dcde2d02553b68192 (patch) | |
tree | 6c5ca27bac6d81d7df19ce27e662de08edf1da9f /Changelog.md | |
parent | d50d1f0ac1841a1d287a216451e93573fc07474e (diff) | |
download | dexon-solidity-928ce088456987431143262dcde2d02553b68192.tar dexon-solidity-928ce088456987431143262dcde2d02553b68192.tar.gz dexon-solidity-928ce088456987431143262dcde2d02553b68192.tar.bz2 dexon-solidity-928ce088456987431143262dcde2d02553b68192.tar.lz dexon-solidity-928ce088456987431143262dcde2d02553b68192.tar.xz dexon-solidity-928ce088456987431143262dcde2d02553b68192.tar.zst dexon-solidity-928ce088456987431143262dcde2d02553b68192.zip |
Correctly ignore costs of fallback for other functions.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 6df11f27..c6de5872 100644 --- a/Changelog.md +++ b/Changelog.md @@ -27,6 +27,7 @@ Bugfixes: * Code Generator: Treat empty base constructor argument list as not provided. * 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. |