diff options
author | chriseth <c@ethdev.com> | 2016-09-05 21:47:21 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-09-05 21:52:44 +0800 |
commit | 69c175fe22fc876014ac7dcb7abc707be6dabb2c (patch) | |
tree | ab538660d262429c8cabcdac705e8ae49a3eab8a /Changelog.md | |
parent | 341c9436a8b6f5ae49265a482519e165a7f40395 (diff) | |
download | dexon-solidity-69c175fe22fc876014ac7dcb7abc707be6dabb2c.tar.gz dexon-solidity-69c175fe22fc876014ac7dcb7abc707be6dabb2c.tar.zst dexon-solidity-69c175fe22fc876014ac7dcb7abc707be6dabb2c.zip |
Do not pay new account gas.
If we checked that the target contract exists, we do not have
to pay the "new account gas".
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 25890890..c9de0a4b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -33,6 +33,7 @@ Features: * Commandline interface: Using ``-`` as filename allows reading from stdin. * Interface Json: Fallback function is now part of the ABI. * Interface: Version string now semver compatible. + * Code generator: Do not provide "new account gas" if we know the called account exists. Bugfixes: |