quorum/accounts
Robert Zaremba 0ed8b838a9
accounts/abi: fix event unpack into slice
+ 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
2017-12-21 15:14:50 +01:00
..
abi accounts/abi: fix event unpack into slice 2017-12-21 15:14:50 +01:00
keystore accounts/keystore: Improved error message 2017-12-18 12:28:34 +01:00
usbwallet accounts/usbwallet: handle bad interface number on macOS 2017-10-03 12:45:45 +03:00
accounts.go accounts: refactor API for generalized USB wallets 2017-08-09 13:26:07 +03:00
errors.go accounts: fix spelling error (#14567) 2017-06-06 09:28:47 +02:00
hd.go accounts, console, internal: support trezor hardware wallet 2017-08-09 11:30:17 +03:00
hd_test.go accounts: refactor API for generalized USB wallets 2017-08-09 13:26:07 +03:00
manager.go accounts: list, then subscribe (sub requires active reader) 2017-11-20 12:20:46 +02:00
url.go Logger updates 3 (#3730) 2017-03-02 14:06:16 +01:00