go-ethereum/accounts
Matt K a4af734328 accounts/abi: change unpacking of abi fields w/ underscores (#16513)
* accounts/abi: fix name styling when unpacking abi fields w/ underscores

ABI fields with underscores that are being unpacked
into structs expect structs with following form:

int_one -> Int_one

whereas in abigen the generated structs are camelcased

int_one -> IntOne

so updated the unpack method to expect camelcased structs as well.
2018-12-29 11:32:58 +01:00
..
abi accounts/abi: change unpacking of abi fields w/ underscores (#16513) 2018-12-29 11:32:58 +01:00
keystore accounts/keystore: delete the redundant keystore in filename (#17930) 2018-11-29 12:04:56 +02:00
usbwallet usbwallet: check returned error when decoding hexstr (#18056) 2018-12-13 10:21:52 +01:00
accounts.go accounts: fixed typo (#17421) 2018-08-17 10:38:02 +03:00
errors.go accounts: fix comment typo (#15977) 2018-01-26 13:33:27 +02:00
hd_test.go accounts: refactor API for generalized USB wallets 2017-08-09 13:26:07 +03:00
hd.go accounts: wallet derivation path comment is mistaken (#17934) 2018-10-19 16:40:10 +03:00
manager.go accounts: list, then subscribe (sub requires active reader) 2017-11-20 12:20:46 +02:00
url_test.go accounts: add unit tests for URL (#17182) 2018-07-18 11:32:49 +03:00
url.go accounts: add unit tests for URL (#17182) 2018-07-18 11:32:49 +03:00