• 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
..
bind Loading commit data...
abi.go Loading commit data...
abi_test.go Loading commit data...
argument.go Loading commit data...
doc.go Loading commit data...
error.go Loading commit data...
event.go Loading commit data...
event_test.go Loading commit data...
method.go Loading commit data...
numbers.go Loading commit data...
numbers_test.go Loading commit data...
pack.go Loading commit data...
pack_test.go Loading commit data...
reflect.go Loading commit data...
type.go Loading commit data...
type_test.go Loading commit data...
unpack.go Loading commit data...
unpack_test.go Loading commit data...