aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/bind/bind_test.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-54/+54
* accounts/abi/bind: stop using goimports in the binding generator (#17768)Jeremy Schlatter2018-10-061-16/+126
* backends: configurable gas limit to allow testing large contracts (#17358)Jeff Prestes2018-08-151-12/+12
* accounts/abi: normalize method name to a camel-case string (#15976)Mark2018-03-071-5/+11
* accounts/abi: Abi binding support for nested arrays, fixes #15648, including ...protolambda2018-03-051-0/+66
* accounts/abi/bind: support event filtering in abigenPéter Szilágyi2018-01-241-1/+230
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-1/+0
* accounts/abi: handle named ouputs prefixed with underscores (#15766)Péter Szilágyi2017-12-301-0/+62
* all: gofmt -w -s (#15419)ferhat elmas2017-11-081-1/+1
* accounts/abi: improve type handling, add event support (#14743)RJ Catalano2017-10-171-1/+1
* accounts/abi/bind: pass non-empty directory when calling goimports (#15070)nkbai2017-09-081-1/+1
* core: refactor genesis handlingFelix Lange2017-03-231-9/+9
* accounts/abi/bind: allow client to specify sender address for call (#3782)bas-vk2017-03-161-0/+39
* accounts/abi/bind, internal/ethapi: binary search gas estimation (#3587)Péter Szilágyi2017-01-211-4/+47
* mobile: initial wrappers for mobile supportPéter Szilágyi2016-11-141-1/+1
* accounts/abi/bind/backends: remove nil and remote backendsFelix Lange2016-08-211-9/+9
* accounts/abi/bind: fix multi-value anonymous unmarshallingPéter Szilágyi2016-05-121-2/+36
* accounts/abi/bind, eth: add contract non-existent errorPéter Szilágyi2016-04-271-0/+28
* accounts, crypto: move keystore to package accountsFelix Lange2016-04-121-21/+13
* accounts/abi/bind: support generating bindings for various arraysPéter Szilágyi2016-04-051-0/+44
* accounts/abi/bind: surface raw wrappers to access low level opsPéter Szilágyi2016-04-011-3/+42
* accounts/abi/bind: merge all tests into a single suitePéter Szilágyi2016-03-311-22/+22
* accounts/abi/bind: fix double pointer in generated codePéter Szilágyi2016-03-251-0/+32
* accounts/abi/bind, cmd/abigen: port to templates, bind to solidityPéter Szilágyi2016-03-241-20/+135
* accounts/abi/bind: constructor, auth utils and various backendsPéter Szilágyi2016-03-241-8/+8
* accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABIPéter Szilágyi2016-03-241-0/+140