• Robert Zaremba's avatar
    accounts/abi: fix event unpack into slice · 0ed8b838
    Robert Zaremba authored
    + The event slice unpacker doesn't correctly extract element from the
    slice. The indexed arguments are not ignored as they should be
    (the data offset should not include the indexed arguments).
    
    + The `Elem()` call in the slice unpack doesn't work.
    The Slice related tests fails because of that.
    
    + the check in the loop are suboptimal and have been extracted
    out of the loop.
    
    + extracted common code from event and method tupleUnpack
    0ed8b838
Name
Last commit
Last update
..
abi Loading commit data...
keystore Loading commit data...
usbwallet Loading commit data...
accounts.go Loading commit data...
errors.go Loading commit data...
hd.go Loading commit data...
hd_test.go Loading commit data...
manager.go Loading commit data...
url.go Loading commit data...