From 69c175fe22fc876014ac7dcb7abc707be6dabb2c Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 5 Sep 2016 15:47:21 +0200 Subject: Do not pay new account gas. If we checked that the target contract exists, we do not have to pay the "new account gas". --- Changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog.md') 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: -- cgit