Warn if msg.value is used in non-payable function.

This commit is contained in:
chriseth 2016-12-11 16:46:58 +01:00 committed by GitHub
parent d2b8bdd016
commit d0542f0e36

View File

@ -1,6 +1,7 @@
### 0.4.7 (unreleased) ### 0.4.7 (unreleased)
Features: Features:
* Type checker: Warn when ``msg.value`` is used in non-payable function.
* Code generator: Inject the Swarm hash of a metadata file into the bytecode. * Code generator: Inject the Swarm hash of a metadata file into the bytecode.
* Optimizer: Some dead code elimination. * Optimizer: Some dead code elimination.