aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/abi/bind/backends/nil.go
Commit message (Collapse)AuthorAgeFilesLines
* accounts/abi/bind/backends: remove nil and remote backendsFelix Lange2016-08-211-57/+0
| | | | | | | | | | | | 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.
* eth: separate common and full node-specific API and backend servicezsfelfoldi2016-06-161-6/+13
|
* accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and callPéter Szilágyi2016-05-201-0/+1
|
* accounts/abi/bind, cmd/abigen: port to templates, bind to solidityPéter Szilágyi2016-03-241-4/+7
|
* accounts/abi/bind: constructor, auth utils and various backendsPéter Szilágyi2016-03-241-0/+46