mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #2450 from ethereum/addressstring
Fix for strings treated as addresses.
This commit is contained in:
@@ -19,6 +19,7 @@ Bugfixes:
|
||||
* Type Checker: Fix address literals not being treated as compile-time constants.
|
||||
* Type Checker: Disallow invoking the same modifier multiple times.
|
||||
* Type Checker: Make UTF8-validation a bit more sloppy to include more valid sequences.
|
||||
* Type Checker: Do not treat strings that look like addresses as addresses.
|
||||
* Fixed crash concerning non-callable types.
|
||||
* Unused variable warnings no longer issued for variables used inside inline assembly.
|
||||
* Code Generator: Fix ABI encoding of empty literal string.
|
||||
|
||||
Reference in New Issue
Block a user