aboutsummaryrefslogtreecommitdiffstats
path: root/internal
diff options
context:
space:
mode:
authorTing-Wei Lan <tingwei.lan@cobinhood.com>2019-02-20 16:32:14 +0800
committerJhih-Ming Huang <jm.huang@cobinhood.com>2019-05-06 10:44:04 +0800
commit124183ce94ef9941a077ff7e2a84738dfd7f8dcb (patch)
treedadac101dbc8833c2562c169276751906fa7abb6 /internal
parentb414e5491c58bab824d0a6bb9fd94e17b2a9659a (diff)
downloaddexon-124183ce94ef9941a077ff7e2a84738dfd7f8dcb.tar
dexon-124183ce94ef9941a077ff7e2a84738dfd7f8dcb.tar.gz
dexon-124183ce94ef9941a077ff7e2a84738dfd7f8dcb.tar.bz2
dexon-124183ce94ef9941a077ff7e2a84738dfd7f8dcb.tar.lz
dexon-124183ce94ef9941a077ff7e2a84738dfd7f8dcb.tar.xz
dexon-124183ce94ef9941a077ff7e2a84738dfd7f8dcb.tar.zst
dexon-124183ce94ef9941a077ff7e2a84738dfd7f8dcb.zip
core: vm: sqlvm: check if a number is a valid address
This commit implements isAddress function to allow a number literal to be considered as an address literal. Since Solidity only allows '0x' to be written in lower case, we remove the handling of upper case '0X' to keep the behavior in sync with Solidity. In addition to isAddress implementation, this commit also removes 'String' methods from AST nodes to prevent them from implementing the builtin 'Stringer' interface. Therefore, our AST printer is now able to print struct fields of value nodes instead of only one string.
Diffstat (limited to 'internal')
0 files changed, 0 insertions, 0 deletions