Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | p2p: add network simulation framework (#14982) | Lewis Marshall | 2017-09-25 | 1 | -50/+14 |
* | whisperv5: integrate whisper and add whisper RPC simulator | Bas van Kervel | 2017-06-15 | 1 | -0/+46 |
* | rpc: support subscriptions under custom namespaces | Bas van Kervel | 2017-04-25 | 1 | -16/+19 |
* | all: import "context" instead of "golang.org/x/net/context" | Felix Lange | 2017-03-23 | 1 | -1/+1 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -20/+19 |
* | rpc: send nil on subscription Err channel when Client is closed | Felix Lange | 2017-01-26 | 1 | -1/+4 |
* | rpc: add context argument to EthSubscribe | Felix Lange | 2016-08-06 | 1 | -3/+3 |
* | rpc: ensure client doesn't block for slow subscribers | Felix Lange | 2016-08-06 | 1 | -30/+62 |
* | rpc: don't exceed context deadline while waiting for send lock | Felix Lange | 2016-08-05 | 1 | -0/+4 |
* | rpc: add new client, use it everywhere | Felix Lange | 2016-07-23 | 1 | -0/+740 |