aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/client_example_test.go
Commit message (Collapse)AuthorAgeFilesLines
* rpc: add context argument to EthSubscribeFelix Lange2016-08-061-26/+31
| | | | | It's inconsistent not to pass it and most callers will work with contexts anyway.
* rpc: add new client, use it everywhereFelix Lange2016-07-231-0/+83
The new client implementation supports concurrent requests, subscriptions and replaces the various ad hoc RPC clients throughout go-ethereum.
>FilesLines