plugeth/accounts/abi/bind
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
..
backends accounts/abi/bind/backends: fix typo (#17749) 2018-09-28 22:47:46 +02:00
auth.go accounts, cmd, eth, internal, mobile, node: split account backends 2017-02-13 14:00:02 +02:00
backend.go accounts/abi/bind: support event filtering in abigen 2018-01-24 10:54:13 +02:00
base.go accounts/abi/bind: support event filtering in abigen 2018-01-24 10:54:13 +02:00
bind_test.go accounts/abi/bind: stop using goimports in the binding generator (#17768) 2018-10-05 22:24:54 +02:00
bind.go accounts/abi: change unpacking of abi fields w/ underscores (#16513) 2018-12-29 11:32:58 +01:00
template.go accounts/abi/bind: stop using goimports in the binding generator (#17768) 2018-10-05 22:24:54 +02:00
topics.go accounts/abi/bind: support event filtering in abigen 2018-01-24 10:54:13 +02:00
util_test.go backends: configurable gas limit to allow testing large contracts (#17358) 2018-08-15 10:15:42 +03:00
util.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00