plugeth/accounts/abi/bind
Felix Lange 056f15aa53 accounts/abi/bind/backends: remove nil and remote backends
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.
2016-08-21 17:06:25 +02:00
..
backends accounts/abi/bind/backends: remove nil and remote backends 2016-08-21 17:06:25 +02:00
auth.go accounts, crypto: move keystore to package accounts 2016-04-12 15:56:49 +02:00
backend.go eth: separate common and full node-specific API and backend service 2016-06-16 17:36:38 +02:00
base.go eth: separate common and full node-specific API and backend service 2016-06-16 17:36:38 +02:00
bind_test.go accounts/abi/bind/backends: remove nil and remote backends 2016-08-21 17:06:25 +02:00
bind.go accounts/abi/bind: support generating bindings for various arrays 2016-04-05 18:20:50 +03:00
template.go accounts/abi/bind/backends: remove nil and remote backends 2016-08-21 17:06:25 +02:00