aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/client.go
Commit message (Expand)AuthorAgeFilesLines
* rpc: implement full bi-directional communication (#18471)Felix Lange2019-02-041-361/+187
* rpc: fix client shutdown hang when Close races with Unsubscribe (#17894)Felix Lange2018-10-151-47/+12
* rpc: reset client write deadline after write (#17549)Gísli Kristjánsson2018-09-031-0/+1
* rpc: fixed comment grammar issue (#17146)LeoLiao2018-07-091-1/+1
* all: library changes for swarm-network-rewrite (#16898)Elad2018-06-141-1/+1
* rpc: clean up IPC handler (#16524)Felix Lange2018-04-181-1/+1
* cmd/clef, signer: initial poc of the standalone signer (#16154)Martin Holst Swende2018-04-161-6/+47
* 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