aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/bind/bind_test.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | The remote backend is superseded by ethclient. The nil backend's stated purpose was to enable testing of accounts/abi/bind. None of its methods actually worked. A much simpler way to get a crashing backend is to simply pass nil as the backend. With a one-line change to the generator (removing two explicit interface assertions), passing nil actually works. Removing these backends means that less changes are required later.
* 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
| | | | | | | | | | The account management API was originally implemented as a thin layer around crypto.KeyStore, on the grounds that several kinds of key stores would be implemented later on. It turns out that this won't happen so KeyStore is a superflous abstraction. In this commit crypto.KeyStore and everything related to it moves to package accounts and is unexported.
* 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