• Jeffrey Wilcke's avatar
    accouns/abi: refactored ABI package · 5127ec10
    Jeffrey Wilcke authored
    Refactored the abi package parsing and type handling. Relying mostly on
    package reflect as opposed to most of our own type reflection. Our own
    type reflection is still used however for cases such as Bytes and
    FixedBytes (abi: bytes•).
    
    This also inclused several fixes for slice handling of arbitrary and
    fixed size for all supported types.
    
    This also further removes implicit type casting such as assigning,
    for example `[2]T{} = []T{1}` will fail, however `[2]T{} == []T{1, 2}`
    (notice assigning *slice* to fixed size *array*). Assigning arrays to
    slices will always succeed if they are of the same element type.
    
    Incidentally also fixes #2379
    5127ec10
Name
Last commit
Last update
.github Loading commit data...
Godeps Loading commit data...
_data Loading commit data...
accounts Loading commit data...
build Loading commit data...
cmd Loading commit data...
common Loading commit data...
compression/rle Loading commit data...
containers Loading commit data...
core Loading commit data...
crypto Loading commit data...
errs Loading commit data...
eth Loading commit data...
ethdb Loading commit data...
event Loading commit data...
generators Loading commit data...
internal Loading commit data...
jsre Loading commit data...
light Loading commit data...
logger Loading commit data...
metrics Loading commit data...
miner Loading commit data...
node Loading commit data...
p2p Loading commit data...
params Loading commit data...
pow Loading commit data...
rlp Loading commit data...
rpc Loading commit data...
tests Loading commit data...
trie Loading commit data...
whisper Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.mailmap Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LESSER Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...