aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/client_test.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-2/+2
* rpc: fix client shutdown hang when Close races with Unsubscribe (#17894)Felix Lange2018-10-151-0/+24
* p2p: add network simulation framework (#14982)Lewis Marshall2017-09-251-0/+32
* cmd/utils, node: remove unused solc references and improve RPC config (#14324)bas-vk2017-04-131-2/+2
* 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-8/+3
* rpc: add context argument to EthSubscribeFelix Lange2016-08-061-4/+4
* rpc: ensure client doesn't block for slow subscribersFelix Lange2016-08-061-0/+51
* rpc: add new client, use it everywhereFelix Lange2016-07-231-0/+489