aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/ipc_unix.go
Commit message (Collapse)AuthorAgeFilesLines
* rpc: add new client, use it everywhereFelix Lange2016-07-231-2/+4
| | | | | | The new client implementation supports concurrent requests, subscriptions and replaces the various ad hoc RPC clients throughout go-ethereum.
* all: fix go vet warningsFelix Lange2016-04-151-1/+1
|
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-0/+45