• Felix Lange's avatar
    accounts/abi/bind/backends: remove nil and remote backends · 056f15aa
    Felix Lange authored
    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.
    056f15aa
Name
Last commit
Last update
..
bind Loading commit data...
abi.go Loading commit data...
abi_test.go Loading commit data...
argument.go Loading commit data...
doc.go Loading commit data...
error.go Loading commit data...
event.go Loading commit data...
event_test.go Loading commit data...
method.go Loading commit data...
numbers.go Loading commit data...
numbers_test.go Loading commit data...
packing.go Loading commit data...
reflect.go Loading commit data...
type.go Loading commit data...