aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/client.go
Commit message (Expand)AuthorAgeFilesLines
* p2p: add network simulation framework (#14982)Lewis Marshall2017-09-251-50/+14
* whisperv5: integrate whisper and add whisper RPC simulatorBas van Kervel2017-06-151-0/+46
* rpc: support subscriptions under custom namespacesBas van Kervel2017-04-251-16/+19
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+1
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-20/+19
* rpc: send nil on subscription Err channel when Client is closedFelix Lange2017-01-261-1/+4
* rpc: add context argument to EthSubscribeFelix Lange2016-08-061-3/+3
* rpc: ensure client doesn't block for slow subscribersFelix Lange2016-08-061-30/+62
* rpc: don't exceed context deadline while waiting for send lockFelix Lange2016-08-051-0/+4
* rpc: add new client, use it everywhereFelix Lange2016-07-231-0/+740